Making a cell transparent?

C

Chris Leeds, MVP - FrontPage

sure,
they're using a little CSS.
the file is here:
http://www.premierproposals.com/tnt130.css
that cell which interests you is ".navcell" and the CSS code that controls
it is:

..navcell {
background-color: #E0DECC;
filter: alpha(opacity=80, style=0);
-moz-opacity:.80;
border: 1px solid #635951;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
padding-bottom: 5px;
font-weight: bold;
}


I've also seen a transparent effect done by using a .gif or .png image with
transparency and that's how I'd probably do it:
http://wannabegirl.org/translucent/

HTH

--
Chris Leeds
Contact: http://chrisleeds.com/contact
Have you seen ContentSeed (www.contentseed.com)?
NOTE:
This message was posted from an unmonitored email account.
This is an unfortunate necessity due to high volumes of spam sent to email
addresses in public newsgroups.
Sorry for any inconvenience.
 
C

Chris Leeds, MVP - FrontPage

www.alistapart.com
www.sitepoint.com
it's really not all that bad. the effect you want doesn't really require
much learning as it does emulation. ;-)

--
Chris Leeds
Contact: http://chrisleeds.com/contact
Have you seen ContentSeed (www.contentseed.com)?
NOTE:
This message was posted from an unmonitored email account.
This is an unfortunate necessity due to high volumes of spam sent to email
addresses in public newsgroups.
Sorry for any inconvenience.
 
B

Buddy

Thanks for your help!

Chris Leeds said:
www.alistapart.com
www.sitepoint.com
it's really not all that bad. the effect you want doesn't really require
much learning as it does emulation. ;-)

--
Chris Leeds
Contact: http://chrisleeds.com/contact
Have you seen ContentSeed (www.contentseed.com)?
NOTE:
This message was posted from an unmonitored email account.
This is an unfortunate necessity due to high volumes of spam sent to email
addresses in public newsgroups.
Sorry for any inconvenience.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top