Welcome Guest, Not a member yet? Register   Sign In
CSS vertical menu - how do i get *some* child items to align to right edge of parent??
#3

[eluser]nstokes[/eluser]
You can fix it by adding two things:
Code:
#primary-nav li, #primary-nav li.menuparent {
position: relative; //Add this line
}

and

Code:
#primary-nav ul {
background:#E8EBF2 url(/images/realadvice/theme_launch/bg_topmenu2.gif) repeat-y scroll 0 0;
display:none;
position:absolute;
right:0;  // Add this line
top:auto;
}

That should align each submenu to the right side of the parent.


Messages In This Thread
CSS vertical menu - how do i get *some* child items to align to right edge of parent?? - by El Forum - 01-21-2009, 06:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB