I am just wondering if it's necessary to include a CSS reset, even though I would be positioning all elements but the container element absolute? Note, this is for banner ad builds only.
Thanks!
I am just wondering if it's necessary to include a CSS reset, even though I would be positioning all elements but the container element absolute? Note, this is for banner ad builds only.
Thanks!
Absolute positioning everything is bad practice...
Considering using a grid css framework if you want easy positioning and layout.