Thu, 2011-11-10 13:56
Hi i have a main wrapper div, within that div i have another div that will then contain another 3 divs for my images. I use relative positioning on the first div but once i use it on the second div it appears out of the containing div - please advise.
Sun, 2011-11-13 03:41
#1
Please post your code
Both HTML and CSS. But in general if you need things to appear alongside each other, don't use relative positioning, use either display:inline-block or floats.