View Single Post
Old 08-21-2005, 08:53 AM   #1 (permalink)
riyada
Registered User
 
Join Date: Aug 2005
Posts: 5
riyada is on a distinguished road
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
riyada is offline   Reply With Quote