| Re: Different background color |
| by Cuidiu on 2006/10/16 5:31:53 I will definitely give that a try! Thanks again for all your help. I really appreciate it! Quote:
|
| Re: Different background color |
| by WarDick on 2006/10/16 4:53:34 Here's what I mean by adding a selector to the body tag. In you theme you have <body>. Change that body tag to <body id="bigbackground"> In your style sheet add body#bigbackgroud {height: 100%;background: #FFF url(/myimages/bgtop.gif) repeat-x top;} If you do this it will not effect the popups. They will be styled with the default body tag. |
| Re: Different background color |
| by Cuidiu on 2006/10/16 4:20:22 Here's what I mean by putting a style on the body tag: In the style sheet -- html, body {height: 100%;background: #FFF url(/myimages/bgtop.gif) repeat-x top;} 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:
|
| Re: Different background color |
| by WarDick on 2006/10/16 3:09:42 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? |
| Re: Different background color |
| by Cuidiu on 2006/10/15 20:58:45 Thanks. That helps with one but there are several others. For instance, the upload avatar popup window (when clicking on "List"), Admin popups and pages that open a new window for Newbb transfer items such as send post by email form and the list goes on. I was hoping I wouldn't have to edit a dozen templates but it looks like I do. Thanks for your help. Quote:
|