Page 1 of 1

IE 7 Beta 2 Preview and CSSMenu

Posted: Wed Feb 01, 2006 3:13 am
by Greg
With CMSMS .11.2 and IE 7 Beta 2 Preview I made the following changes to the end of the CSSMenuVert CSS file to make it display correctly.

Thought this may help others trying out the new IE version.
/* IE Hack, will cause the css to not validate */
#primary-nav li, #primary-nav li.menuparenth { _float: left; height: 1%;}
#primary-nav li.menuparenth {float: left;}
#primary-nav li a { height: 1%;}
Forgot to add ... still displays correctly in Firefox 1.5. I have not tested in other browsers though.

Re: IE 7 Beta 2 Preview and CSSMenu

Posted: Thu Feb 02, 2006 9:37 pm
by Russ
There are obviously still a lot of problems with the IE7 Beta2 and I guess they will need at least one more beta before it becomes very usefull for developers. Several things still need to be fixed and several others seem to have gone a bit wrong :)

You can follow the IE7 Betas CSS experiments on the CSS-Discuss list:
http://css-discuss.incutio.com/?page=IE7

Hope this helps as well.

Russ