Home › Forums › CSS › CSS Alignment help › Re: CSS Alignment help
November 29, 2012 at 7:19 pm
#115979
Participant
Hello again,
My code is correct however I just noticed all your divs inside your wrapper are absolute -_-.
Set the wrapper to what I’ve mentioned before but change
top:200px;
to
top:245px;
And delete all absolute positions for #navigationbar, #base and #footer and TADA :D