From ouchbobo at yahoo.com Tue Oct 3 15:11:15 2006 From: ouchbobo at yahoo.com (Joshua Glenn) Date: Tue Mar 4 07:24:11 2008 Subject: [front-end] Box model and borders Message-ID: I have a page with a containing div that has borders set for left and right. the containing div contains more divs somewhat like this: div id=mainContainer div id=leftColumn div /div /div div id=rightColumn div /div /div /div now the borders for mainContainer show up in IE, but not in firefox. if i put a height on mainContainer the borders show up, but without a height in the css there are no right and left borders. do i need to set a height for mainContainer? Maybe i should just get rid of mainContainer. thanks, josh From dcech at phpwerx.net Fri Oct 6 19:17:30 2006 From: dcech at phpwerx.net (Dan Cech) Date: Tue Mar 4 07:24:11 2008 Subject: [front-end] Box model and borders In-Reply-To: References: Message-ID: <4526E40A.9020209@phpwerx.net> I have a vague idea what's going on, but you'll need to post a working example so we can see exactly what the problem is. Dan Joshua Glenn wrote: > I have a page with a containing div that has borders set for left and > right. the containing div contains more divs somewhat like this: > > div id=mainContainer > div id=leftColumn > div > /div > /div > div id=rightColumn > div > /div > /div > /div > > now the borders for mainContainer show up in IE, but not in firefox. > if i put a height on mainContainer the borders show up, but without a > height in the css there are no right and left borders. do i need to > set a height for mainContainer? Maybe i should just get rid of > mainContainer. > > thanks, > josh From cliff at pinestream.com Mon Oct 9 18:21:55 2006 From: cliff at pinestream.com (Cliff Hirsch) Date: Tue Mar 4 07:24:11 2008 Subject: [front-end] Box model and borders In-Reply-To: Message-ID: <008901c6ebf1$54158520$12a8a8c0@HirschLaptop> I don't have much experience with divs or css, but it sounds like a css problem. And I find topstyle to be a really useful tool for manipulating css and seeing what works in various browsers. Cliff -----Original Message----- From: front-end-bounces@lists.nyphp.org [mailto:front-end-bounces@lists.nyphp.org] On Behalf Of Joshua Glenn Sent: Tuesday, October 03, 2006 2:11 PM To: NYPHP SIG: Front End Subject: [front-end] Box model and borders I have a page with a containing div that has borders set for left and right. the containing div contains more divs somewhat like this: div id=mainContainer div id=leftColumn div /div /div div id=rightColumn div /div /div /div now the borders for mainContainer show up in IE, but not in firefox. if i put a height on mainContainer the borders show up, but without a height in the css there are no right and left borders. do i need to set a height for mainContainer? Maybe i should just get rid of mainContainer. thanks, josh _______________________________________________ New York PHP SIG: Front End Mailing List AMP Technology Supporting Apache, MySQL and PHP http://lists.nyphp.org/mailman/listinfo/front-end http://www.nyphp.org