Div positioning

Soldato
Joined
6 Jan 2006
Posts
3,423
Location
Newcastle upon Tyne
I cant get a div to align properly on the right. Here is the page


It works fine on my monitor 1152x864 but it moves out of place on a widescreen one.

I thought the absolute position would work but its not for some reason!

Link to css here

Any advice much appreciated

Thanks.
 
There's some bad coding going on there IMO. The footer is abosolutely positioned, so that the content can't stretch the page?

I'll get this up in DW and have a crack at it. :)

First attempt at anything non table based so go easy on me :p

I made it all the same width so why would I want the footer to stretch further? If thats what you mean?

Float it to the right of the main content rather than using absolute positioning.

Will give that a shot, once I figure out how to float anything haha
 
Back
Top Bottom