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