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

RadMenu position changes in IE Compatibility View Mode

1 Answer 80 Views
Menu
This is a migrated thread and some comments may be shown as answers.
xtreme
Top achievements
Rank 1
xtreme asked on 17 May 2012, 01:57 PM
Hello,
I am using RadMenu for my site. In IE 8 (not in Comapatibility View mode), FF, or Chrome, the menu is displayed correctly. However, if i enable Compatibility View mode in IE, the menu is moved to different position. The demo is here: http://dev.xbook247.com/. What is a posible cause of this problem? Thanks.
Vince

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 21 May 2012, 12:05 PM
Hello Vince,

I inspected the web site that you provided and it seems that the following style renders the menu differently in IE7 and compatibility mode:
div.menu { padding-top: 14px;}

To have the expected appearance under IE7 I would suggest that you use the following style that removes the padding only in IE7:
*+ html div.menu { padding-top: 0 !important; }
 
Greetings,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Menu
Asked by
xtreme
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or