Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Absolute position inside relative position div Re: Absolute position inside relative position div

#82297
wolfcry911
Participant

the html didn’t post for some reason…

If each image has the same class, then they each are positioned to the same point, in effect stacking on one another. Looking at the image, I don’t think relative and absolute positioning is the best to use here. I’d put the all the images in a single list and just float them left. The ul could be given a width and floated left as well, then box to the right will follow.