Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
IE Conditional Statements for IE 6
Old 08-26-2008, 06:54 PM IE Conditional Statements for IE 6
mattbtay's Avatar
Average Talker

Posts: 15
Name: Matt
Trades: 0
I am trying to work around issues with IE 7 and 6 I have 7 working fine but my conditional statement isnt working with 6, not sure why has anyone had any problems with IE 6?

Here html

Code:
<!--[if IE 7]> <link rel="stylesheet" href="iecss.css" type="text/css" /> <![endif]-->
<!--[if IE 6]>
<link rel="stylesheet" href="ie6css.css" type="text/css" />
<script defer type="text/javascript" src="pngfix.js">
 <![endif]-->
I really dont think i forgot anything...
mattbtay is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-26-2008, 08:15 PM Re: IE Conditional Statements for IE 6
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Is the stylesheet working, or the script or neither ?
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 08-27-2008, 09:13 AM Re: IE Conditional Statements for IE 6
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Looks right to me. Are you using a real IE6 for testing, or is it one of those standalone versions that work on the same computer as IE7? That is the only time I've ever heard of Conditional Comments not working right.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is online now
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 08-27-2008, 03:15 PM Re: IE Conditional Statements for IE 6
mattbtay's Avatar
Average Talker

Posts: 15
Name: Matt
Trades: 0
the css for IE7 is working right, but the css for IE6 wont even register, it's like it isnt even there. As for testing it i am using 2 different computers one with 6 and one with 7
mattbtay is offline
Reply With Quote
View Public Profile
 
Old 08-27-2008, 07:21 PM Re: IE Conditional Statements for IE 6
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Can we see ALL the code or a URL ? It's almost impossible to figure out what might be going on with just a few lines of code.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 08-28-2008, 04:49 PM Re: IE Conditional Statements for IE 6
mattbtay's Avatar
Average Talker

Posts: 15
Name: Matt
Trades: 0
Here is a link to the site where i am building, as you can see the site works in FF and ie7 but ie6 is the conundrum

http://www.legacyrvresorts.com/newsite
mattbtay is offline
Reply With Quote
View Public Profile
 
Old 08-28-2008, 08:27 PM Re: IE Conditional Statements for IE 6
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Well, the Developer Toolbar for IE shows me that it IS reading the IE6.css file. Part of the problem is that you don't have the necessary 'fixes' in that css file, it looks like a duplicate of the main css file, which defeats the purpose.

The ONLY thing that should be in the IE6.css file are those rules necessary to make IE6 behave - or, in other words, it should only contain the "hacks" that are needed - and nothing else.

You've got the doubled float margin bug that you have not addressed, you're just perpetuating it in your IE6.css file.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to IE Conditional Statements for IE 6
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.54816 seconds with 12 queries