hover code? |
![]() ![]() |
hover code? |
Jan 18 2006, 07:36 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 24 Joined: Mar 2004 Member No: 8,039 |
does like anyone know the code for the over code like on this girls myspace?
if anyone knows it & can tell me, thatd be great! thanks a bunch! |
|
|
|
Jan 18 2006, 10:44 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
I think you're talking about the flashy links and such, all she did was add a background code in her CSS to that specific class, all you have to do is take your existing stylesheet and everything that you want the flashy links to be applied to just add this code:
QUOTE background-color: black;
background-repeat: repeat; background-image: url(http://img.photobucket.com/albums/v136/MyxSilentScreams/pinkpinkpink.gif)!important; background-attachment: fixed !important; background-position: top center; |
|
|
|
Feb 1 2006, 03:20 PM
Post
#3
|
|
![]() Your Chuckle's My Giggle ![]() ![]() ![]() ![]() Group: Member Posts: 147 Joined: Jul 2005 Member No: 179,217 |
I see how it's all flashy, but does anyone know how to get that hover effect she has on her links???
Oh, and I've been searching and can't find it on here, but is there somewhere with a list of different hover effects for the links? (such as overline, double underline, etc.) |
|
|
|
Feb 1 2006, 04:47 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
For a list try this http://xpresshtml.net (under css).
Hovers don't work on my browser so do you know the one you want? explain it maybe? |
|
|
|
Feb 2 2006, 02:25 AM
Post
#5
|
|
![]() Your Chuckle's My Giggle ![]() ![]() ![]() ![]() Group: Member Posts: 147 Joined: Jul 2005 Member No: 179,217 |
It's sorta like an upward blur.
I tried the filter for blurring images, but it didn't work. |
|
|
|
Feb 2 2006, 10:08 AM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Try this:
CODE <style type="text/css"> A:visited {color:COLOR; text-decoration: none;} A:link {color:COLOR; text-decoration: none;} A:active {color: COLOR; text-decoration: underline;} A:hover {filter:blur(add="1",direction="360",strength="4"); height:0;} </style> For more: http://www.myspace-codes.com/myspace_hover_codes.htm |
|
|
|
Feb 7 2006, 06:56 PM
Post
#7
|
|
![]() Your Chuckle's My Giggle ![]() ![]() ![]() ![]() Group: Member Posts: 147 Joined: Jul 2005 Member No: 179,217 |
thank you so much. . . it worked
|
|
|
|
![]() ![]() |