[css-d] Mystery space

2010-06-04 Thread Tom Livingston
Hello list, Having an issue with Safari 4 Mac and a mystery space above the text "Footer" on this page: http://proof.mlinc.com/mlinc.com/testpages/6-10/index.html Anyone see where it's coming from? It is not there in FF Mac. TIA -- Tom Livingston | Senior Interactive Developer | Media Logic

Re: [css-d] Mystery space

2010-06-04 Thread Philip Taylor (Webmaster, Ret'd)
Tom Livingston wrote: > Having an issue with Safari 4 Mac and a mystery space above the text > "Footer" on this page: > > http://proof.mlinc.com/mlinc.com/testpages/6-10/index.html I see no text footer at all : here is a screen capture, [suppressed for list] from Seamonkey 2.0.4 under Window

Re: [css-d] Mystery space

2010-06-04 Thread David Laakso
Tom Livingston wrote: > Hello list, > > Having an issue with Safari 4 Mac and a mystery space above the text > "Footer" on this page: > > http://proof.mlinc.com/mlinc.com/testpages/6-10/index.html > > Anyone see where it's coming from? It is not there in FF Mac. > > TIA > > I guess its comin

Re: [css-d] Mystery space

2010-06-04 Thread Tom Livingston
>> Having an issue with Safari 4 Mac and a mystery space above the text >> "Footer" on this page: >> >> http://proof.mlinc.com/mlinc.com/testpages/6-10/index.html >> > > I guess its coming from the box-shadow padding  and I may be wrong but I'd > assume Mac Safari/4.0.5 and the current WebKit night

Re: [css-d] Mystery space

2010-06-04 Thread Tom Livingston
> > What's with position: relative; set on nearly everything...? > > > > -- > desktop > http://chelseacreekstudio.com/ > > Actually, removing position: relative; from #leftCol and #rightCol caused the negative margin overhangs to the left and right to become clipped at the edge of #wrap in IE6. A

Re: [css-d] Mystery space

2010-06-04 Thread David Laakso
Tom Livingston wrote: >> >> What's with position: relative; set on nearly everything...? >> >> >> >> -- >> desktop >> http://chelseacreekstudio.com/ >> >> >> > > Actually, removing position: relative; from #leftCol and #rightCol > caused the negative margin overhangs to the left and right to

Re: [css-d] Mystery space

2010-06-04 Thread Jay Tanna
Change your footer style to: #footer{width: 850px; margin: 0 auto 0 auto;} #footer p{ color: #fff; } You had a margin of 20px and this should be zero. hth --- On Fri, 6/4/10, Tom Livingston wrote: > Having an issue with Safari 4 Mac and a mystery space above

Re: [css-d] Mystery space

2010-06-07 Thread Tom Livingston
I am back with the same problem. David pointed out the issue, however I really don't understand WHY it's happening, and how to even things out. http://proof.mlinc.com/mlinc.com/testpages/6-10/index.html On this page, I want the footer copyright to hug the bottom of the container above it. In FF,

Re: [css-d] Mystery space

2010-06-07 Thread Tom Livingston
On Mon, Jun 7, 2010 at 10:12 AM, Tom Livingston wrote: > I am back with the same problem. David pointed out the issue, however > I really don't understand WHY it's happening, and how to even things > out. > > http://proof.mlinc.com/mlinc.com/testpages/6-10/index.html > > On this page, I want the f

Re: [css-d] Mystery space

2010-06-07 Thread Philippe Wittenbergh
On Jun 7, 2010, at 11:12 PM, Tom Livingston wrote: > I am back with the same problem. David pointed out the issue, however > I really don't understand WHY it's happening, and how to even things > out. > > http://proof.mlinc.com/mlinc.com/testpages/6-10/index.html > > On this page, I want the fo

Re: [css-d] Mystery space

2010-06-07 Thread Tom Livingston
On Mon, Jun 7, 2010 at 10:51 AM, Philippe Wittenbergh wrote: > > On Jun 7, 2010, at 11:12 PM, Tom Livingston wrote: > >> I am back with the same problem. David pointed out the issue, however >> I really don't understand WHY it's happening, and how to even things >> out. >> >> http://proof.mlinc.co

Re: [css-d] Mystery space

2010-06-07 Thread David Laakso
Tom Livingston wrote: > I am back with the same problem. David pointed out the issue, however > I really don't understand WHY it's happening, and how to even things > out. > > http://proof.mlinc.com/mlinc.com/testpages/6-10/index.html > > Please see: