09-20-2008, 05:13 AM
|
#3 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
|
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
|
|
|
|