html - How to align a subsubmenu to the right of a submenu? -


here jsfiddle explaining.

as can see when :hover top1 > sub1, subsub1 , subsub2 appear @ right of submenu underneath subsub1.

i tried solving margin-top: -31px; @ .ulmenuthird shown here jsfiddle, thats wrong code , gives not best results. (sometimes subsubmenu items have higher height , smaller height).

any solutions?

hey have had , hope looking for.

i have added div around subs have subsubs

#container {     position:relative; } 

and change margin-top top:0;

.ulmenuthird {     display: none;     position: absolute;     left: 100%;     right: auto;     min-width: 10em;     top: 0; } 

http://jsfiddle.net/p9wst/4/


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -