I am trying to have three div's inside a div container - two div's on left one below the other and the third div on right. My problem is the third div aligns to the right of the second div - i am not able to bring it up. Please help.
Thanks
I am trying to have three div's inside a div container - two div's on left one below the other and the third div on right. My problem is the third div aligns to the right of the second div - i am not able to bring it up. Please help.
Thanks
Last edited by me_myself; 11-17-2008 at 09:19 PM.
You could add another division, one to contain #'s 1 & 2.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
me_myself (11-14-2008)
Thanks jscheuer1, tried that it works in ie but firefox still shows div 3 close to div 2
can you please post a sample css
Thanks
Try floating it left:
HTML Code:<div> <div id="leftdiv"> <div>Div 1</div> <div>Div 2</div> </div> <div>Div 3</div> </div>Code:#leftdiv { float:left; }
me_myself (11-14-2008)
That was real dumb of me !!! Thanks so much for the help
![]()
You're welcome! Make sure you edit your first post and ad the Resolved prefix to the thread.
Bookmarks