View Single Post
  #6 (permalink)  
Old Dec 31st, 2007, 12:21
Lchad Lchad is offline
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS wrapper affecting body

I'm a little confused however that's not unusual.
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;
}
Reply With Quote