Hi,
When I load pages through the db, e.g.: ovrigt.php?typ= disco and after that go to the menu I get an error message from IE6: "Object required" (translated from swedish IE). Part of menu:
[CODE=html]<div id="menycontain er">
<div id="opacitet">
<ul>
<li><a class="meny" href="index.php ">
<div class="roundtop ">
<div class="r1"></div><div class="r2"></div><div class="r3"></div>
<div class="r4"></div></div><span class="menycont ent">Hem</span></a>
</li>
<li><a class="meny" href="#" onmouseover="MM _showHideLayers ('undermeny1',' ','show')" onmouseout="MM_ showHideLayers( 'undermeny1','' ,'hide')">
<div class="roundtop "><div class="r1"></div><div class="r2"></div>
<div class="r3"></div><div class="r4"></div></div>
<span class="menycont ent">Övrigt</span></a>
</li>
</ul>
</div>
<div id="undermeny1 " class="undermen y" onmouseover="MM _showHideLayers ('undermeny1',' ','show')" onmouseout="MM_ showHideLayers( 'undermeny1','' ,'hide')">
<a href="../ovrigt.php?typ= fritids">Fritid s »&raqu o;</a><br />
<a href="../ovrigt.php?typ= disco">Disco »&raqu o;</a><br />
<a href="../ovrigt.php?typ= skoldatatek">Sk oldatatek »&raqu o;</a><br />
</div></div>[/CODE]
There is no problem with FF.
When I load pages through the db, e.g.: ovrigt.php?typ= disco and after that go to the menu I get an error message from IE6: "Object required" (translated from swedish IE). Part of menu:
[CODE=html]<div id="menycontain er">
<div id="opacitet">
<ul>
<li><a class="meny" href="index.php ">
<div class="roundtop ">
<div class="r1"></div><div class="r2"></div><div class="r3"></div>
<div class="r4"></div></div><span class="menycont ent">Hem</span></a>
</li>
<li><a class="meny" href="#" onmouseover="MM _showHideLayers ('undermeny1',' ','show')" onmouseout="MM_ showHideLayers( 'undermeny1','' ,'hide')">
<div class="roundtop "><div class="r1"></div><div class="r2"></div>
<div class="r3"></div><div class="r4"></div></div>
<span class="menycont ent">Övrigt</span></a>
</li>
</ul>
</div>
<div id="undermeny1 " class="undermen y" onmouseover="MM _showHideLayers ('undermeny1',' ','show')" onmouseout="MM_ showHideLayers( 'undermeny1','' ,'hide')">
<a href="../ovrigt.php?typ= fritids">Fritid s »&raqu o;</a><br />
<a href="../ovrigt.php?typ= disco">Disco »&raqu o;</a><br />
<a href="../ovrigt.php?typ= skoldatatek">Sk oldatatek »&raqu o;</a><br />
</div></div>[/CODE]
There is no problem with FF.
Comment