(<?xml-stylesheet type="text/css" href="#MyStyles"?>
<style id="MyStyles">
bla bla bla
</style>)
my browser does not compute the first (only the first) tag instruction
unless I insert a pair of brackets or a comment zone between the style tag
and the first instruction
(like this :
<style>
{}
tagOne
{
instructions
}
...
or like that :
<style>
<!-- -->
tagOne
{
instructions
}
...
)
Is this normal or is there any instruction I'm missing? A reported flaw of
IE 5.0 maybe ?
Paul
I have had nothing but problems when I used internal CSS styles in IE 5. I am not sure if it is
fixed in IE 5.5 sp 1, but I would upgrade anyway if I were you. I imagine if you stick those styles
in an external style sheet, they will work without the comment.
BTW, that is a lot of NG to post one question to. Wouldn't you say?
Regards,
Travis Spencer
Portland, OR USA
"Paul J (UTE)" <Mirumot...@freeze.com> wrote in message
news:9c6eiq$dpl$1...@s1.read.news.oleane.net...