Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Transparent "background", need solid images on top
Old 06-29-2009, 07:02 AM Transparent "background", need solid images on top
Super Talker

Posts: 135
Trades: 0
Im having an issue with table transparency.

My site has a solid background image, then i have tables which have a transparency (opacity) set through css.

The problem is, everything within the table, not just the table itself, is semi transparent.

For instance, i want to put an image within the table, and i want the table transparent but not the image itself. How can i acheive this while keeping the table transparent itself?

The code to blame looks like
Quote:
td#page{
background-color: #070707; /* the background */
filter:alpha(opacity=85); /* Internet Explorer */
-moz-opacity:0.8; /* Mozilla 1.6 and below */
opacity: 0.8; /* newer Mozilla and CSS-3 */
}
how can i work it so that other elements contained within this area are not affected by the transparency?
__________________

Please login or register to view this content. Registration is FREE

Computers – Electronics – Technology | Bringing Together your Digital Home

Last edited by CompTronicsTec; 06-29-2009 at 07:06 AM..
CompTronicsTec is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-29-2009, 10:56 AM Re: Transparent "background", need solid images on top
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Quote:
everything within the table, not just the table itself, is semi transparent.
And that is as it should be. Transparency is INHERITED, so the 'child' elements inside the table inherit it's transparency settings. Not much you can do about it either.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Transparent "background", need solid images on top
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.50123 seconds with 12 queries