|
The problem with absolute divs for everything will be that the divs will appear in slightly offset locations, depending on the resolution and the browser etc. It might not seem like it on your own monitor as you'll be tailoring the site to your set up, but one of your potential users may end up seeing a total mess.
General rule of thumb would be to minimise moving around objects around via the position: relative; command, but if you must move things and there's no other way, use this command and do not use position: absulute; command.
That's my view on it anyway...
__________________
|