puffnstuff
04-05-2007, 10:19 PM
My website has many pages where the content is bigger than the background, so we need a scroll-bar on the right so users can scroll down to see more. To do this, I'm using the overflow attribute as follows:
<div style="border:none; background:transparent; padding-top:0px; padding-right:10px; padding-left:4px; width:386px; height:298px; overflow:auto;">
So far, everything "seems" to work fine in I.E. and Mozilla (FF), but in Safari (MAC), some pages work fine and some don't.
For example, these ones work fine:
http://www.bossteel.com/News/HomeDepot.html
http://www.bossteel.com/our%20company/CompanyProfile.html
http://www.bossteel.com/EuroKlemp/EKGallery.html
BUT, this one does not seem to display properly in Safari. The background repeats below several times, even though the code within the <div> is the same:
http://www.bossteel.com/Services/Services.html
If you are able to see the problem with the one page above, perhaps you can tell me what I've done wrong? I'm stumped.
<div style="border:none; background:transparent; padding-top:0px; padding-right:10px; padding-left:4px; width:386px; height:298px; overflow:auto;">
So far, everything "seems" to work fine in I.E. and Mozilla (FF), but in Safari (MAC), some pages work fine and some don't.
For example, these ones work fine:
http://www.bossteel.com/News/HomeDepot.html
http://www.bossteel.com/our%20company/CompanyProfile.html
http://www.bossteel.com/EuroKlemp/EKGallery.html
BUT, this one does not seem to display properly in Safari. The background repeats below several times, even though the code within the <div> is the same:
http://www.bossteel.com/Services/Services.html
If you are able to see the problem with the one page above, perhaps you can tell me what I've done wrong? I'm stumped.