in

dashCommerce

An ASP.NET Open Source e-Commerce Application

CSS Problems in IE7

Last post 08-22-2008 9:13 AM by sbck. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 07-07-2008 3:41 PM

    CSS Problems in IE7

    This is weird when you use IE7 and click this link http://alltoolwarehouse.com/Catalog-Abrasives,-Drill-Bits,-Blades_1.aspx the products are all the way in the bottom, I'm thinking play with the site.css file so I can get it looking the way I want, which I started doing. But, when I use Firefox 3.0 instaid of IE7 the page looks fine, it's looking the way I want, the products line with the menu. Can anyone help with this. thanks 

  • 07-08-2008 12:47 AM In reply to

    Re: CSS Problems in IE7

    Answer

    I figured out what happened. I still needed to tweek the site.css file.

  • 08-18-2008 5:12 AM In reply to

    • jodie
    • Top 150 Contributor
    • Joined on 06-06-2008
    • Posts 7

    Re: CSS Problems in IE7

    If you use this code in the top of your master file, you can put workaround css in the ie6.css and ie7.css files to fix issues for IE6 and IE7 only, without affecting layout/styles for other browsers display correctly:

    <!--[if IE 6]>
    <link rel="stylesheet" type="text/css" href="http://www.yourwebsite.com/stylesheets/ie6.css" />
    <![endif]-->
    <!--[if IE 7]>
    <link rel="stylesheet" type="text/css" href="http://www.yourwebsite.com/stylesheets/ie7.css" />
    <![endif]-->
    
    Hope this helps!
     
  • 08-22-2008 9:13 AM In reply to

    • sbck
    • Top 150 Contributor
    • Joined on 06-06-2008
    • Posts 6

    Re: CSS Problems in IE7

      Could you share what the problem was?  I am seeing the same issue in IE6 (not IE7) on the default theme of dashCommerce.

Page 1 of 1 (4 items)