kennygadams
Programmer
What is the best way to get these preview thumbnails to appear to have 1px borders? Currently when they align each other, side-by-side, they appear to have 2px borders.
Here's my test page:
Each thumbnail is wrapped in a div with the class name img165.
Here's the CSS currently being used.
Here's my test page:
Each thumbnail is wrapped in a div with the class name img165.
Here's the CSS currently being used.
Code:
div.img165 {
position:relative;
border: solid #333333 1px;
float:left;
width:165px;
height:165px;
overflow: hidden;
}