|
|
 |
|
|
Pages: 1
mouse over?
(Click here to view the original thread with full colors/images)
Posted by: mike
when you put your mouse over a link it changes the text colour, and i was wondering where i put that in, and how to word it.
<a href="http://web site.com/">great site</a>
so where would i put the mouse over text in this ex.?
any help would be great.
Posted by: DemonBob
Hmmmmm all it is is CSS.
Put this between your header tags
[style type="text/css"]
a:hover{text-decoration: none; color:#E08800; }
[/style]
just change the colors and replace the [ ] with < >
|
|
|
|
|