HighDots Forums  

Div positioned under other div

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Div positioned under other div in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Max
 
Posts: n/a

Default Div positioned under other div - 09-25-2005 , 09:20 AM






Let's say I've got an outer div container that is 1024 px wide. Now I'd like
to place two divs, each 600px wide, stacked one on top of the other. How is
this done? Or do I need another container around the two 600px divs? No
matter what I've tried to do with alignments/positioning, they always butt
up side-by-side.

Thanks,
Max



Reply With Quote
  #2  
Old   
Max
 
Posts: n/a

Default Re: Div positioned under other div - 09-25-2005 , 09:26 AM







"Max" <max (AT) max (DOT) com> wrote

Quote:
Let's say I've got an outer div container that is 1024 px wide. Now I'd
like to place two divs, each 600px wide, stacked one on top of the other.
How is this done? Or do I need another container around the two 600px
divs? No matter what I've tried to do with alignments/positioning, they
always butt up side-by-side.
Oops, sorry. A simple <br> answered my question.

Thanks.




Reply With Quote
  #3  
Old   
Els
 
Posts: n/a

Default Re: Div positioned under other div - 09-25-2005 , 09:26 AM



Max wrote:

Quote:
Let's say I've got an outer div container that is 1024 px wide. Now I'd like
to place two divs, each 600px wide, stacked one on top of the other. How is
this done? Or do I need another container around the two 600px divs? No
matter what I've tried to do with alignments/positioning, they always butt
up side-by-side.
Set their width to 600px, their right and left margins to auto, and
remove any position: or float: properties from their styles.

Result is two divs, one above the other, centered in your page.
If you want them 'left aligned', set margin-left to 0, and
margin-right to 1024-600=424px. (give or take a few depending on
border widths).

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Now playing: Phyllis Nelson - Move Closer


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.