Making a cell transparent?

  • Thread starter Thread starter Buddy
  • Start date Start date
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.
 
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.
 
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.
 
Back
Top