Re: [WSG] Connditional Comment / @import Problem in IE 5.0.1

2005-01-10 Thread Kay Smoljak
On Mon, 10 Jan 2005 23:22:26 -0500, Michael Wilson <[EMAIL PROTECTED]> wrote: > I don't have a test machine with IE 5 loaded, but again, given that I am > saying [if IE]--no version specified--I think the chances of it being > some kind of standalone quirk are slim. Personally I wouldn't trust th

Re: [WSG] Connditional Comment / @import Problem in IE 5.0.1

2005-01-10 Thread Michael Wilson
Kay Smoljak wrote: Michael Wilson wrote: I did a little more testing and things get stranger. IE 5.0.1 breaks when I use: Hmm... you said you're using the standalone IE versions, right? I'd test in a "real" IE 5.01 before you write it off completely if I were you... those standalone versions are v

Re: [WSG] Connditional Comment / @import Problem in IE 5.0.1

2005-01-10 Thread Kay Smoljak
On Mon, 10 Jan 2005 10:31:02 -0500, Michael Wilson <[EMAIL PROTECTED]> wrote: > I did a little more testing and things get stranger. IE 5.0.1 breaks > when I use: Hmm... you said you're using the standalone IE versions, right? I'd test in a "real" IE 5.01 before you write it off completely if I we

Re: [WSG] Connditional Comment / @import Problem in IE 5.0.1

2005-01-10 Thread Michael Wilson
David R wrote: MSDN calls for , which is what I am using. And... since I'm just stating [if IE], this really shouldn't be isolated to IE 5.0.1. Its preferable to use

Re: [WSG] Connditional Comment / @import Problem in IE 5.0.1

2005-01-10 Thread David R
MSDN calls for , which is what I am using. And... since I'm just stating [if IE], this really shouldn't be isolated to IE 5.0.1. Its preferable to use

Re: [WSG] Connditional Comment / @import Problem in IE 5.0.1

2005-01-10 Thread Michael Wilson
Kay Smoljak wrote: I've seen something similar when the conditional comment syntax wasn't quite right. The way they handle GT and LT is a little odd... I'd check what you have against MSDN. Hi Kay MSDN calls for , which is what I am using. And... since I'm just stating [if IE], this really shouldn

Re: [WSG] Connditional Comment / @import Problem in IE 5.0.1

2005-01-10 Thread Michael Wilson
Andrew Krespanis wrote: This may sound insane, but if the

Re: [WSG] Connditional Comment / @import Problem in IE 5.0.1

2005-01-09 Thread Kay Smoljak
On Fri, 07 Jan 2005 15:48:22 -0500, Michael Wilson <[EMAIL PROTECTED]> wrote: > When I included the conditional comment, a rather > large gap would appear at the top of the page. At first, I thought > something in the IE stylesheet was causing the problem, I've seen something similar when the co

Re: [WSG] Connditional Comment / @import Problem in IE 5.0.1

2005-01-09 Thread Andrew Krespanis
Hmmm This may sound insane, but if the element is adding whitespace, try style { display:none; } in the IE 5.0 styles. If that stops the style element from working (?), try height:1px; I've never heard of this before, but my suggestion could be worth a try... I'm guessing you're using

[WSG] Connditional Comment / @import Problem in IE 5.0.1

2005-01-07 Thread Michael Wilson
Hi all, I sent this earlier, but I think I accidentally hijacked another post... For quite a while, I've been using my spare time to improve the standards, CSS, usability, and accessibility of one of my projects. In doing so I've also been trying to move away from IE hacks in my CSS in favor of con

[WSG] Connditional Comment / @import Problem in IE 5.0.1

2005-01-07 Thread Michael Wilson
Hi all, For quite a while, I've been using my spare time to improve the standards, CSS, usability, and accessibility of one of my projects. In doing so I've also been trying to move away from IE hacks in my CSS in favor of conditional comments, which for the most part has been a fairly seamless