9
Here's what I mean by putting a style on the body tag:
In the style sheet --
[size=x-small]
html, body {height: 100%;background: #FFF url(/myimages/bgtop.gif) repeat-x top;}[/size]
This is a fix applied because when viewing one page at 800x600, I have a wide graphic there that is causing horizontal scrolling. When the person scrolls over, the very top table has stopped at 800 while the page itself is actually wider. Unfortunately, this is one page we can't exclude the graphic on (all other pages are fluid). To compensate for the header banner not being seen all the way across the screen as one scrolls (when viewing with 800x600) I've added a background image to cover the area that's not being covered. See the image to help understand.
Perhaps there's a different way to go about this but all the ways I tried failed. Believe me, I didn't want to go around finding all the popups and revising but there wasn't another way to have the header image go all the way across the top for this very important page.
Quote:
WarDick wrote:
Why not give the body tag you are using the repeating image on an id or a class selector instead of changing all of the individual popups?
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]