the_dark_one02
02-22-2003, 07:38 PM
ok this is my problem:
nomatter how much i try this wont work, i got this css changer to work but i wont the links to change it to be the color of that scheme, i found the code but it wont work,
heres my css code (the html is below it):
this is the code for the blue scheme
A:link{color:#0000ff}
A:link.blue{color:#0000ff}
A:link.red{color:#ff0000}
A:link.green{color:#00ff00}
now i was told to add the class="" thing to my link so i did:
<a href="#" onclick="setActiveStyleSheet('blue'); return false;" class="blue">blue</a>
<a href="#" onclick="setActiveStyleSheet('red'); return false;" class="red">red</a>
<a href="#" onclick="setActiveStyleSheet('green'); return false;" class="green">green</a>
but it wont work?!?!?!?!?!
help
thanks in advance
nomatter how much i try this wont work, i got this css changer to work but i wont the links to change it to be the color of that scheme, i found the code but it wont work,
heres my css code (the html is below it):
this is the code for the blue scheme
A:link{color:#0000ff}
A:link.blue{color:#0000ff}
A:link.red{color:#ff0000}
A:link.green{color:#00ff00}
now i was told to add the class="" thing to my link so i did:
<a href="#" onclick="setActiveStyleSheet('blue'); return false;" class="blue">blue</a>
<a href="#" onclick="setActiveStyleSheet('red'); return false;" class="red">red</a>
<a href="#" onclick="setActiveStyleSheet('green'); return false;" class="green">green</a>
but it wont work?!?!?!?!?!
help
thanks in advance