Hi,
I have a problem with this http://gasolicious.com/examples/
The menu is a ul and can not be centered in IE7
I can not set a fixed width on the menu.
any ideas?
thanks in advance.
| SitePoint Sponsor |
Hi,
I have a problem with this http://gasolicious.com/examples/
The menu is a ul and can not be centered in IE7
I can not set a fixed width on the menu.
any ideas?
thanks in advance.


You may just be able to use display: inline for IE7, as mentioned here:
http://www.sitepoint.com/forums/css-...ml#post4906479
Personally, though, I wound't worry about IE7 and under any more. They are dinosaurs with barely any users any more.Code:* html #main-nav {display:inline;} /*IE6*/ *+html #main-nav {display:inline;} /*IE7*/
Bookmarks