开发者

CSS hover menu fly out menus

http://jsfiddle.net/kvKfr/

Shows the menu as I've got it working. Does anyone know how to keep the LI element in the parent UL from expanding? I want the sub menu to show to the righ开发者_运维问答t (as it is) with out causing the parent LI to change sizes. Is this possible?


The basic idea on these is to make the position absolute:

http://jsfiddle.net/kvKfr/1/


Set

ul.myMenu li > ul

to be

position:absolute

Demo at http://jsfiddle.net/gaby/kvKfr/2/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜