DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2010-07-06 21:16:29

danheadlee
New member

IE6 -IE7 conditional comments

I'm new hear so better say hello first, how you all doing.

I have a problem with ieTester v0.4.3, for some reason  conditional comments have stopped working. I am really at a loss as to why this is happening, if anyone here could take a look at my code to see if I have missed something that would really help me out.

Link to website: http://waynegrant.pwp.blueyonder.co.uk/test/

<link href="CSS/mian.css" rel="stylesheet" type="text/css" />
<link href="CSS/slidewebdesign.css" rel="stylesheet" type="text/css" />
<link href="CSS/topslide.css" rel="stylesheet" type="text/css" />

<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="CSSie/mianie.css" />
<link rel="stylesheet" type="text/css" href="CSSie/slidewebdesignie.css" />
<link rel="stylesheet" type="text/css" href="CSSie/topslideie.css" />
<![endif]-->

<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="CSSie/mianie.css" />
<link rel="stylesheet" type="text/css" href="CSSie/slidewebdesignie.css" />
<link rel="stylesheet" type="text/css" href="CSSie/topslideie.css" />
<![endif]-->

Offline

 

#2 2010-07-06 22:04:46

fabrice
DebugBar Support

Re: IE6 -IE7 conditional comments

Hi,

Can you provide your OS version and installed IE version ?

Can you check if conditional comments are working on the following page :

http://www.my-debugbar.com/ietester/index_all.php

Thanks.

Offline

 

#3 2010-07-06 22:12:25

danheadlee
New member

Re: IE6 -IE7 conditional comments

fabrice wrote:

Hi,

Can you provide your OS version and installed IE version ?

Can you check if conditional comments are working on the following page :

http://www.my-debugbar.com/ietester/index_all.php

Thanks.

Sure thing, OS Windows XP SP2, Installed IE8 default.

At the moment my PC is not online because I only use it as a local test bed for IE browsers and at the moment I have no Anti Virus software for the PC. I use mac most of the time.

Offline

 

#4 2010-07-06 23:47:13

danheadlee
New member

Re: IE6 -IE7 conditional comments

Bump

Offline

 

#5 2010-07-07 10:18:09

danheadlee
New member

Re: IE6 -IE7 conditional comments

Has no one any idea as to why this is happening, could it be a catch problem with IETEster I am not aware of? All I am asking for is some advise please.

Offline

 

#6 2010-07-07 12:41:31

fabrice
DebugBar Support

Re: IE6 -IE7 conditional comments

Hi,

I tested and it is working fine on IETester. Can you be more precise about the bug and how to reproduce it ?

Offline

 

#7 2010-07-07 13:02:04

danheadlee
New member

Re: IE6 -IE7 conditional comments

fabrice wrote:

Hi,

I tested and it is working fine on IETester. Can you be more precise about the bug and how to reproduce it ?

I managed to do a test and just used  a basic comment for IE7

<!--[if IE 7 ]>
  <p>Only IE 7 will see this</p>
<![endif]-->

When I use IEtester to test the comment it loads for about a second, then some how reverts back to my main CSS link, this look like a catch problem to me. Are there any setting in IETester I should look for to see if there is a Catch setting I might be missing.

<link href="CSS/mian.css" rel="stylesheet" type="text/css" />
<link href="CSS/slidewebdesign.css" rel="stylesheet" type="text/css" />
<link href="CSS/topslide.css" rel="stylesheet" type="text/css" />

Offline

 

#8 2010-07-07 13:12:02

fabrice
DebugBar Support

Re: IE6 -IE7 conditional comments

I4m sorry I don't understand. What does mean "reverts back to my main CSS link". What is full test ?
If you test this page :

<html>
<body>
<!--[if IE 7 ]>
  <p>Only IE 7 will see this</p>
<![endif]-->
</body>
</html>

there is no CSS !

Offline

 

#9 2010-07-07 14:20:48

danheadlee
New member

Re: IE6 -IE7 conditional comments

fabrice wrote:

I4m sorry I don't understand. What does mean "reverts back to my main CSS link". What is full test ?
If you test this page :

<html>
<body>
<!--[if IE 7 ]>
  <p>Only IE 7 will see this</p>
<![endif]-->
</body>
</html>

there is no CSS !

I managed to get it working, thanks for you help.

Cheers. smile

Offline

 

#10 2011-06-14 07:08:55

DoKol
New member

Re: IE6 -IE7 conditional comments

How did you manage that?
I'm having the same problem.

Offline