absolute positioning

  • Thread starter Thread starter Guest
  • Start date Start date
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!
 
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!
 
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!
 
Back
Top