What happens to my Right hand Scroll Bar?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Feedback
- :
- Community Site Feedback
- :
- What happens to my Right hand Scroll Bar?
- « Previous
- Next »
Re: What happens to my Right hand Scroll Bar?
20-07-2013 8:47 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
More seriously - if you right click on the Window and select View Source is all this present
<title>Forum - Index | Community Site</title>You could actually compare the working and non working pages which may point to the problem
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/global.css?update=050412" media="screen" />
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/common.css?update=040408" media="screen" />
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/ie6lte.css?update=040408" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/ie7.css?update=040408" /><![endif]-->
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/print.css?update=040408" media="print" />
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/footer.css?update=040408" media="screen" />
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/brandrefresh.css?update=050412" media="screen" />
<link rel="help" href="http://community.plus.net/forum/index.php?action=help" target="_blank" />
<link rel="search" href="http://community.plus.net/forum/index.php?action=search" />
<link rel="contents" href="http://community.plus.net/forum/index.php" />
<link rel="alternate" type="application/rss+xml" title="Forum - RSS" href="http://community.plus.net/forum/index.php?type=rss;action=.xml" />
Re: What happens to my Right hand Scroll Bar?
20-07-2013 8:51 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: What happens to my Right hand Scroll Bar?
20-07-2013 8:54 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: What happens to my Right hand Scroll Bar?
20-07-2013 9:06 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="description" content="Personal Messages Index" />
<meta name="keywords" content="PHP, MySQL, smf, simple, machines, forum, " />
<script language="JavaScript" type="text/javascript" src="http://community.plus.net/forum/Themes/default/script.js?11"></script>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var smf_theme_url = "http://community.plus.net/forum/Themes/plusnet-brand-refresh";
var smf_images_url = "http://community.plus.net/forum/Themes/plusnet-brand-refresh/images";
var smf_scripturl = "http://community.plus.net/forum/index.php";
// ]]></script>
<title>Personal Messages Index | Community Site</title>
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/global.css?update=050412" media="screen" />
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/pm.css?update=040408" media="screen" />
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/ie6lte.css?update=040408" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/ie7.css?update=040408" /><![endif]-->
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/print.css?update=040408" media="print" />
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/footer.css?update=040408" media="screen" />
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/brandrefresh.css?update=050412" media="screen" />
<link rel="help" href="http://community.plus.net/forum/index.php?action=help" target="_blank" />
<link rel="search" href="http://community.plus.net/forum/index.php?action=search" />
<link rel="contents" href="http://community.plus.net/forum/index.php" />
<link rel="alternate" type="application/rss+xml" title="Forum - RSS" href="http://community.plus.net/forum/index.php?type=rss;action=.xml" />
<style type="text/css">
a img{
border: 0;
}
</style>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var current_header = false;
function shrinkHeader(mode)
{
smf_setThemeOption("collapse_header", mode ? 1 : 0, null, "b3f4570605775088754e43a65a884544");
document.getElementById("upshrink").src = smf_images_url + (mode ? "/upshrink2.gif" : "/upshrink.gif");
document.getElementById("upshrinkHeader").style.display = mode ? "none" : "";
document.getElementById("upshrinkHeader2").style.display = mode ? "none" : "";
current_header = mode
and this is the "proper page" with toolbar and scroll bar
Quote
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="description" content="Personal Messages Index" />
<meta name="keywords" content="PHP, MySQL, smf, simple, machines, forum, " />
<script language="JavaScript" type="text/javascript" src="http://community.plus.net/forum/Themes/default/script.js?11"></script>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var smf_theme_url = "http://community.plus.net/forum/Themes/plusnet-brand-refresh";
var smf_images_url = "http://community.plus.net/forum/Themes/plusnet-brand-refresh/images";
var smf_scripturl = "http://community.plus.net/forum/index.php";
// ]]></script>
<title>Personal Messages Index | Community Site</title>
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/global.css?update=050412" media="screen" />
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/pm.css?update=040408" media="screen" />
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/ie6lte.css?update=040408" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/ie7.css?update=040408" /><![endif]-->
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/print.css?update=040408" media="print" />
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/footer.css?update=040408" media="screen" />
<link rel="stylesheet" type="text/css" href="http://community.plus.net/forum/Themes/plusnet-brand-refresh/css/brandrefresh.css?update=050412" media="screen" />
<link rel="help" href="http://community.plus.net/forum/index.php?action=help" target="_blank" />
<link rel="search" href="http://community.plus.net/forum/index.php?action=search" />
<link rel="contents" href="http://community.plus.net/forum/index.php" />
<link rel="alternate" type="application/rss+xml" title="Forum - RSS" href="http://community.plus.net/forum/index.php?type=rss;action=.xml" />
<style type="text/css">
a img{
border: 0;
}
</style>
<script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
var current_header = false;
function shrinkHeader(mode)
{
that is all to technical for me to cope with... so if someone who knows this stuff. can work out what is going on... I would apreciate it
Re: What happens to my Right hand Scroll Bar?
20-07-2013 10:53 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
In Firefox there are extended JavaScript settings to stop sites from moving, resizing and other window changing things happening. I'm not sure if they're still available via the preferences window in the newer versions or not, I'll have to look later when I get the chance.
New windows created by JavaScript links can behave differently from normal new links. They can even have the window open without any location toolbar visible.
Re: What happens to my Right hand Scroll Bar?
21-07-2013 10:58 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Tools/Options on top menu. Then click on the
Content tab and the third listing:
Enable JavaScript. To the right of that is the
Advanced button.
I personally have everything unchecked. I don't know if making adjustments there will be of any help to you shutter.
Re: What happens to my Right hand Scroll Bar?
21-07-2013 11:41 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Can`t see how that can affect only one "copy" of the page,(with missing toolbar/menu and missing scroll bar ).... when the other "copy" has the full monty...i.e. the top toolbar/menu AND the right hand scroll bar...
Both open at the same time...
Re: What happens to my Right hand Scroll Bar?
22-07-2013 12:17 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: What happens to my Right hand Scroll Bar?
22-07-2013 8:32 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Never mind, guys... I think I will just have to live with it.... it`s just an annoyance really, as there is a workaround....
Thanks to everyone who has given their input and their thoughts to it,........ Much Appreciated...
Re: What happens to my Right hand Scroll Bar?
23-07-2013 8:11 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
This coincides with the appearance of advertisements on pages where I have never seen them before, such as BBC News, so I wonder whether there is any connection?
I think the ads are placed by AppNexus, and if anyone has a way of avoiding them I should be most grateful to hear of it.
If I use Chrome instead of FF the ads still appear on the BBC News page, so it is not FF-related.
- Keith
Re: What happens to my Right hand Scroll Bar?
23-07-2013 8:40 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
There aren't any ads on the BBC News page, so you probably have some malware on your computer, which is adding the ads.
Re: What happens to my Right hand Scroll Bar?
05-08-2013 10:16 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I found the link http://malwaretips.com/blogs/ad-xtendmedia-popup-virus/ to be most helpful. It took some time to work through all the steps but it seems to have done the trick and restored my laptop to good health.
The infection by ad.xtendmedia was particularly sneaky. As long as I simply put up with unwanted ads appearing then all else worked as usual. However, as soon as I started the lengthy process of removing it, it turned nasty. I was still able to visit many websites, such as BBC News, but any website that might help me remove the infection was no longer available. Google, Plusnet, BT Phonebook were among those "unavailable" sites. I was warned of the possibility of this behaviour in a phone call to Plusnet Customer Services (who quite rightly confirmed that the problem was mine, not theirs), so was not surprised by it.
Fortunately, another PC at home was unaffected so I could use that one to download the instructions and various malware removal tools, copy them to my infected laptop, and run them.
AVG had allowed the infection in and a scan showed nothing wrong. Kaspersky also thought the laptop was clean. Malwarebytes found about 60 files to delete, after two lengthy searches. HitmanPro found some more. RogueKiller deleted some registry keys, and it still took AdwCleaner finally to remove some "residual damage" before the job was complete.
Grateful thanks to Malwaretips.
jim:green link sorted - there was a typo in it mod:end
- « Previous
- Next »
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Feedback
- :
- Community Site Feedback
- :
- What happens to my Right hand Scroll Bar?