I've designed a page using divs and css. The problem being that I have about 800px of needless space at the bottom of my page. I believe this is because I have relatively positioned some of the divs and the browser resizes the containing div as though the relatively positioned divs are further down the page.
Anyone got any ideas...
any help would be greatly appreciated.
Regards
CarlUse some combination of floats and absolute positions instead?nope wn't work.
I'm just going to re-code and use tables instead of divs.
Much easier, handles better cross browser,
why not??!!
Anyone got any ideas...
any help would be greatly appreciated.
Regards
CarlUse some combination of floats and absolute positions instead?nope wn't work.
I'm just going to re-code and use tables instead of divs.
Much easier, handles better cross browser,
why not??!!