View Single Post
  #1  
Old 12-31-2006, 10:51 PM
  scoobie's Avatar 
scoobie scoobie is offline
 

Advanced Member
  
Join Date: Dec 2006
Location: Sydney
Posts: 84
 

Default Navigation Issue with IE 7

I incorporated my own navigation under my logo because I had some trouble customising the speed bar tabs. It works fine in FireFox but IE 7 moves the navigation above the logo. I get an error which says unrecognisable tag with the margin-top line. I put this code in the head tag section in the home.tpl file from the customer folder.

<script>
<!--[if IE 7]>
<style type="text/css">
.hnav {margin-top:100px;}
</style>
<![endif]-->
</script>


Can someone tell me what syntax issue I have or have I just got it wrong. The site is www.floriart.com.au/shop

Thanks,
Kylie
__________________
X-CART 4.1.8 (Add-Ons: onSale, CDSEO, AOM, Thickbox)
PHP 4.4.4
SQL 4.1.21
Linux O/S
Reply With Quote