Guest Posted December 20, 2003 Posted December 20, 2003 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 : )
berkedam Posted December 20, 2003 Posted December 20, 2003 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."
paulm2003 Posted December 20, 2003 Posted December 20, 2003 Hi John, sorry to bother you again :) but, transparant I assume you ment: transparent
Guest Posted December 20, 2003 Posted December 20, 2003 You need to delete the backgrounds from the infoBox and infoBoxContents classes as well. Hth, Matt
berkedam Posted December 20, 2003 Posted December 20, 2003 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."
Recommended Posts
Archived
This topic is now archived and is closed to further replies.