Log in

View Full Version : Opera menu hover Issue



wasimkhan
06-02-2009, 03:35 AM
Hi,
I have a vertical css-based menu. I have implemented scrolling in it when a menu reaches a certain height.

Here is a code where scrolling is implemented:



<div id="scrollingDiv" style="position:relative; height:192px;">
<li>
<table id="myTable" width="100%" style="height:24px;background-color:#414141;font-family: Arial, Helvetica, sans-serif;
font-size:12px;" cellpadding="0" cellspacing="0">
<tr>
<td><img width="21" height="21" src="/EMS/images/widgets/map.png" /></td>
<td><a href="#" title="Map" class="pointer" onclick="loadComponent(0)">Map</a></td>
</tr>
</table>
</li>
</div>



When i hover over on one of the menu items, submenu appears. However, in Opera ( ver 9) when i hover, submenu appears only for a split second and then disappears. When i remove the 'scrollingDiv' , it works fine as in other browsers( firefox n IE). I have read somewhere that Opera needs display:block in li a class, it is already there in my case.

I couldn't really locate the issue.

Can anyone please help me?

Thanks

C55inator
06-23-2009, 11:37 PM
I do not know. Normally Opera's good at such things.