View Single Post
  #7 (permalink)  
Old Dec 31st, 2007, 13:09
Joolsd186 Joolsd186 is offline
Junior Member
Join Date: Aug 2006
Location: UK Sussex
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS wrapper affecting body

Quote:
Can you just add some padding to your #content?

I do not see #content in your css but see it in your html

Code: Select all#content {
padding: 6px;
}

That worked straight away, some interesting things are happening. I took away the html, body {margin: 12; rule. (not sure if it was doing much) In Mozilla the background looks white, but this is more promising than it was.

It's still a long way short, I will probably have a few questions in the new year.
Off to a new year party now.

Have a good new year!
Reply With Quote