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??
#2

[eluser]GSV Sleeper Service[/eluser]
off the top of my head, no guarantee it'll work
Code:
//give your last menu header a class of 'last'
...
<li class="last">MENU 4
<ol>
<li>menu4 item 1</li>
<li>menu4 item 2</li>
</ol>
</li>

li.last ol {
text-align:right;
}


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-20-2009, 01:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB