PDA

View Full Version : .page background CSS repeating


private_ale
01-16-2009, 11:08 PM
Hi,

For my logo I added a top-left non-repeating background image to the .page section of the CSS.

It works great, except for when you go into a thread or reply to a post/thread, because then it repeats itself in areas where it really shouldn't.

Normally I'd just dive into the template that has the problems and resolve it, but I didn't see anything in the templates that would cause this.

The style is the default style, just modified.

Included are screenshots, the green box is good, the red boxes are bad.

If anyone can just point me in the right direction that would be great :)

Thanks!

Lynne
01-16-2009, 11:31 PM
It's probably inheriting the .page class image background since nothing else has been specified to replace it.

And, um.... what does this mean exactly? If it's modified, it's not exactly default, is it?
The style is the default style, just modified.

private_ale
01-16-2009, 11:38 PM
It's probably inheriting the .page class image background since nothing else has been specified to replace it.

And, um.... what does this mean exactly? If it's modified, it's not exactly default, is it?
As in all I did was replace the images and added a few mods.
I meant that it wasn't a custom style.

So any way to stop it from repeating in those areas?

SEOvB
01-16-2009, 11:50 PM
try adding class=none to them, or modifing the page background to include the css and leave the .page white

private_ale
01-17-2009, 12:28 AM
try adding class=none to them, or modifing the page background to include the css and leave the .page white

BRILLIANT!
I owe you a beer :)

And for those who run into this, go to the spacer_open template, there you will find two instances of ="page".

Once again, thanks :D