Fri, 2004-08-13 08:42
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!!
Fri, 2004-08-13 10:56
#1
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