prob. about da fonts |
![]() ![]() |
prob. about da fonts |
Nov 1 2004, 10:16 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Nov 2004 Member No: 59,489 |
hey everybody
how can i make da colors of fonts ch. when my mouse is moving over it? or is it able to be done? |
|
|
|
Nov 1 2004, 10:58 AM
Post
#2
|
|
|
NO. I'm not 13. or 14. or 15. or 16. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,616 Joined: Jul 2004 Member No: 30,577 |
if you have some css in your header html, you should have a hover section. and then there would be a place to change the colors there.
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> A:hover {font-family:tahoma;color:#ffffff;text-transform: uppercase; cursor: crosshair; font-weight:bold;font-size:8pt} </style> <!-- end code provided by createblog.com --> use this code if you don't have it already. just change everything to your liking. |
|
|
|
![]() ![]() |