Oh dear - my layout works great in Firefox but looks terrible in IE. What can be wrong? I added code and styles so the cart appeared in the header on the right.
I added this to the stylesheet:
.cartheader{
color:#FFFFFF;
float: right;
padding-right: 20px;
padding-top: 5px;
font-size: 11px;
}
And I added this to the common/tpl_header.php:
<!-- bof cart header display -->
<div id="navCartWrapper" class="cartheader">
Your Basket: <?php echo ($_SESSION['cart']->count_contents()); ?> item(s) Total:£<?php echo ($_SESSION['cart']->show_total()); ?>
</div>
<!-- eof cart header display -->
I will PM you with a URL to the test site if you want to see it in action