View Full Version : How to Remove "Visited" Border from a Picture Link?!
nphsbuckeye
4th of November 2009 (Wed), 18:31
Please help me here: I have created two images into links and on Safari and IE they have the visited/unvisited border around them. In the CSS file I have told it to not include any border, but it still shows up... Thanks for any help.
tracknut
4th of November 2009 (Wed), 21:14
Care to give us a link to the page you're talking about?
Dave
Croasdail
4th of November 2009 (Wed), 21:50
What is a visited or not visited border? You completely lost me there.
Mark1
4th of November 2009 (Wed), 21:59
What is a visited or not visited border? You completely lost me there.
Much like regular text hyperlinks where you can set a link that you have not followed to be white (or any other color) and ones you have followed to be purple (or any other color) You can do the same to pictures that you have made into hyperlinks. nphsbuckeye is just asking how to set the coding so they do not turn a color, but apear as a normal image wether you have followed the link or not.
nphsbuckeye I know it can be done, but, alas I dont know how.
nphsbuckeye
4th of November 2009 (Wed), 22:22
Care to give us a link to the page you're talking about?
Dave
Sorry, it isn't live yet. I'm building it right now. Hope in a few weeks I'll have it live.
Much like regular text hyperlinks where you can set a link that you have not followed to be white (or any other color) and ones you have followed to be purple (or any other color) You can do the same to pictures that you have made into hyperlinks. nphsbuckeye is just asking how to set the coding so they do not turn a color, but apear as a normal image wether you have followed the link or not.
nphsbuckeye I know it can be done, but, alas I dont know how.
Precisely. :lol:
I know it can be done too, because only in Firefox and Internet Explorer does this exist; Opera, Chrome, and Safari have it correct. :rolleyes:
Hikin Mike
4th of November 2009 (Wed), 23:20
To remove a border in CSS, find/add this to your sheet. If this doesn't work pm me. ;)
a img, a:hover img, a:visited img {
border:0;
}
nphsbuckeye
4th of November 2009 (Wed), 23:29
To remove a border in CSS, find/add this to your sheet. If this doesn't work pm me. ;)
a img, a:hover img, a:visited img {
border:0;
}
Finally! Thank you very much!
Hikin Mike
4th of November 2009 (Wed), 23:33
Finally! Thank you very much!
Glad to help! :D
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.