Forums

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

Home Forums CSS [Solved] Positioning and z-index Re: [Solved] Positioning and z-index

#81714

When you set them to

Code:
position:absolute

you need to also assign their positionings

Code:
top,left,bottom,right

.

The first column, first row box will be top:0,left:0; The second column, first row box will be top:0;left:{width of first column, first row box + space in between}; and so on and so forth.