Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


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

[Javascript] dynamic CSS for IE


  • From: javascript@xxxxxxxxxx (FERON Matthieu)
  • Subject: [Javascript] dynamic CSS for IE
  • Date: Wed, 21 Nov 2001 11:26:55 +0100

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C17276.8FCF00E0
Content-Type: text/plain;
	charset="iso-8859-1"

Thanks to Laurent for the answer but I choose to create CSS client side with
javascript.
For NS no problem and it works fine but, as usual, the synthax is not
admitted by IE.
So, if anyone of you knows how to create the following class example
dynamically,
I would be really, really, really happy ;-))

------_=_NextPart_001_01C17276.8FCF00E0
Content-Type: text/html;
	charset="iso-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2650.12">
<TITLE>dynamic CSS for IE</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">Thanks to Laurent for the answer but I choose to create CSS client side with javascript.</FONT>
<BR><FONT SIZE=2 FACE="Arial">For NS no problem and it works fine but, as usual, the synthax is not admitted by IE.</FONT>
<BR><FONT SIZE=2 FACE="Arial">So, if anyone of you knows how to create the following class example dynamically,</FONT>
<BR><FONT SIZE=2 FACE="Arial">I would be really, really, really happy ;-))</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C17276.8FCF00E0--