flexible layout

October 19, 2005 by Carl Grint
Do you mean when you change display size the buttons are not in the same place..?

If so, then you may be using an absolute position for them, it is best to use a relative position.

You can do this, by setting the position relative to the LEFT and TOP border, then whatever the screen size, the object will be in the same place.

Remember even if someone is using a 1024 resolution this does not mean they have the browser opened to that size, they might have it reduced so they can see other things, so relative positioning is always good.

If you would like some CSS links, then I have a collection on my site (www.cgw3.co.uk) along with the great number on the dmxzone site and tutorials which will help.