Forums

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

Home Forums CSS support with layout scripting… Re: support with layout scripting…

#110482
Paulie_D
Member

The boxes move because you are using fixed widths with absolute positioning.

To make the boxes adaptable, you need to use percentage widths and floats.