mtgentry
05-24-2005, 12:32 PM
Hi all,
Ive got some images that I want to display with a 10px border around them.
If you click on the 2nd thumbnail image on the link below you will see a large white margin that shouldnt be there.
http://www.brentharada.com/paintings/
Any thoughts on whats going on here?
thanks!
-Mason
Heres the css that pertains to the images...
#images {
margin-bottom:auto 10px;
padding: 10px;
background:#fff;
text-align: left;
}
#container {
width: auto 400px;
margin: 30px;
margin-bottom:5px;
text-align: left;
float: left;
}
Ive got some images that I want to display with a 10px border around them.
If you click on the 2nd thumbnail image on the link below you will see a large white margin that shouldnt be there.
http://www.brentharada.com/paintings/
Any thoughts on whats going on here?
thanks!
-Mason
Heres the css that pertains to the images...
#images {
margin-bottom:auto 10px;
padding: 10px;
background:#fff;
text-align: left;
}
#container {
width: auto 400px;
margin: 30px;
margin-bottom:5px;
text-align: left;
float: left;
}