Forum Moderators: not2easy
.photo{
border-color: #B0E0E6;
border-style: double;
}
The border goes along the top and bottom of the picture but the border goes all across the page.
I can't set a width as the pictures are different widths.
I tried
.photo{
border-color: #B0E0E6;
border-style: double;
width:0;
}
Which worked great on IE but is a disaster on Netscape/Firefox.
Does anyone have a solution for me or will I have to set each width perhaps inline?