Unique mouseover |
Unique mouseover |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Feb 2004 Member No: 4,196 ![]() |
I hope this is the right place to post a question about a specific mouseover effect...if not, I honestly am sorry.
I was just wondering if anyone knew a site that has cool kinds of mouseovers. I've been looking all over for this person's mouseover. Thanks in advance. www.xanga.com/shellygurl2004 |
|
|
![]() |
![]()
Post
#2
|
|
Baka elite ![]() ![]() ![]() ![]() Group: Member Posts: 124 Joined: Jan 2004 Member No: 1,437 ![]() |
you can also add gradient backgrounds for hovers:
CODE <!-- begin code provided by createblog.com --> <style type="txt/css"> a:hover { progid:DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr=#527BCE, endColorStr=#ffffff); } <!-- end code provided by createblog.com --> image backgounds: CODE <!-- begin code provided by createblog.com --> <style tyle="text/css"> a:hover { color:0033CC; background: URL(http://members.asianavenue.com/AA_cute_pic_4_u/dividestars.gif); }</style> <!-- end code provided by createblog.com --> for other bg's you can make your own or google them. if you're real lazy try http://members.asianavenue.com/AA_cute_pic_4_u |
|
|
![]() ![]() |