Re: [css-d] margin in one column pushes content down in the next column

2006-01-22 Thread Holly Bergevin
From: Mike Soultanian [EMAIL PROTECTED] http://www2.csulb.edu/colleges/cota/test5.html h1 {margin-top: 0;} Ahhh, I think I'm getting it. So, the H1 is always 30px away from the text, it's just bringing the container down with it, which is essentially bringing the floated left column down,

Re: [css-d] margin in one column pushes content down in the next column

2006-01-22 Thread Mike Soultanian
At the default font size, in whatever browser you're looking in, the top margin for the H1 is 30px. If you zero that, there will be no more margin between the text and the following div that includes the left and right columns. Yeah, I understand that. I stuck that 30px in there to make

[css-d] margin in one column pushes content down in the next column

2006-01-21 Thread Mike Soultanian
Let's say I have two columns and there is a div in each column. If I add a margin-top to the left column, it pushes the div down in the other column when viewed in Firefox. Is this normal behavior or is it a bug? This does not happen in Opera or IE. Thanks, Mike

Re: [css-d] margin in one column pushes content down in the next column

2006-01-21 Thread Mike Soultanian
Sorry about that, I forgot to include a link: http://www2.csulb.edu/colleges/cota/test5.html thanks, Mike Mike Soultanian wrote: Let's say I have two columns and there is a div in each column. If I add a margin-top to the left column, it pushes the div down in the other column when viewed