09-20-2008, 12:19 PM
|
#5 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: USA
Posts: 218
Thanks: 16
|
Sarmen, the reason the order is reversed is that you float each element and not the list itself. So take each item from the top of the list down and float it right: you get what you have. Item 1 becomes 3, and 3 becomes 1.
The given examples show you a good way to float it on the right without reordering the list.
__________________
Programmers are in a race with the Universe to create bigger and better idiot-proof programs, while the Universe is trying to create bigger and better idiots. So far the Universe is winning. - Rich Cook
|
|
|
|