arag0rn
05-24-2006, 10:06 AM
What is the best way to put three things side by side (like from left to right)?
I can think of the following things.
1) Since, the float works for only left and right, i will make a div container containing all three of them and a div container containing two adjacent ones and then use float to place them.
2) Is using absolute positioning advisable? I mean i can specify put Thing1 at top left. Thing 2 at 100 px from left. etc
If there are better methods, please suggest them.
I can think of the following things.
1) Since, the float works for only left and right, i will make a div container containing all three of them and a div container containing two adjacent ones and then use float to place them.
2) Is using absolute positioning advisable? I mean i can specify put Thing1 at top left. Thing 2 at 100 px from left. etc
If there are better methods, please suggest them.