busterw Posted September 7, 2011 Posted September 7, 2011 I am having a problem with a store I am building where the "cart contents" button overlaps the checkout button in IE8. In Firefox it works fine. Is there something in the css that controls the width of those buttons that IE doesn't like? The URL is: http://trophyhuntingproducts.com/store/product_info.php/products_id/33%7B1%7D15 Thanks!
NodsDorf Posted September 7, 2011 Posted September 7, 2011 try changing your class from <div id="header" class="grid_22"> to <div id="header" class="grid_24"> I believe that call is in the header.php file.
busterw Posted September 14, 2011 Author Posted September 14, 2011 I tried that in header.php and that didn't do it. It still has the same amount of overlap, it just changed the positioning of the navigation bar itself. What is actually in header.php is this: <div id="header" class="grid_<?php echo $oscTemplate->getGridContainerWidth(); ?>"> So, to try it I changed that to read like this: <div id="header" class="grid_24"> Any other ideas?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.