Fixed div background overlapping browser scrollbars?

That was a strange issue. But I figured out that the scroll bar was not from the browser but instead from the parent div which had overflow: auto This is how I fixed that. Change the style for div id="rightpanel to remove the overflow: auto Then update the rightcontent styles as follows: rightcontent { left: 445px; padding-top: 127px; position: relative; width: 650px; } Hopefully that should fix the issue for all browsers.

Besides that I also found the browsers complaining about not finding Cufon.js. You might want to look into that as well.

That was a strange issue. But I figured out that the scroll bar was not from the browser but instead from the parent div which had overflow: auto. This is how I fixed that.

Change the style for div id="rightpanel" to remove the overflow: auto;. Then update the #rightcontent styles as follows: #rightcontent { left: 445px; padding-top: 127px; position: relative; width: 650px; } Hopefully that should fix the issue for all browsers. Besides that I also found the browsers complaining about not finding Cufon.js.

You might want to look into that as well.

Thanks for the help. The overflow was definitely the problem; when I made these changes it seemed to work on Firefox (except the background stopped repeating) but it fails in Chrome. Thanks for putting me on the right track; I'll keep at it and post the results.

– Adam Casey Jan 28 at 16:17 @Adam, Strange that seemed to work fine for me on Chrome, FF and IE. Did you make the changes to the rightContent as well? – sarcastyx Jan 30 at 22:25 I did.

There's more going on though; the background of the #rightcontent div stopped before the bottom; the content was overflowing it. I'm going to post the final code when I get it done (minor issue at the moment on the greater list), but your pointing out the scrollbars were div overflow was what I needed. – Adam Casey Feb 2 at 0:21.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions