Re: [css-d] Something causing my CSS not to display correctly...

2008-12-25 Thread Jacob Taylor
On 12/25/2008 5:21 PM, John Moynihan wrote: > html, body { > > height: 100%; > > width: 900px; That might cause some problems with unstyled whitespace around your site content for those people who have a higher resolution than 1024x768 ish. The easiest fix woul

[css-d] Something causing my CSS not to display correctly...

2008-12-25 Thread John Moynihan
Hi, I am working on developing a basic css site layout with 2 columns, header and footer. I am having trouble getting the site to look correct. I would like to make the height for 2 columns 100%. I have the following code.I'd greatly appreciate any input on what I am doing wrong. html, body {