NetTalk Central

Author Topic: Strange Behaviour in Chrome with nt-left on content div  (Read 2787 times)

Stu

  • Hero Member
  • *****
  • Posts: 510
    • View Profile
    • Email
Strange Behaviour in Chrome with nt-left on content div
« 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?
« Last Edit: October 30, 2013, 08:06:39 PM by Stu »
Cheers,

Stu Andrews

bshields

  • Sr. Member
  • ****
  • Posts: 392
    • View Profile
    • Inhabit
    • Email
Re: Strange Behaviour in Chrome with nt-left on content div
« Reply #1 on: October 30, 2013, 09:03:10 PM »
.the-footer

remove

overflow: hidden;

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Strange Behaviour in Chrome with nt-left on content div
« Reply #2 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

Stu

  • Hero Member
  • *****
  • Posts: 510
    • View Profile
    • Email
Re: Strange Behaviour in Chrome with nt-left on content div
« Reply #3 on: October 31, 2013, 11:20:26 PM »
Thanks Bill and Bruce, a multitude of options :)
Cheers,

Stu Andrews