NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Stu on October 30, 2013, 07:48:59 PM

Title: Strange Behaviour in Chrome with nt-left on content div
Post by: Stu on October 30, 2013, 07:48:59 PM
Hi Bruce/Folks,

Nettalk 7.28, Clarion 8 (last).

Am experiencing something strange in chrome.

If you go to www.sandersnoonan.com in Firefox or IE, at the bottom of the site you should see the footer.

But if you visit in Chrome, the footer is not there, and the .. err, "footer" is a great big expanse of nothing, stretching down a ways.

In the Chrome pho-firebug, if you tick off the "float:left;" that is part of the nt-left class for the content div (sits above the footer div) it puts the footer back where it belongs.

Should I remove "nt-left" from the content div in the template?
Title: Re: Strange Behaviour in Chrome with nt-left on content div
Post by: bshields on October 30, 2013, 09:03:10 PM
.the-footer

remove

overflow: hidden;
Title: Re: Strange Behaviour in Chrome with nt-left on content div
Post by: Bruce on October 31, 2013, 12:08:21 AM
>> Should I remove "nt-left" from the content div in the template?

that would appear to be appropriate given your layout.

cheers
Bruce
Title: Re: Strange Behaviour in Chrome with nt-left on content div
Post by: Stu on October 31, 2013, 11:20:26 PM
Thanks Bill and Bruce, a multitude of options :)