IE 7 Beta 2 Preview and CSSMenu
Posted: Wed Feb 01, 2006 3:13 am
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.
Thought this may help others trying out the new IE version.
Forgot to add ... still displays correctly in Firefox 1.5. I have not tested in other browsers though./* 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%;}