#1 (permalink)  
Old 02-28-2005, 06:55 PM
Registered User
 
Join Date: Feb 2005
Posts: 2
Translucent table background

Hey, I was wondering if there is any script/css that would allow me to have a transparent or translucent table background WITHOUT having the text or anything above the table turn translucent as well. I am currently using the code:
style="filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;"
(opacity=50)just in the preview to show my point.
in the <table> tag, I have tried everything from putting the code in different places and making nested tables but the code makes everything transparent above/on it.... Here is a link:

www.bikebasement.ca/template.html


Thanks
Ari
Reply With Quote

  #2 (permalink)  
Old 03-01-2005, 05:04 AM
Registered User
 
Join Date: Feb 2005
Posts: 2
not a big html coder, but i used a css file with this :
.TableTrans{
BACKGROUND-color: #000000;
FONT-WEIGHT: bold;
FONT-SIZE: 14px;
COLOR: #ffffff;
FONT-FAMILY: sans-serif; TEXT-DECORATION: none;
filter: alpha(opacity=40); /* Used for IE opacity */
-moz-opacity: 0.40; /* used for mozilla opacity */
opacity: 0.5 /* used i think for opera opacity */
}

to make my tables translucent. and my text wasn't made translucent by it
<td class="TableTrans" width="100%" height= "100%" valign=top>

is how i accessed it. hope that helps
Reply With Quote
  #3 (permalink)  
Old 03-01-2005, 04:40 PM
Registered User
 
Join Date: Feb 2005
Posts: 2
nope it didnt work, I dont think i was accessing the code right tho. I saved it in my css file then linked to it like u said but it did nothing.
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -5. The time now is 04:25 PM.

 
Bitrix
Clicky Web Analytics
CloudContacts
Maxtango


Subscribe to our feed | add to myYahoo!

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
© 1997-2007 HTMLCenter