absolute positioning

G

Guest

If I do away with absolute positioning will I still be able to position the layers the way I want them on the page? Also is that what it takes to show the web page correctly on any size monitor or settings? I noticed that on some monitors my words overlap where I have positioned the layers on the web page. If I remove absolute positioning do I have to go to each page and redo the page? By the way thanks to everyone for your help!
 
K

Kevin Spencer

If you don't use absolute positioning, you're most likely going to have to
use tables rather than divs (layers) for positioning.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Bill B said:
If I do away with absolute positioning will I still be able to position
the layers the way I want them on the page? Also is that what it takes to
show the web page correctly on any size monitor or settings? I noticed that
on some monitors my words overlap where I have positioned the layers on the
web page. If I remove absolute positioning do I have to go to each page and
redo the page? By the way thanks to everyone for your help!
 
E

E. T. Culling

It will be best to redo each page using tables and NOT absolute positioning!
Eleanor
Bill B said:
If I do away with absolute positioning will I still be able to position
the layers the way I want them on the page? Also is that what it takes to
show the web page correctly on any size monitor or settings? I noticed that
on some monitors my words overlap where I have positioned the layers on the
web page. If I remove absolute positioning do I have to go to each page and
redo the page? By the way thanks to everyone for your help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top