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

Hiding CSS & HTML w/ @import

2 views
Skip to first unread message

Daniel Glazman

unread,
Jul 23, 1998, 3:00:00 AM7/23/98
to Mark Bienvenu
Mark Bienvenu wrote:

> For the CSS, I used this:
>
> #contents1 { display: none; }
> #contents2 { various styles; }
> @import url(contents.css);

Warning : according to CSS 2 spec section 4.1.5 paragraphs 3-6, this
@import at-rule is illegal and should be ignored by browsers because
it is located after declaration rules....


</Daniel>

0 new messages