Re: Dynamic menu in IE
I thought {literal} tags were only really used within javascript?
I only have a call to the js file in the <head>.
The menu itself sits in
<table width="623" border="0" cellpadding="0" cellspacing="0" id="menu1" class="ddmx">
and then each section is held within a cell
<a class="item1" href="home.php?cat=6161"><img src="{$ImagesDir}/nav/op2off.gif" width="97" height="46" border="0" alt="Paper Supplies" onmouseover="this.src='{$ImagesDir}/nav/op2on.gif'" onmouseout="this.src='{$ImagesDir}/nav/op2off.gif'" /></a>
<div class="section">
<a class="item2 arrow" href="home.php?cat=6639">A4 Paper<img src="{$ImagesDir}/arrow1.gif" width="10" height="12" alt="" /></a>
<div class="section">
<a class="item2" href="home.php?cat=6191">Paper A4 80gsm</a>
<a class="item2" href="home.php?cat=6193">Paper A4 90gsm</a>
<a class="item2" href="home.php?cat=6194">Paper A4 100gsm</a>
<a class="item2" href="home.php?cat=6195">Paper A4 110gsm</a>
<a class="item2" href="home.php?cat=6196">Paper A4 120gsm</a>
<a class="item2" href="home.php?cat=6667">Other</a>
</div>
<a class="item2 arrow" href="home.php?cat=6640">A3 Paper<img src="{$ImagesDir}/arrow1.gif" width="10" height="12" alt="" /></a>
<div class="section">
<a class="item2" href="home.php?cat=6192">Paper A3 80gsm</a>
<a class="item2" href="home.php?cat=6669">Other</a>
</div>
</div>
I have tried your suggestion around the above code with no success. I am going to remove sections of the site one by one and try to pinpoint the area that is producing that error.
Thanks
|