Hi i can't seem to get this to work, i want 3 images to show up from left to right. I tried playing around with my code but no luck.
link to page
The CSS code for that part:
Code:
#boxes li {
display:inline;
width:103px;
height:95px;
}
#boxes1 {
background-image:url(boxes1.jpg);
background-repeat:no-repeat;
}
#boxes2 {
background-image:url(boxes2.jpg);
background-repeat:no-repeat;
}
#boxes3 {
background-image:url(boxes3.jpg);
background-repeat:no-repeat;
}
any help would be great thanks
Last edited by afcbob; 02-12-2008 at 07:39 AM..
|