Tagged Questions
The opacity tag has no wiki summary.
180
votes
15answers
195k views
CSS: semi-transparent background, but not text
Is there a way in CSS to make the background of an element semi-transparent, but still have the text of the element non-transparent? (Without separating the text and background in two elements ...
108
votes
12answers
8k views
When setting a form's opacity should I use a decimal or double?
I'm new to C#, and I want to use a track-bar to change a form's opacity.
This is my code:
decimal trans = trackBar1.Value / 5000;
this.Opacity = trans;
When I try to build it, I get this error:
...
24
votes
3answers
37k views
Opacity of background, but not the text
How do I make cross-browser (including Internet Explorer 6) transparancy for the background of a DIV while the text remains opaque?
I need to do it without using any library such as jQUery, etc. (But ...
21
votes
3answers
16k views
CSS3 Border Opacity?
Is there a straight forward way to make the border of an element semi-transparent with something like say
border-opacity:0.7;
?
If not anyone have an idea how i could do so without using images?
15
votes
5answers
22k views
How to Set Opacity (Alpha) for View in Android
I have a button as in the following:
<Button android:text="Submit" android:id="@+id/Button01" android:layout_width="fill_parent" android:layout_height="wrap_content"></Button>
In my ...
14
votes
6answers
25k views
Opacity CSS not working in IE8
I'm using CSS to indicate the trigger text for a jQuery slide-down section: i.e. when you hover over the trigger text the cursor changes to a pointer and the opacity of the trigger text is reduced to ...
11
votes
10answers
38k views
jquery IE Fadein and Fadeout Opacity
I am getting this weird problem in IE with a CSS Overlay I am applying for a lightbox. Basically, I use fadein and fadeout for jquery - the problem is that everything works fine EXCEPT in IE.
In IE - ...
9
votes
3answers
280 views
How to keep text opacity 100 when its parent container is having opacity of 50
I have a list div which have a opacity set to 50 and inside this div I want to display some text with opacity 100,
Here's what I mean:
<div id="outer">
<div id="inner">
Text
...
9
votes
3answers
2k views
Can you create gradients that fade to opacity using CSS or JavaScript?
WebKit has introduced the ability to create CSS gradients. For example, with the following code:
-webkit-gradient(linear, left top, left bottom, from(#fff), to(#000));
However, is it possible to ...
9
votes
5answers
22k views
How to change the opacity (alpha, transparency) of an element in a canvas element after it has been drawn?
Using the HTML5 <canvas> element, I would like to load an image file (PNG, JPEG, etc.), draw it to the canvas completely transparently, and then fade it in. I have figured out how to load the ...
8
votes
5answers
187 views
how to handle 'double opacity' of two overlapping divs
I have two divs, both with 0.6 opacity. I need them to overlap but retain their opacity and not create a new combined opacity level. I can't use an image.
EDIT -- The little circle is supposed to ...
8
votes
4answers
2k views
Precise OpacityMask
Suppose I need to set an opacity mask on a WPF control that highlights a portion of it in precise position (suppose a 50x50 square at (50;50) position). To do that I create a DrawingGroup containing 2 ...
7
votes
2answers
170 views
Is there any way to hover over one element and effect a different element?
I want it to be as simple as this, but I know it isn't:
img{
opacity:0.4;
filter:alpha(opacity=40);
}
img:hover{
#thisElement{
opacity:0.3;
filter:alpha(opacity=30);
}
opacity:1;
...
7
votes
2answers
162 views
Why jQuery .animate({opacity:0}) changes the z-index too
Basically the title says everything - why jQuery .animate({opacity:0}) changes the z-index too?
Do you know how to solve it?
EDIT:
link to example: http://jsfiddle.net/4vUc7/
Thanks.
7
votes
6answers
3k views
Java - set opacity in JPanel
Let's say I want to make the opacity of a JPanel %20 viewable? I don't mean setOpaque (draw or not draw) or setVisible (show or hide)... I mean make it see-through JPanel.. you know?
Is this ...
6
votes
2answers
277 views
background image's fadeInOut transitions produces weird effect in white all the texts
Well this problem is kind of weird,
I have a website where the background image changes with a fadeIn/Out transition
Video: http://www.screenr.com/ZCvs
Web in action: http://toniweb.us/gm
The ...
6
votes
3answers
1k views
How to make UISlider's “track” invisible?
I'm trying to emulate Apple's "Slide to Unlock" feature in my application. I get to this point (image below), but as you can see the UISlider's "track" is visible and is covering up my text. Is ...
6
votes
6answers
1k views
Creating a linear transparent gradient to a div
I'd like to create a linear transparent gradient to a div. Is there any way to do that with jquery? Or should I use some other library like raphaeljs? I'd like to achieve an effect like the following:
...
5
votes
3answers
280 views
Transparency on parent div background
I wonder if it's possible to affect the bg color or opacity of the parent div.
I have a div with this transparent white color:
background-color:rgba(255,255,255,0.9);
The div contains textfields ...
5
votes
2answers
620 views
In jQuery, can you get the “target” opacity of an element that is fading?
I'd like to somehow get the target opacity (the final value it is being animated to) of an element that is fading.
For example...
$('body').fadeTo(0.4); // 0.4
$('body').fadeIn(); // 1
...
5
votes
2answers
3k views
How to implement Cross Browser Opacity Gradient (Not Color Gradient)
How can I implement cross browser opacity gradient (not color gradient)?
See following code:
<div style="background-color:Red;display:block;height:500px;width:500px;filter:alpha(Opacity=100, ...
5
votes
1answer
6k views
android.View transparency
I need to set initial transparency for a TextView but I don't know how to do it. On iPhone it can be done easily with alpha property. I've tried to set alpha using AlphaAnimation but no good it ...
4
votes
5answers
188 views
Alter a UIBarButtonItem view to be transparent programmatically
I've had trouble getting this to work, nowhere have I seen a working example on the web. Now offering bounty on this as its making me crazy. It should be easy, but that doesn't seem to be the case.
...
4
votes
1answer
137 views
Java - the ol' transparent JFrame, without restricted libs
Yes, this question is everywhere. But all of the (working) solutions use the AWTUtilities toolkit, which is restricted.
So. I just want to control the opacity of my window. No need to shape or ...
4
votes
2answers
330 views
c# Form.Hide() vs. Form.Opacity = 0
I was wondering if there are any gotchas for making a form completely transparent (as opposed to hiding it). For instance, I know that these are things that got my by surprise when hiding a form:
...
4
votes
2answers
536 views
WinForm Control with Opacity
I have a form that has some controls on itself(btnCreateReport,pnlDarkLayer).I have a panel that fit to form(Dock = Fill) and it is on the back of all controls.when user click on the btnCreateReport ...
4
votes
3answers
560 views
Opacity in EPS figures
When saving graphics in Mathematica, is it possible to save figures with opacity in EPS format? For example,
Plot[Evaluate[Table[BesselJ[n, x], {n, 4}]], {x, 0, 10},
Filling -> Axis]
gives the ...
4
votes
1answer
3k views
Opacity on a background Drawable image in View (using XML Layout)
I was just wondering if there was a way to change the opacity of the background image for a View (ie. TextView, etc.).
I know that I can set the background image like this:
...
4
votes
1answer
104 views
Excluding Text from jQuery animated Div
Hi guys I'm building a site using joomla and I recently added a jQuery module that changes the opacity of the containing div when you hover over it. It contains text, and the text kinda looks cheesy ...
4
votes
1answer
686 views
jQuery FadeIn text in IE7/IE8 : text aliased during animation
I have trouble to make a good use of jQuery fadeIn() or fadeOut() for text divs in IE(both 7 and 8), as you can see in this example : http://jsbin.com/etatu3/5 (see the code here : ...
4
votes
3answers
2k views
How do you override the opacity of a parent control in WPF?
When you set the opacity on a Grid in WPF, all the child elements appear to inherit its Opacity. How can you have a child element not inherit the parent's opacity?
For example, the following parent ...
4
votes
2answers
2k views
Use another control as an opacity mask in WPF?
I'm trying to use the OpacityMask property combined with a VisualBrush so that when you drag an image over another control (such as another image, rectangle, or any other control), the part of the ...
4
votes
3answers
8k views
How to maintain PNG alpha transparency when using “-ms-filter” property
I have the following HTML:
<a><img src="myfile.png" /> Some text</a>
And this css:
a:hover
{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
filter: ...
3
votes
3answers
51 views
IE9 is confused whether to use standards, or Microsoft Proprietary opacity
Internet Explorer 9 now supports both the opacity rule and the filter rule.
This causes a problem. See Example
HTML
<!DOCTYPE html>
<html>
<head>
<title>To standard or not ...
3
votes
6answers
117 views
How can I make my website's background transparent without images making themselves transparent too?
I'm doing a website for a school project, and I'm currently having a small problem... I can't make the body's background transparent without it also affecting the content in it.
Here's my index.htm ...
3
votes
1answer
54 views
How can I force IE to keep applying opacity to an overlay while the element underneath is being animated?
I have a slideshow (using jQuery Cycle) which includes an overlay. The overlay uses CSS opacity and filters. jQuery is doing the same for the animation.
In IE 6/7/8, the filter used to give the ...
3
votes
1answer
97 views
transparent image mask on css overflow
I'm trying to implement the equivalent of a css property: "overflow: transparent 50%". For example, if I have this:
<div style="border: 1px solid black; width: 200px; height: 200px; overflow: ...
3
votes
1answer
91 views
“negative” text in css?
i was wondering if it was somehow possible to create an effect as shown in the attached picture with simple css. What would be the next best alternative?
Thanks in advance!
3
votes
3answers
91 views
Is there a way to cancel jQuery's hover event while it is happening?
I am using the jQuery hover event to cause an element to "glow" (opacity change from 0.7 to 1) and then "unglow" when the mouse leaves. This is great except when you accidentally run the mouse over ...
3
votes
1answer
81 views
wxpython's SetTransparent doesn't capture user input if set to an opacity of zero
I'm trying to make a wxpython window (only a window in the sense that it's a window object).. that fills the entire screen and is completely invisible. I then want to allow the user to click and drag ...
3
votes
1answer
85 views
TextBlock brush giving incorrect color
I have a TextBlock and a Rectangle, both sitting in an empty WPF4 window. The TextBlock's Foreground and the Rectangle's Fill are both set to a SolidColorBrush with value #80800000.
This is what it ...
3
votes
1answer
65 views
Jquery setting opacity issue
$("html").fadeTo("slow",0.5);
OR
$("html").css({ 'opacity':'0.5' });
Why does either of these scripts whiten the page? I need it to become darker, no whiter, and usually that's what opacity does ...
3
votes
3answers
79 views
jquery running to soon. working only in chrome
I have set blog text in my page to opacity 0, so that it fades in to opacity 1 on page load with this code.
$(document).ready(function(){
$('.entry').animate({opacity:1},700);
});
the text only ...
3
votes
5answers
398 views
Is there any way to have opacity apply to absolutely positioned child elements in ie8
In most browsers, when an html element is only partially opaque, its children "inherit" this opacity. (It isn't quite inheritance--more correctly, the entire image is assembled, including the parent ...
3
votes
4answers
297 views
jQuery mouseover mouseout opacity
function hoverOpacity() {
$('#fruit').mouseover(function() {
$(this).animate({opacity: 0.5}, 1500);
});
$('#fruit').mouseout(function() {
$(this).animate({opacity: ...
3
votes
3answers
605 views
How to make a div disappear on hover without it flickering when the mouse moves?
I've seen answers suggesting just display:none on the :hover css. But that makes the div flicker when the mouse is moving.
EDIT: Added jsfiddle
3
votes
1answer
117 views
When I use jQuery to set an element's opacity in IE6 or IE7, it seems to aquire “overflow: hidden”. Why?
Consider this HTML:
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
div {
position: relative;
...
3
votes
3answers
138 views
typedef visibility
I have a ".c .h" couple.
In the .h I define 2 typedef struct, say TS1 and TS2
Now, one of the member of TS1 is TS2 type.
I'd like to make only TS1 to be visible but not TS2.
TS2 should be only ...
3
votes
1answer
303 views
image disappear instead of showing in ie7
I'm using CSS hover and opacity to make one image change into another when you hover over it, By placing one on top and setting the opacity so that it disappears on hover and the bottom image is left. ...
3
votes
6answers
1k views