This is a migrated thread and some comments may be shown as answers.

Button mouseover works only on top 3-4 pixels

3 Answers 60 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 03 Dec 2008, 06:48 PM
On the Default page, the style is fine, but on all other pages the Mouseover (Default Style) only activates on the top 3-4 pixels of the button...

Also in firefox the width i've set for the buttons seems to be overridden and they are sized to the Text length instead (IE6/7 look fine)

We're using version 2008.1.515.20

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 05 Dec 2008, 01:39 PM
Hi Steve,

Please upgrade to a recent version of the control. Such problem existed in the past, but it was fixed after that.



Greetings,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Lindsay
Top achievements
Rank 2
answered on 16 Dec 2008, 08:08 PM
Is there a CSS hack available for those of us who cannot pay to upgrade to Q3?  :'(

EDIT:  Hooray!  Found it in another post:


/* Gecko, Opera, WebKit */ 
a.radfdSkinnedFormButton span 
 positionrelative !important; 
 z-index: 1 !important; 
    
/* IE7 fix */ 
*+html a.radfdSkinnedFormButton span 
 positionstatic !important; 
 z-index: 1 !important; 
 
/* IE6 */ 
* html a.radfdSkinnedFormButton span 
 positionstatic !important; 
 z-index: 1 !important; 

0
Martin
Telerik team
answered on 17 Dec 2008, 06:47 AM
Hi Lindsay,

We are happy you have found the fix for this behavior.

Best wishes,
Martin Ivanov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
FormDecorator
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Georgi Tunev
Telerik team
Lindsay
Top achievements
Rank 2
Martin
Telerik team
Share this question
or