Fri, 2007-06-29 17:07
At my wits end. I have an image link in which I can't get rid of the blue border (I want to keep the white border btw).
This is the website page in reference: http://www.sugar-buzz.net/stock-photos/animals-and-people/
CSS is here
Fri, 2007-06-29 18:23
#1
a img {border: 0;}
a img {border: 0;}
Fri, 2007-06-29 18:35
#2
the blue that you're seeing
the blue that you're seeing is actually the anchor background. You can set the image to vertical-align: bottom, or to maintain the space below the image set the background on the anchor to transparent.
Fri, 2007-06-29 21:02
#3
I can be dense sometimes,
I can be dense sometimes, what do you mean by anchor background.
Fri, 2007-06-29 21:40
#4
#content a, #content
#content a, #content a:visited {
color: #3f5e67;
background: #88cfe3;
font-weight: bold;
text-decoration: none;
}
Fri, 2007-06-29 22:46
#5
Good lord talk about a
Good lord talk about a blonde moment, and I have been dealing with CSS for 2 or so years now. fixed it now thanks