cross out mouseovers |
cross out mouseovers |
Jun 1 2004, 06:50 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Mar 2004 Member No: 7,254 |
where can i find the code for a cross out mouseover... i cant find it i've been searchin for a while
|
|
|
|
![]() |
Jun 1 2004, 07:46 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
add this to your header:
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> a:hover { /* edits when user mouseovers the links */ color:#9D91C9; font:normal 11px arial; line-height:10px; text-decoration:line-through; } </style> <!-- end code provided by createblog.com --> just change the font and color or whatever else you need |
|
|
|
Jun 1 2004, 08:40 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Mar 2004 Member No: 7,254 |
thankx so much
|
|
|
|
Jun 1 2004, 09:00 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
QUOTE(shatteredxdreams06 @ Jun 1 2004, 8:40 PM) thankx so much no problem |
|
|
|
![]() ![]() |