Iorhael wrote:
>> btw-1: Perhaps you can give the '#menu li ul li a' the padding instead of 
>> the '#menu li ul li', then the (yellow) clickable area can be greater.
> 
> Francky and others, another thing I am noticing with the submenus in IE is 
> that hovering is a bit "jumpy" between the parent link and child links right 
> at the top border. I tried "closing the gap" as George mentioned yesterday 
> but its still jumpy...I know there is a fix for that but cannot for the life 
> of me remember what it is. Do you have any suggestions?
> 
> http://www.drkdesign.com/voicebox_demo/index_h.php
> http://www.drkdesign.com/voicebox_demo/css/vb_menu_h.css

IE looses focus when the cursor hovers over an menu area which is 
"occupied" by the underlying #sidebar img

A (not exactly cheap) fix would add a 8-bit fully transparent png,

<!--[if lte IE 6]>
<style>
#menu li ul { background: url(transp.png) }
</style>
<![endif]-->

see
http://www.satzansatz.de/cssd/tmp/20060319204228/

A similar problem/solution is mentioned here
http://positioniseverything.net/css-dropdowns.html

Ingo
-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to