-
AuthorPosts
-
febtonline Friend
febtonline
- Join date:
- May 2009
- Posts:
- 121
- Downloads:
- 15
- Uploads:
- 80
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
February 9, 2013 at 5:30 am #184814I 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.
- Phill Moderator
Phill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 9, 2013 at 11:05 am #482931I 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.
1 user says Thank You to Phill for this useful post
febtonline Friendfebtonline
- Join date:
- May 2009
- Posts:
- 121
- Downloads:
- 15
- Uploads:
- 80
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
February 9, 2013 at 1:13 pm #482943It 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 ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 9, 2013 at 4:43 pm #482955Somewhere 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]
1 user says Thank You to Phill for this useful post
febtonline Friendfebtonline
- Join date:
- May 2009
- Posts:
- 121
- Downloads:
- 15
- Uploads:
- 80
- Thanks:
- 24
- Thanked:
- 2 times in 1 posts
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by febtonline 11 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum