View Full Version : absolute positioning for all screen sizes?


rainbowbrite
03-02-2003, 01:45 PM
is there a way to use a div layer with absolute positioning that will appear in the right place for all screen sizes??
i want to make sure that everything will be in the right spot no matter what resolution my veiwers are veiwing at..
i have my table centered, so im thinking that it wont be in the same place for everyone, and my navigation will be off with people who are using a smaller resolution
(mines set at the 1280 one)

please help.

peachie
03-02-2003, 02:02 PM
im almost positive i have a tutorial for this on my site but if not here is how you do it :

1. absolute position BOTH the table and text

2. center the table and dice the image and remove one of the peices of the image where you want the text and replace with an iframe.


DO NOT center your table/ graphic and than try to absolute position text over it. it will not work.