mcpeekj
Vendor
- Sep 21, 2001
- 105
i have thumbnails that i want to rollover the border color (with css), but with the code below (and border=0 in the img tag), there's no top border. can anybody help?
.thumb a:link {border: 3px solid f8f8ff}
.thumb a:visited {border: 3px solid c0c0c0}
.thumb a:hover {border: 3px solid #999999}
when i valign them to the bottom of the cell, it only shows the left and right border, no top OR bottom. any other alignment it only misses top.
for the life of me, i can't figure this out...
.thumb a:link {border: 3px solid f8f8ff}
.thumb a:visited {border: 3px solid c0c0c0}
.thumb a:hover {border: 3px solid #999999}
when i valign them to the bottom of the cell, it only shows the left and right border, no top OR bottom. any other alignment it only misses top.
for the life of me, i can't figure this out...