March 13, 2012
how do I position two objects that are floated right?
Question by waa1990
I have two Divs that are floated right, but I would like one to come before the other. right now the #logout div is to the left of the #theme div. how do I get them to both float right but switch positions?
Answer by Starx
There is golden rule in programming and any field where it is related with developement.
KISS: Keep it short and simple
Its a very simple logic, why are you thinking complex on such simple problem?