sueluvsaly
11-16-2003, 05:12 AM
i set up my style sheet so all my links the background turns purple and the text pink. but i want to use image links for my navigation. so how do i make it so when u hover over the links it dosnt turn the image links to big purple boxes?
Rosey
11-16-2003, 05:24 AM
Have you put border="0" in your link coding?
sueluvsaly
11-16-2003, 05:30 AM
yeah thats in there. see look at what im talking about.
http://www24.brinkster.com/lamargsa/home.shtml
Rosey
11-16-2003, 05:36 AM
Your code looks like you put the letter o and not the number 0.
Try that first
sueluvsaly
11-16-2003, 05:44 AM
changed but still it turns purple.
Rosey
11-16-2003, 06:03 AM
I think that it's your image. I opened it, resaved it and it worked on a test run.
I really don't know what to say except that I think it's the image.
sueluvsaly
11-16-2003, 06:39 AM
ok new image. but now it only shows up when u pur ur mouse over it. and i wanna figure out how to make that not happen.
Rosey
11-16-2003, 07:50 AM
Try using this image (http://heavenspeace.com/links.gif)
sueluvsaly
11-16-2003, 06:52 PM
ok i licked on that link and it didnt work and it just sat there forever trying to load. but i have another image! and the border=0 is still there. and stuff but i dont want the thing to turn purple!
Rosey
11-16-2003, 07:48 PM
Copy and paste the link.
http://heavenspeace.com/links.gif
I know what you want to get rid of. When I try it, I get the same thing with your image. Try using this one instead. When I try it with that one, there is no purple.
MaGiCSuN
11-16-2003, 07:55 PM
this issue has nothing to do with any borders, because it's a background color, not a border color :)
add this to your css file:
.img A:link { text-decoration: none; background: none; }
.img A:visited { text-decoration: none; background: none; }
.img A:active { text-decoration: none; background: none; }
.img A:hover { text-decoration: none; background: none;}
then add this to the div that is around the image with the link:
class="img"
Love,
Mirna
sueluvsaly
11-16-2003, 09:44 PM
no i dont want my links except for my image links to change colors! is there some kind of over ride or something is what im asking.
MaGiCSuN
11-16-2003, 09:49 PM
then do as i said... because that will only change the image link ... to normal.. Like you want.
Love,
Mirna
sueluvsaly
11-16-2003, 10:52 PM
i didnt see that .img but ur a genious!!!!!!!!!!
MaGiCSuN
11-17-2003, 08:24 PM
haha, thank you :)
and you are welcome !