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.

HTML Forum


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



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
How to make a picture non-transparent in a transparent table
Old 09-25-2010, 10:00 AM How to make a picture non-transparent in a transparent table
Banned

Posts: 408
Name: mushget
Trades: 0
How to make a picture non-transparent in a semi-transparent table?

Anyone help pls ?
mushget is offline
Reply With Quote
View Public Profile Visit mushget's homepage!
 
 
Register now for full access!
Old 09-25-2010, 10:24 AM Re: How to make a picture non-transparent in a transparent table
Experienced Talker

Posts: 48
Name: Craig
Trades: 0
Instead of using opacity, you should use rgba for the background. Like so...

Code:
td { 
   background: rgb(255, 255, 255); /* The fallback */
   background: rgba(255, 255, 255, 0.5);
}
That will set the background to white with a 50% transparency. Of course, this won't work with older browsers. For IE, there is a proprietary filter to accomplish the same effect. And, as always, there is a jQuery solution to make it work across all browsers. You can read up on it more here.
werm82 is offline
Reply With Quote
View Public Profile
 
Old 09-25-2010, 04:07 PM Re: How to make a picture non-transparent in a transparent table
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Yeah.. the problem is, the contents of the container (whatever it is) that has transparency will automatically INHERIT that transparency.
__________________
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 How to make a picture non-transparent in a transparent table
 

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.94469 seconds with 12 queries