hi
I just noticed something on my local site which is both 'not required' and 'strange' really. For an authenticated user, logged in. If i go to the homepage: http://webtechnologies.me.uk/img/homepage.png there is a blue strip showing down the right hand side? It also makes the page too big for the browser thus a horizontal scroll bar appears; 'not what i want!'.
Similarly, for an anonymous user viewing the home page the same blue strip appears along the bottom of the page: http://webtechnologies.me.uk/img/homepageloggdout.png
As far as i can see, this only happens for the homepage; all other pages display correctly. I located the CSS through firebug and it reads:
html.js {
background: none repeat scroll 0 0 #2f5261;
}
I can switch this off in my style sheet by simply deleting it, but the page still remains too big for the browser?
Has anyone had a similar experience with this issue?
help..:)