I'm not what you would describe as a beginner with web page design but I have never designed anything other than for personal use.
Up until now, I have always designed the page layout using divs positioned using position:absolute which gets them exactly where I want them on the page with no fuss.
It is only now that I have realised that I have never seen a "proper" website use this technique in page design, instead they use a container div and put divs in that and position them using the float and margin attributes.
What I want to know is, should I stop using position:absolute and use the more "standard" way of doing things? I can see advantages in this (eg. getting the footer always at the bottom without js)
If so can you point me to the direction of designing pages using a container div (not aimed at beginners)?
Thanks for your help,
Colin
Tags: