View Single Post
Old 09-20-2008, 05:13 AM   #3 (permalink)
sarmenhb
The Addict
 
sarmenhb's Avatar
 
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
sarmenhb is on a distinguished road
Default

change the div ul li to float right and u'll see how it changes the order.

Code:
    div ul li
    {
        border: 1px solid green;
        float: right;
        overflow: hidden;
        width: 50px;
    }
__________________
no signature set
sarmenhb is offline  
Reply With Quote