Forum Moderators: not2easy
Ive redesinged my homepage using absolute positioning and placed the "content" <div> at the top of the source code (ie underneath the <body> tag). So in terms of 'flow' this isnt logical, since other items appear on the page before the content, but it seems to work OK in all the browsers ive tested (except ver 4 obviously).
Are there any other forseeable hazards with using this layout technique?
Thanks :)
All in all, I think having the content div at the top is the best route. I go a step further and actually move all the extraneous into a seperate file so that updating is easier, since the extras are repeated on (nearly) every page on my site.