in

dashCommerce

An ASP.NET Open Source e-Commerce Application

layout under ie

Last post 11-15-2008 10:42 PM by grupe. 6 replies.
Page 1 of 1 (7 items)
Sort Posts: Previous Next
  • 03-14-2008 12:41 PM

    layout under ie

      I found that the catalog.aspx under ie 6 sp2,has a gap like bellow,how do I fix it?

     

    http://210.51.25.220/untitled.bmp

     

     

  • 03-15-2008 4:19 AM In reply to

    Re: layout under ie

    same problem...

  • 03-22-2008 11:45 AM In reply to

    Re: layout under ie

    I have this problem as well. Each aspx page has 3 divs, 1 for the left nav, 1 for the main content, and 1 for the right area. Why are they ordered in the file left, right, and then main? This appears to cause the main content to be below the area used by the left and right content.

    Kevin
  • 03-24-2008 6:18 PM In reply to

    Re: layout under ie

    for the moment i finally install ie7 which have fix the problem, and i will see with ie6 later

  • 03-26-2008 10:35 AM In reply to

    Re: layout under ie

  • 04-02-2008 2:58 AM In reply to

    Re: layout under ie

    Thanks pedro, I have tried everything on site.css i didn't know that the problem come from common.css

     

    thanks again....

  • 11-15-2008 10:42 PM In reply to

    • grupe
    • Top 150 Contributor
    • Joined on 03-17-2008
    • Posts 11

    Re: layout under ie

    Since i have spent hours figuring this out, here is what you need to do to fix the cart.aspx issue:

    In  site.css add the "_width: 60%;" line like thisL

    #threeColumnMainContent {
      margin-left: 185px;
      margin-right: 185px;
      _width: 60%;
      /*border: 1px solid blue;*/
    }

Page 1 of 1 (7 items)