Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   HTML / DHTML (http://siteownersforums.com/forumdisplay.php?f=7)
-   -   what is opacity in css3? (http://siteownersforums.com/showthread.php?t=65471)

binarynpixel 06-11-2013 10:37 AM

what is opacity in css3?
 
Hi friends,
what is opacity in css3? let me help to know about it. please share your feedback.
Thanks.

jordan_rap13 09-26-2013 12:16 PM

opacity:0 // you dont see anything
opacity:1 // you see the element
opacity:0.1 - 0.9 // check the results!

Gusani_Infotech 09-27-2013 02:13 AM

Hi,

Opacity is property in CSS3 that permit to change the transparency of the image so that text fade in and out the background.
Transparency amount- 0.0 -100% transparent
1.0- 100% opaque
0.1 to 0.9 variation in result

kashifalijugnoo 10-23-2013 05:12 AM

Opacity is CSS3 transparent property whose value changes 0 to 1 or 0 to 100(depends on the browser),it can be applied on both text and image.
0 value indicates less transparent or most fade effect.
1 value indicates more transparent or least fade effect.
vice versa for 0 to 100 for IE9 and earlier
Syntex:
property : value
opacity : 0.5;
filter:alpha(opacity=40) // FOR 1E9 AND EARLIER

lovewebdesign 10-31-2013 08:08 PM

The opacity property takes a value of the amount of transparency from 0.0 to 1.0. 0.0 is 100% transparent—anything below that element will show completely through. 1.0 is 100% opaque—nothing below the element will show through.

wctumesh 11-06-2013 03:22 AM

See the difference in the code between the first row, which uses the same color value for each row, combined with an opacity value, and the second, which uses RGB values:






NicholasCage 12-16-2013 10:34 AM

Opacity is property in CSS3 that permit to change the transparency of the image so that text fade in and out the background.

mypress2 01-28-2014 07:04 AM

The CSS3 property for transparency is opacity. like that can change the transparency of a text or image

soufianYH 01-31-2014 10:03 AM

See the difference in the code between the first row, which uses the same color value for each row, combined with an opacity value, and the second, which uses RGB values:



alligatortek001 02-26-2014 03:39 AM

Quote:

Originally Posted by binarynpixel (Post 265134)
Hi friends,
what is opacity in css3? let me help to know about it. please share your feedback.
Thanks.

The opacity-level describes the transparency-level, where 1 is not transparent at all, 0.5 is 50% see-through, and 0 is completely transparent.


All times are GMT -7. The time now is 11:10 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.