NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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?
-
.the-footer
remove
overflow: hidden;
-
>> Should I remove "nt-left" from the content div in the template?
that would appear to be appropriate given your layout.
cheers
Bruce
-
Thanks Bill and Bruce, a multitude of options :)