Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Transparent infoboxes and page backgrounds


Guest

Recommended Posts

Posted

Yuletide greetings to one and all....

 

If I have a background set on the page, is it possible to make the infoboxes transparent so the background shows through? I'm sure it is possible- I jsut don't have an idea of how to do this, having experimented with the stylesheet unsuccessfully so far.

 

Regards,

 

James : )

Posted

jsp_1983 Posted on Dec 20 2003, 10:36 AM

it possible to make the infoboxes transparent

Mine looks like this (other declarations skipped):

 

TR.header {

background-image: url("images/*.jpg")

}

.boxText {

background-image: url("images/*.jpg")

}

BODY {

background-image: url("images/*.jpg")

}

TR.headerNavigation {

background : transparant;

}

TD.headerNavigation {

background : transparent;

}

TR.footer {

background : transparant;

}

TD.footer {

background : transparent;

}

.productListing-heading {

background : transparent;

}

 

The first 3 background images declare the bg.

Check the other declarations if in yr case they are neccessary (my CSS is a reworked original, i have at the moment no data on the original declarations).

"If you're working on something new, then you are necessarily an amateur."

Posted

You need to delete the backgrounds from the infoBox and infoBoxContents classes as well.

 

Hth,

Matt

Posted

Thanks Paul,

I assume you ment: transparent

sometimes the other language bleeds through :-)

 

Thanks Matt,

delete the backgrounds from the infoBox and infoBoxContents classes as well.

 

background in *.infoBoxContents depends on how you used it in *infoBox (which I did) :-)

"If you're working on something new, then you are necessarily an amateur."

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...