Cathy Tibbles wrote:
> I have read about this before, but I can't for the life of me, find the
> source.  The drop down menu works well, but when moving from a LI to a
> LI:hover, it gets jittery.  I'm not using any background images either. 
>
> If this is helpful, the code is pasted here: http://pastebin.com/m152e037e
> Working example (although not aligned properly in IE) is
> http://www.tibbles.net/designs/blog 
>
> Thank you so much!
>   
Have you tested this with other people? I am very confused by the menu. 
A menu is there to guide users to other information, not to randomly 
cover other parts of the main navigation items and work only with a 
mouse.  Click handling or at least relative positioning with shifting of 
the rest of the menu would make things a lot clearer.

As to your problem, my guess is that the absolute positioning is causing 
a pixel gap between active LI and next LI. Try a padding on the parent 
LI and position the child LI with a negative margin to create an overlap.

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to