|
Image thumbs layout
Hi..
I am trying to have this :
<div id="links2" ><img src="1.jpg" /><img src="2.jpg" /><img src="3.jpg" /><img src="4.jpg" /></div>
with this :
#links2 img {
display:block;
width:60px;
height:60px;
border:solid 1px #000;
margin:0px 4px 4px 4px;
}
and this:
#links2 {
position:absolute;
top:20px;
left:20px;
width:70px;
padding-top:4px;
border:none #000;
}
to display horizontally
Help anyone?
Thnx
|