Click to See Complete Forum and Search --> : extra spaces at bottom of page
I'm currently trying to redesign a page so all the element positioning is done by using div tags, which the positioning information is held in css.
a problem I'm having is that I end up with blank spaces at the bottom of the page with nothing in, which makes the page blank at the bottom, but doesn'ts really pose any other problem.
Does anyone know if there is a work around for this? :confused:
I just thought I'd add.
I didn't have the problem until i started using relative positioning, because i wanted to have the content in a fix width div that was centered in the page.
http://localhost/shared/talent_website/test/atwork_index8.php
I'm still working on it but I need to get rid of the spaces at the bottom
It's not on my system "localhost" ;)
my bad
http://test.atwork.uk.com/test/atwork_index8.php
I get a 404 on that link...
my bad *2
hopefully this will work:
http://www.talent.co.uk/test/atwork_index8.php
It's is your positioning, doing this
POSITION: relative; TOP: -1275px; HEIGHT: 60px
will leave a space in it's original position and you have done this with more of your elements.
You need to construct a 3 column css and then place (most) of the divs in the normal flow.
There are validation errors, including two extra closing div tags.
thanks
i used relative positioning because I wanted the page to appeared centered, I'm assuming css coloumns are relatively easy to implement?
i had checked the div tags thinking the right amount were there and then my work mate reconned i needed an extra one so we were both wrong :rolleyes:
have you or anyone else got any good links which explain css columns?
Here are a few links to look over:
http://glish.com/css/
http://www.bluerobot.com/web/layouts/
http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html
http://realworldstyle.com/
http://webhost.bridgew.edu/etribou/layouts/
thanks
i checked the bluerobot site out first,
I especially like this bit:
Many a talented web designer has struggled with CSS-based centering.
:cool:
Yes, if one is used to using tables for layout, moving to css will be a bit of a stretch, and take some time learning... :)