PDA

View Full Version : Combining Classes



R. K. Raja
March 18th, 2002, 20:07
Ok, this may seem kind of stupid, but how do you comine classes in a link?

Say I want Class="2" and Class="fade" in one link. How would I go about it?

Something like this, but it has to actually work.


<A HREF="news.html" CLASS="2" CLASS="fade">News</A>


Yeah, it may seem dumb but I need help on it ;)

R. K. Raja
March 18th, 2002, 20:11
Oops, I found a way around it :D

I just renamed Class="2" to class="fade" and now everything works.

Thanks anyway!

meow
March 18th, 2002, 20:50
If you still want to know the answer it is:
class="2 fade"
(space separated) Not well supported yet though.