Hey all, I am wanting to know something....
I have the following :
Of course all of this is new to me. I was hoping someone can tell me what this is all about....Code:<!--[if lt IE 7 ]> <html class="ie ie6 no-js" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 7 ]> <html class="ie ie7 no-js" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8 ]> <html class="ie ie8 no-js" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 9 ]> <html class="ie ie9 no-js" <?php language_attributes(); ?>> <![endif]--> <!--[if gt IE 9]><!--><html class="no-js" <?php language_attributes(); ?>><!--<![endif]--> <!-- the "no-js" class is for Modernizr. -->
Also, lets say I want to use an IE Fix's on an Stylesheet. Example--> ie7 header { background-color: # 000;}, but I don't want allot of this on my main CSS Stylesheet. Is there a way to link to an IE Only Stylesheet for IE9 and below? I mean a link from a Stylesheet to another Stylesheet?
Thank you....



Reply With Quote



Bookmarks