how do you make a picture a link? |
how do you make a picture a link? |
Jun 3 2006, 07:51 PM
Post
#1
|
|
![]() valerie ![]() ![]() ![]() Group: Member Posts: 80 Joined: Jul 2005 Member No: 183,864 |
Ok so I know this sounds weird but I have this tiny pic that I want to use for the links on my page. I want it to come up when people hover over one of my links.
Can any one help me by posting a with a code? |
|
|
|
![]() |
| *Ox_Su`Zie* |
Jun 3 2006, 09:54 PM
Post
#2
|
|
Guest |
CODE <style type="text/css"> a.navbar:hover{color:COLOR OF BORDER HERE; font-weight:bold;background-image:url('IMAGE URL HERE');} a:hover, a.redlink:hover, a.navbar:hover {background-image:url('IMAGE URL HERE'); font-size:8pt; color:COLOR OF BORDER HERE; text-decoration:none; border:1px solid} a:hover img {background-image:url('IMAGE URL HERE'); filter:alpha(finishopacity=0, style=2); border:1px solid} </style> I belive that if i am NOT mistaken this is the code |
|
|
|
![]() ![]() |