icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.
Old August 17th, 2007, 2:01 AM   #1 (permalink)
Registered User
Excelling Contributor
 
dubLeE's Avatar
 
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]>
but for some reason, it just won't work anymore!!!
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" />
i've played with it every way possible and i made sure i was using right code. but nothing works
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.
__________________
Bronze Reseller :
- Pass 61
- Pass 63

dubLeE.com

Last edited by dubLeE; August 17th, 2007 at 2:08 AM.
dubLeE is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old August 17th, 2007, 11:20 AM   #2 (permalink)
Registered User
Excelling Contributor
 
dubLeE's Avatar
 
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]-->
that was the right way, and i could have sworn i did that first and it didn't work!!!
__________________
Bronze Reseller :
- Pass 61
- Pass 63

dubLeE.com
dubLeE is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On