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:
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.Code:<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>
I couldn't really locate the issue.
Can anyone please help me?
Thanks



Reply With Quote

Bookmarks