Forum Moderators: not2easy
I want 2 seperate href styles.
first href - red and rollover red
second href - grey and rollover grey
for example :
A:grey
A:purple
when calling the href parameter include an ID:
<a id="grey" href="whatever.html"> <a id="purple" href="whatever.html">
Hope this is clear :)
I could only find one good reference through yahoo though.