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

Radmenu mouseover broken

2 Answers 69 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Kostas Throumoulopoulos
Top achievements
Rank 1
Kostas Throumoulopoulos asked on 23 Jul 2009, 01:21 PM
Since 1 image is 1000 words, I can skip the description by providing an image:


Can anyone speculate as to why this happens on mouseover? (The yellowish border is broken between the image and the text)

Thanks!

2 Answers, 1 is accepted

Sort by
0
Accepted
Paul
Telerik team
answered on 23 Jul 2009, 01:47 PM
Hi Kostas,

Please add the following css styles to your page in order to fix this issue:

<style type="text/css">  
     div.RadMenu .rmHorizontal .rmText {  
        padding:0 9px 1px 0;  
    }  
      
    div.RadMenu .rmLink {  
        padding: 0 0 0 9px;  
    }  
      
    div.RadMenu .rmGroup .rmText {  
        padding:0 54px 0 28px;  
    }  
</style> 



All the best,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Kostas Throumoulopoulos
Top achievements
Rank 1
answered on 23 Jul 2009, 03:59 PM
Thanks Paul!!!

You guys are the best!
Tags
Menu
Asked by
Kostas Throumoulopoulos
Top achievements
Rank 1
Answers by
Paul
Telerik team
Kostas Throumoulopoulos
Top achievements
Rank 1
Share this question
or