Re: [Gimp-developer] Re: http://developer.gimp.org/

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Feb 10, 2003 at 11:31:42AM -0500, Carol Spears wrote:
> i read of a rather elegant solution.  apparently Netscape refuses to
> read the <link></link> tag if it contains the media attribute.  so you
> can set it up this way:
>    <link rel=stylesheet type="text/css" href="/style/dgo-ns.css">
>    <link rel=stylesheet type="text/css" href="/style/dgo.css"
>    media="all">

with quotes please
     <link rel="stylesheet" type="text/css" href="/style/dgo-ns.css">
     <link rel="stylesheet" type="text/css" href="/style/dgo.css" media="all">

> and netscape will happily skip the second stylesheet.

OK, and when one wants everything in one CSS file, he/she
can make use of NN's inability to parse comments (so-called
Caio's Hack), this is probably even better solution:

/*/*/
some stuff NN won't see
/* */

Yeti


[Index of Archives]     [Video For Linux]     [Photo]     [Yosemite News]     [gtk]     [GIMP for Windows]     [KDE]     [GEGL]     [Gimp's Home]     [Gimp on GUI]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux