IE 6 only displays right sidebar incorrectly

Discussion in 'CSS' started by michaelh613, Apr 25, 2008.

  1. #1
    In IE 6.0 and only in ie 6 my site does not display correctly. It works in IE 7, firefox and Opera. The sidebar shows up on the top of the site rather than the left hand side
    http://www.yourcomputerconsultant.com/test/plantilla1.html

    The actual page is a PHP page but this stripped down original html shows the same issue using my current css
     
    michaelh613, Apr 25, 2008 IP
  2. HDaddy

    HDaddy Active Member

    Messages:
    287
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #2
    I´m not sure because i´m tired but you have

    #colRight {
    width: 530px;
    float: left;
    }

    should´nt it be float:right;
     
    HDaddy, Apr 25, 2008 IP