Log in

View Full Version : Navi Height



SawnDiddle
08-07-2007, 11:54 PM
http://newsalesparadigm.com/dc/

http://newsalesparadigm.com/dc/index2.php

Ok, so I have two variants of a website. The first one, the nav works good in IE 7. and the second one works good in Firefox and IE 6 and below.

I am using IE 7, so I was wondering if Microsoft "fixed" the !important bug or not. b/c I can't get it to work. In IE7, the nav is cut in half horizontally b/c of the -14px.

Can someone help me out?

jscheuer1
08-08-2007, 03:21 AM
With a valid DOCTYPE that puts the browser in Standards or Almost Standards mode, IE 7 will ignore the !important and the * html hacks, perhaps others, and behave pretty much like any other standards compliant browser. Use IE conditional comments to create IE specific or even IE version specific stylesheets and/or stylesheet links.

See:

http://drupal.org/node/134569

http://www.elated.com/articles/internet-explorer-conditional-comments/