09-19-2008, 11:49 PM
|
#1 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
|
floating list elements
hello,
when i float a list to the right, their order is reversed why is that?
for example if i have a list that is like this inside of a div element.
<ul>
<li>first</li>
<li>second</li>
<li>third</li>
</ul>
when i try to float it to the right (instead of showing it as first,second,third, it shows it as third,second,first.
anyone know why it is? anything i have to do?
__________________
no signature set
|
|
|
|