PDA

View Full Version : help??



kwing
September 24th, 2003, 01:38 PM
anyone help??

i know this is so practical to ask bt i dontknow this thing.
where do you find a script that changes the color when you highlighted it by the mouse?
umm i mean the link button..
it changes the color when te mouse pointer highlights it..
i know its a bit simple to others but i cant find a script like that..
can any1 help me??
thanks a lot!:h: :h: :h:

Digitalosophy
September 24th, 2003, 04:05 PM
well if you mean button rollovers, you make a style. looks something like this


a:link { color: #000000}
a:visited { color: #666666}
a:active { color: #FF0000}
a:hover { color: #FF0000}


you can learn about it here
http://www.w3schools.com/css/default.asp

kwing
September 25th, 2003, 08:18 AM
give me the complete code and syntax..
then also where will i put it?

JMS
September 26th, 2003, 11:28 AM
perhaps do what Digitalosophy said and goto the link to find out more for yourself. There you will be able to learn about CSS and how to use it.

:)