![]() |
Javascript Help...
I am trying to get a fading text script into my website and although it works well, I cannot seem to change the colour - I have played around with all the settings to no avail - anyone able to help? I want it blue instead of black!
Code:
<script language="javascript"> Cheers |
Re: Javascript Help...
stupid question:
Say the user does not have javascript enabled? also, say they're blind? i.e. with a text reader? |
Re: Javascript Help...
Then it wont work :lol:
The menu system works in the same way - its a risk I will take until I become a CSS expert ;) |
Re: Javascript Help...
You could try a javascript forum - only a guess but i'm presuming there are a few more experts over there.
http://forums.digitalpoint.com/forumdisplay.php?f=38 |
Re: Javascript Help...
hex=hcolor.toString(16);
if (hex.length==1) hex="0" + hex; obj.style.color="#" + hex + hex + "FF"; |
All times are GMT. The time now is 10:58 AM. |
Powered by vBulletin® - Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.