1 reply [Last post]
mumford
Offline
Enthusiast
Last seen: 15 years 28 weeks ago
Joined: 2003-07-22
Posts: 57
Points: 0

Hi

Could someone please take a look at this http://www.premier-resin-systems.co.uk/test/

You will see that the main content area is pushing down the left content area, they also seem to be overlapping. What am i doing wrong?

Here is a lo res mockup of what I want http://www.premier-resin-systems.co.uk/test/mockup.jpg

Thanks for any help!!

Tony
Tony's picture
Offline
Moderator
Brisbane
Last seen: 1 day 16 hours ago
Brisbane
Timezone: GMT+10
Joined: 2003-03-12
Posts: 5344
Points: 2965

2 Column problem overlapping divs

Hi mumford,
There is a couple of ways you could do this.
Leftcontent is contained by content so you should be able to float leftcontent left and just position content relatively. The margins shouldn't be needed for positioning.

Or have leftcontent as a separate float (not contained within content).

Hope that helps