Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Style sheet

0 views
Skip to first unread message

Paul J (UTE)

unread,
Apr 25, 2001, 8:03:15 AM4/25/01
to
When I try to work with an intern style sheet

(<?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


Travis Spencer

unread,
Apr 25, 2001, 2:07:22 PM4/25/01
to
Hey 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...

0 new messages