Which include? Do not assume people can read the Subject header.
Which sites? In which context within the code?
Is this documented somewhere?
Maybe, maybe not.
Briefly - how does it work?
I don't know. The `@' prefix is used in Microsoft JScript, followed by the
keywords `cc_on', `debug', `if', `position' aso. Maybe `@import' is just
another one of those.
RTFM, STFW.
PointedEars
--
Anyone who slaps a 'this page is best viewed with Browser X' label on
a Web page appears to be yearning for the bad old days, before the Web,
when you had very little chance of reading a document written on another
computer, another word processor, or another network. -- Tim Berners-Lee
I was checking out the code at wikipedia.com.
>
Search for anything - like HTML and the source has code like this:
>
/*]]>*/
</style> <script type="text/javascript" src="/w/index.php?title =-
&action=raw &gen=js& ;useskin=monobo ok"><!-- site js --></
script>
I've seen this include at several sites.
>
Is this documented somewhere?
>
Briefly - how does it work?
>
Thanks.
I just found out about it myself...it's a way for one CSS file to
"dial in" another...in the CSS-module school of thought, you would
have different CSS files linked by one "master" CSS file...makes any
debugging easier, among other reasons....
Comment