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

Horizontal RadMenu issue IE6

3 Answers 42 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Jason Kergosien
Top achievements
Rank 1
Jason Kergosien asked on 20 Jul 2010, 04:30 PM
I've got a DNN skin that has a horizontal RadMenu which looks fine in all browser versions except IE6. 

In IE6, the horizontal menu turns vertical, with each menu item in the root menu taking up the whole space allocated to the horizontal menu.  See here for example:  http://sgphs.gpisd.org/

Suggestions?
Jason

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 21 Jul 2010, 12:22 PM
Hello Jason,

Please add the following css styles to your page and let us know how it goes:

<style type="text/css">
 div.radmenu .link { float: left; width: 104px; }
</style>

Best regards,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Jason Kergosien
Top achievements
Rank 1
answered on 21 Jul 2010, 09:02 PM
Thank you, Yana.  This fixes the root menu, but it does restrict the submenus to the fixed width as well, which makes submenu items extend beyond the menu.  Any way we can have horizontal menu and not restrict the width on the submenus?

Jason
0
Yana
Telerik team
answered on 26 Jul 2010, 01:21 PM
Hi Jason,

I'm sorry I missed that.

Please modify the css like this:

<style type="text/css">
.radmenu .rootGroup .link { float: left; width: 104px; }
.radmenu .group .link { width: auto; }
</style>

Greetings,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Menu
Asked by
Jason Kergosien
Top achievements
Rank 1
Answers by
Yana
Telerik team
Jason Kergosien
Top achievements
Rank 1
Share this question
or