poorlilrockstar
06-05-2003, 05:44 PM
hi guys, I'm new so sorry if this post was made before... but anyway, I downloaded a rainbow link script from dynamicdrive.com that works when the mouse hovers it. I also use a css script, so I was wondering if there was any way to put the script for the rainbow link into my css script, rather than posting it into the head of each of my webpages. thanks!
yah, how do you have you're original script set up?
vici0uskitty
06-08-2003, 04:19 PM
well you could use this easy css thing.
you make a file called mycss.css and you put all your css codes into it. you could put your rainbow links script, your colored scrollbar etc.
then you put this small code on each of your pages:
<LINK REL=stylesheet HREF="mycss.css" TYPE="text/css">
that will activate mycss.css and then use it on each page you have that code on. and you can change it whenever you want.
if you dont understand go to: http://www.peachie.nu/csscheat.html
and it'll probably have a better explanation than I gave you.