|
|
#1 (permalink) |
|
Registered User
Excelling Contributor
Joined in Oct 2004
Hosted on pass61/63
622 posts
Gave thanks: 8
Thanked 2 times
|
StyleSheets IE and FF
I've been pulling my hair out on this...
![]() normally I create two stylesheets for each browser and use the Code:
<![if IE]><link rel="stylesheet" type="text/css" href="css/styleIE.css" /><![endif]> the website URL is www.idesignliving.com/index.php here is how i have it now: Code:
<head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <![if IE]><link rel="stylesheet" type="text/css" href="css/styleIE.css" /><![endif]> <link rel="stylesheet" href="css/style.css" type="text/css" /> ![]() ![]() also... as long as the "<![if IE]><link rel="stylesheet" type="text/css" href="css/styleIE.css" /><![endif]>" is in there, it messes up the layout in FF as well, so i took that line out as well. Last edited by dubLeE; August 17th, 2007 at 2:08 AM. |
|
|
|
|
|
#2 (permalink) |
|
Registered User
Excelling Contributor
Joined in Oct 2004
Hosted on pass61/63
622 posts
Gave thanks: 8
Thanked 2 times
|
fixed it!!
Code:
<!--[if IE]><link rel="stylesheet" type="text/css" href="css/styleIE.css" /><![endif]--> |
|
|
|