View Single Post
Old 09-19-2008, 11:49 PM   #1 (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 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
sarmenhb is offline  
Reply With Quote