MouseOvers, Shadow |
![]() ![]() |
MouseOvers, Shadow |
Jan 10 2004, 03:20 AM
Post
#1
|
|
|
**porcelainpixi is here** ![]() Group: Member Posts: 4 Joined: Jan 2004 Member No: 462 |
okay, first post on here for me... i am interested to know if anyone has a code for a mouseover shadow... or even line through. i know the code has something to do with "text-decoration:shadow" but i'm not sure exactly, i would appreciate ANY help! <3
|
|
|
|
Jan 10 2004, 04:04 AM
Post
#2
|
|
![]() cb's #1 fan! =) ![]() ![]() ![]() ![]() ![]() ![]() Group: Advisor Posts: 2,342 Joined: Nov 2003 Member No: 1 |
Here you go:
CODE <!-- begin code provided by createblog.com -->
a:link, a:active, a:visited { text-decoration: none; } a:hover { text-decoration: underline; } <!-- end code provided by createblog.com --> |
|
|
|
Jan 10 2004, 10:37 AM
Post
#3
|
|
|
**porcelainpixi is here** ![]() Group: Member Posts: 4 Joined: Jan 2004 Member No: 462 |
QUOTE(micron @ 01-10-2004, 04:04 AM) Here you go: CODE <!-- begin code provided by createblog.com --> a:link, a:active, a:visited { text-decoration: none; } a:hover { text-decoration: underline; } <!-- end code provided by createblog.com --> right.. thanks a bunch. that works with line-through and underline, but not shadow... anyway, good enough for me! i appreciate it. |
|
|
|
Jan 17 2004, 08:50 PM
Post
#4
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Jan 2004 Member No: 777 |
duz n-e one know how to highlight a link when u put tha mouse on top ov it, sort of lyk a highlighting mouseovr? if so, i wuz wondering if u could give me tha code, i'd really really appreciate it. thanx
|
|
|
|
Jan 17 2004, 08:56 PM
Post
#5
|
|
|
settle down kiddies. ![]() ![]() ![]() ![]() Group: Member Posts: 237 Joined: Jan 2004 Member No: 180 |
QUOTE(cab9888 @ 01-17-2004, 08:50 PM) duz n-e one know how to highlight a link when u put tha mouse on top ov it, sort of lyk a highlighting mouseovr? if so, i wuz wondering if u could give me tha code, i'd really really appreciate it. thanx Highlight? Do you mean the background? CODE <!-- begin code provided by createblog.com --> <style type="text/css"> A:hover {background:336699} </style> <!-- end code provided by createblog.com --> Change background to prefered color. |
|
|
|
Feb 4 2004, 11:56 PM
Post
#6
|
|
|
mm... ![]() ![]() ![]() Group: Member Posts: 49 Joined: Feb 2004 Member No: 3,003 |
Hehe this is mi first post
|
|
|
|
Feb 5 2004, 08:02 PM
Post
#7
|
|
|
Tanyaya ![]() ![]() Group: Member Posts: 11 Joined: Feb 2004 Member No: 3,089 |
where do you put it?
|
|
|
|
![]() ![]() |