Re: Opacity help? Programming Software Development by wildgoose Opacity is an alpha setting! Either master or each pixel. [code]… Re: Opacity of the Content in HTML page Community Center by hericles … a pseudo element (:after) that holds the image and apply opacity to that. example: div { width: 300px; height: 300px; position:… relative; } div::after { background: url(background.jpg); opacity: 0.7; top: 0; left: 0; position: absolute; z-index… opacity Digital Media UI / UX Design by vexhawk Does anyone know if there are opacity issues in IE 6-7 vs Firefox? …: block; text-decoration: none; filter: alpha(opacity=50); opacity:.50; } #tabBar li a:hover { opacity: 1; } [/code] It seems that the… opacity property works fine with links onFirefox; but … Opacity help? Programming Software Development by J-P …[code] Public Function SetOpacity(ByVal Image As Bitmap, ByVal Opacity As Integer, ByVal G As Graphics) As Image Dim ….GetPixel(X, Y) NewImage.SetPixel(X, Y, Color.FromArgb(Opacity, _ BasicColor.R, BasicColor.G, BasicColor.B)) Next Next … Re: Opacity help? Programming Software Development by J-P But shouldn't the code [code] NewImage.SetPixel(X, Y, Color.FromArgb(Opacity, BasicColor.R, BasicColor.G, BasicColor.B)) [/code] work just like your code? Re: opacity in javascript Programming Web Development by futingkiller …(navigator.appVersion)>=5) imageobject.style.MozOpacity=opacity/100 else if (navigator.appName.indexOf("…amp;parseInt(navigator.appVersion)>=4) imageobject.filters.alpha.opacity=opacity } </script> <img src=&…test.gif" style="filter:alpha(opacity=50); -moz-opacity:0.5" onMouseover="lightup(this… Opacity of the Content in HTML page Community Center by Jawad.ali …background image. I am trying to change the opacity of my background image but it is also … my child text. I tried many method like opacity, rgba etc but havent got hold of that.…-3px; top: 19px; height: 6px; width: 6px; background: #ffffff; opacity: .5; } #menu ul li a:before { content: "";… Re: Opacity problem Programming Web Development by gentlemedia …and its child elements will get that opacity. So either set an opacity on that image in Photoshop or …or `::after`) for that background-image and set an opacity on that pseudo element. You will get then something …100%; background: url(accountsBG.jpg) no-repeat center / contain; opacity: .5; } And as far I can see of that image… Re: Opacity of the Content in HTML page Community Center by godfreysseki What happens, you cannot reduce the opacity of the image alone but what you can do, is to reduce its opacity from photoshop then transfer it back. Opacity works best with the background color only. Opacity problem Programming Web Development by phphp …-size:contain; background-repeat:no-repeat; background-position:center center; opacity:0.5; } .image1{ background-image:url(accountsBG.jpg); } </style…="box image1 fit"> <h1> 1)Opacity must be applied only on background image <br>… Re: Opacity problem Programming Web Development by gentlemedia …; background-repeat: no-repeat; background-position: center; background-size: cover; opacity: .5; } .box-1::before { background-image: url(box-1.jpg… Opacity on a textBox ? Programming Software Development by Lukezzz Hello, I wonder if it is possible to have opacity on a textBox control. What I initially is trying to … visible through this textBox. I cant find a property for opacity on the textBox but perheps there could be any way… Re: Opacity for background images Digital Media UI / UX Design by karthik_ppts I tried this but foreground text also got the opacity property. But i needonly in the background images. [CODE=css]td{ background-image:url(forest.jpg); filter:alpha(opacity=20); height:100%; opacity:.90; }[/CODE] Re: Opacity for background images Digital Media UI / UX Design by karthik_ppts … a tag that will allow you to set opacity and alpha independent of the background.[/QUOTE] Tried…png); background-repeat:no-repeat; background-position:center;filter:alpha(opacity=20);opacity:0.2;"> <div> ----------- -----------… Opacity Fade on CSS3 Rotate Digital Media UI / UX Design by Siberian … text, this shouldn't be a problem I apply an opacity rule to the style and before it completes rotation it…'s why I thought. Without a long explination, I applied opacity to most of the rules that were only related to… Re: opacity control...? Programming Software Development by Diamonddrake … its not drawn on the form. It can be whatever Opacity you want. here's where the multiple forms concept comes… fill the control form, and adjust the control form's opacity. and you are golden. I have a killer headache right… Re: Opacity for background images Digital Media UI / UX Design by ushajase … style=" background-image:url(kitchen/gibbsandsoelleb47_rgb.jpg); opacity:0.5; filter:alpha(opacity=40);height:520px; width:520px;"> <… Re: Opacity for background images Digital Media UI / UX Design by karthik_ppts … style=" background-image:url(kitchen/gibbsandsoelleb47_rgb.jpg); opacity:0.5; filter:alpha(opacity=40);height:520px; width:520px;"> <… Re: Opacity for background images Digital Media UI / UX Design by karthik_ppts … style=" background-image:url(kitchen/gibbsandsoelleb47_rgb.jpg); opacity:0.5; filter:alpha(opacity=40);height:520px; width:520px;"> <… Re: Opacity for background images Digital Media UI / UX Design by ushajase … an single image(png).[/QUOTE] karthik, you can reduce the opacity of image in Photoshop and save .png format.then no… need to reduce image opacity in CSS.it will be transparent. if you use this… Re: Opacity for background images Digital Media UI / UX Design by karthik_ppts [QUOTE=ushajase;1653119]karthik, you can reduce the opacity of image in Photoshop and save .png format.then no need to reduce image opacity in CSS.it will be transparent. if you use this method, you have to set height. otherwise you can use java script. i don't know exact code of java script.if i got, i'll tell you.[/QUOTE] Ok.. i'll try opacity problem inside setTimeout() for IE Programming Web Development by akhter900 …] setTimeout('document.getElementById("' + id_name + '").style.filter = "alpha(opacity=100)"', 1000); [/code] Is there anyone can solve the… Opacity on wxPython frames? Programming Software Development by lllllIllIlllI … there was any way in which you can change the opacity of a window in wxPython. I would like to create… opacity control...? Programming Software Development by anupam_smart … 2008 edition and i want if we can control the opacity of a picture box on the form differently from the… Opacity and the page size selector in Display:table Programming Web Development by acplayer … the text you see. The DIV has a FILTER with opacity of 100. The little select box with a number is… opacity in javascript Programming Web Development by rudz document.getElementById(fadeImageID).style.opacity is working in firefox but its not working in ie Opacity for background images Digital Media UI / UX Design by karthik_ppts Hi Frendz, How to set opacity for background images? Re: Opacity for background images Digital Media UI / UX Design by Dandello Try wrapping the foreground images and text in a tag that will allow you to set opacity and alpha independent of the background. Re: Opacity for background images Digital Media UI / UX Design by Edge330 Use PS to set opacity and save file in png format Re: Opacity for background images Digital Media UI / UX Design by Dandello Just checked my books - opacity is inherited. Period. The recommendation is to set the alpha transparency [B]in[/B] your png file, then use a behavior work around for MSIE. As in [CODE]behavior: url(iepngfic.htc);[/CODE] This involves getting a copy of the 'iepngfix.htc' file but a web search should find it for you.