Mix Style
If you are having trouble with site formatting because IE and Firefox can’t seem to play nice? Me too! Only I totally found a way to make it all work out nicely and your site look purdy on both browsers. Yeah, integrating style sheets for IE and Firefox is way easier if you just make 2 style sheets (one for IE and one for Firefox) then use this nifty little code to make them harmonize like a strong Perfect 4th.
Just slap this in your page and both your styles sheets will play nicely together. yay for this, this for yay!
<!–[if IE]>
<link href=”css_ie.css” rel=”stylesheet” type=”text/css”/>
<![endif]–>





