TablesandChairs4
03-08-2005, 08:45 PM
I've heard that margins are a lot better for a general layout, but I'm in the habit (and find it easier) to just use absolute positioning.
I'd just like to hear some other opinions on which is better.
writespeak
03-09-2005, 01:26 AM
Can you explain what you mean? Do you mean to have margins on either side (or one side) of the content vs. having the content take up the whole screen width? Or do you mean fixed width vs. fluid width?
Lois
the_pm
03-09-2005, 12:11 PM
Absolute positioning has its downfalls, particularly in regard to visitors resizing text (something you cannot and should not attempt to prevent). I steer clear from it at all costs, unless there's good reason to use it and I've tested my methods thoroughly.
ChrisLM2001a
03-09-2005, 07:05 PM
I don't use it because how it doesn't remain in position where you want it throughout the browsers. IE/NS/FF/O all view pages differently.
Best to stick with the margins (just beware IE has a margin problem - check the web for workarounds).
Chris