Rank: Member Groups: Member
Joined: 7/12/2007 Posts: 12
|
How can I control the width of the parent menu item using CSS? It's working in IE but not Firefox.
I've done this: .ParentNormalStyle { padding-left: 0px; padding-bottom: 15px; font-size: 1em; color: #FFFFFF; text-decoration: none; cursor: pointer; cursor: hand; width: 105px; }
Thanks mate. Need your help so much..this is quiet urgent for a big client.
Tommy
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Tommy,
You won't be able to do that. FireFox and IE are very different animals and simple CSS is not enough to force them to behave the same way. You need to use MenuItem.Width. We do a lot of special work on that property to make sure FireFox and IE renders the same result.
Thanks
|