开发者

CSS hover menu fly out menus

开发者 https://www.devze.com 2023-04-11 06:05 出处:网络
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

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

精彩评论

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