Results 1 to 2 of 2

Thread: Opera menu hover Issue

  1. #1
    Join Date
    Apr 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Opera menu hover Issue

    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:

    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>
    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

  2. #2
    Join Date
    Jun 2009
    Location
    Laputa
    Posts
    43
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    I do not know. Normally Opera's good at such things.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •