Results 1 to 1 of 1

Thread: 2 column layout problem in IE6 - works in IE7 en FF

  1. #1
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    81
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default 2 column layout problem in IE6 - works in IE7 en FF

    I have a problem with a 2 column layout.
    On IE7 and FF everythings shows ok, but on IE6 the right column seems to be missing (so I am told as I don't have IE6 myself).

    The page is
    http://www.bluearmyneerpelt.be/index_new.php

    the code seems to big to post here, so i'll supply them both (index_new.php and the css file) as .txt files

    I would be very thankful if someone helped me out.


    I've been trying some things out... if i change
    Code:
    #RightCol{
    	float: left;
    to
    Code:
    #RightCol{
    	float: right;
    I can see the right column, but it's top is below the bottom of the leftcolumn. (in IE6, still works in IE7 and FF)

    Added some bits from the 2.1 layout as found on DD to the script... finally made it work
    Last edited by Rohan72; 12-30-2007 at 03:28 AM. Reason: Solved it...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •