Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • febtonline Friend
    #184814

    I can not get rid of dead space showing up when I adjust my windows size.

    Displaying in IE through Log me in.

    Locally on Firefox browser. But it does this in Safari and Chrome as well.

    I am also getting and astronomical error count with fire bug with the Error being

    TypeError: window.clipboardData is undefined http://www.seasideheightsrollercoaster.com/ Line 1

    LINE 1 is – <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>

    When I access the website from IE, I am also getting this popup each and every time:

    Any help is greatly appreciated.


    1. Screen-Shot-2013-02-09-at-12.06.05-AM
    2. Screen-Shot-2013-02-09-at-12.14.34-AM
    3. Screen-Shot-2013-02-09-at-12.02.33-AM
    Phill Moderator
    #482931

    I tried to look at your source code but you have a strange JS right click script running. Could it be that causing the high error count? I cannot tell as I cannot view the source to see what is going on. As for the grey box that error I cannot replicate.

    febtonline Friend
    #482943

    It was getting late and I meant to turn off the anti-copy to check if the errors stopped, and as you suggested…. It certainly did.

    So that worries me a lot less. But the grey space is still a nuisance.

    U can still view source even with the anti copy on, so I’m not sure why you couldn’t.

    I have turned off the anti copy for now in hopes of getting the grey space resolved.

    Phill Moderator
    #482955

    Somewhere you have added the code below and that is what is causing the grey space

    [PHP]<div style=”position: relative; left: 28.5em;” class=”about”>
    <ul>
    <li><a href=”http://www.seaside-heightsnj.org/”>Borough Of Seaside Heights Official Website</a>
    </li>
    <li><a href=”http://en.wikipedia.org/wiki/Seaside_Heights,_New_Jersey”>Seaside Heights Wiki Page</a>
    </li>
    <li><a href=”http://en.wikipedia.org/wiki/Casino_Pier”>About The Casino Pier</a>
    </li>
    <li><a href=”http://rcdb.com/344.htm”>Jet Star Basic Information</a>
    </li>

    </ul>
    </div>[/PHP]

    It is that left: 28.5em; that is causing the box to overflow out of your screen. You could add width:300px; to it to force the box to be smaller. But if I wanted that box in the middle I would probably use the code below instead.

    [PHP]<div style=”position: relative; margin-left: auto; margin-right: auto; width: 30%;” class=”about”>[/PHP]

    febtonline Friend
    #482958

    Thanks for all the help. Need to work on my coding practices more.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  febtonline 11 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum