Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
8 + 8 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
     

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:

WarDick wrote:
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 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.

Resized Image

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?
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:

WarDick wrote:
The PM popup is generated by pmlite.php in the root folder.

The background is not styled there. It gets the styling from the body tag in theme css.

You could add style in the pmlite.php if you want it different from the theme background.

Who's Online

192 user(s) are online (151 user(s) are browsing Support Forums)


Members: 0


Guests: 192


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits