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
I figured out what happened. I still needed to tweek the site.css file.
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!
Could you share what the problem was? I am seeing the same issue in IE6 (not IE7) on the default theme of dashCommerce.