[Gllug] Web Site Creation

Henry Gilbert henry.gilbert at gmail.com
Mon Nov 7 15:51:47 UTC 2005


>
> If it ever becomes an issue I would probably just not serve a stylesheet
> to earlier browsers.  The unstyled version should still be usable.
>
> Will.
> --
> Gllug mailing list  -  Gllug at gllug.org.uk
> http://lists.gllug.org.uk/mailman/listinfo/gllug
>

you just hide it and comment it out.

probably with something like:

<style type="text/css" media="screen">
<!--
/*/*/
   @import url(styles/something.css);
/* */
   -->
</style>

but I've never tested that on IE 3.0
and then back on others.
-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list