+ 1
How can I make an item appear on the right side and not down using css?
3 Respuestas
+ 2
Sounds like a quizz/challenge question ^^
float:right;
... is probably the expected css property/value answer :P (even if there are others ways)
0
best solution is css, but you can use dir="rtl" attr for item's parent.
- 1
float:right is the best way.
Or rather use a framework like bootstrap which has a pretty good grid system.