Opacity is the degree to which a graphical object obscures objects which are rendered behind it.
0
votes
0answers
20 views
Create semi-transparent panel with C++ and WINAPI
I have a window with a background image and I want to create a panel (like in .NET) with a white border and a semi-transparent background RGBA(255, 255, 255, 124), so the image in the background could ...
1
vote
0answers
8 views
Opacity toggle three (or more) DIV
<div id="rotator">
<p id="1">Some Text 1</p>
<p id="1">Some Text 2</p>
<p id="1">Some Text 3</p>
</div>
They are presented in a row. All I want ...
0
votes
2answers
25 views
Odd opacity transition with CSS
I have a menu which changes the color from white to brown progressively when the mouse is over. However, when I leave the mouse, the transition begins from white when it should be from brown to white ...
1
vote
1answer
22 views
How to fill a flot line graph without opacity?
How can i fill a flot line graph with no opacity?
lines: {
show: true,
fill: true,
lineWidth:1
}
-1
votes
1answer
45 views
div opacity gradient? (not rgba gradient) [closed]
I have a div contains moving images and I want the images to fade out at the edge of the div, i.e opacity of image changes from 1 to 0. I can not use rgba gradient because it fades in/out a static ...
0
votes
1answer
24 views
How to draw a gradient with opacity
I have this method, which makes a gradient, but for some reason I can not get it to make the gradient have any opacity, such as 60% opaque.
public static int[] linear(int x1, int y1, int x2, int y2, ...
0
votes
1answer
30 views
How to Affect Adjacent Element with CSS Hover
Here's my HTML:
<div id="flexi-overlay">
<a id="flexi-overlay-image-link-container" href="#" class="popup image-link"?>
<img src="image.jpg" />
...
0
votes
1answer
23 views
How do I add opacity to CSS sidebar (not all the elements)?
I have this site and I'm trying to add opacity to the sidebar, but only the white part and leve the other elements with a 100 percent opacity.
http://eparquitectos.mx/
here is my CSS
I tried adding ...
0
votes
0answers
32 views
My custom FadeIN/FadeOut effects is not working with this inherited form which is using APIs for almost all
I want to show a form with fadein effect and close it with a fadeout effect, I know how to do this but this time I need to do it with a hardcoded inherited form which uses API to set the form to ...
0
votes
0answers
26 views
How set alpha/opacity value to color on xml drawable?
I need to set a value of opacity to a color in xml drawable. But when i try to add the two values of opacity (#20C0C0C0) for example, don't work. The color appeares totaly transparent.
Here is my ...
1
vote
0answers
31 views
Making a WPF Application Semi-Transparent
In Windows Forms you can make your application semi-transparent by using Opacity property, like so:
I'm trying to achieve the same result with WPF, but it looks impossible. If I change the Opacity ...
0
votes
2answers
39 views
DIV box transparent, text inside not transparent {SOLVED}
I have a div box with text inside (and this is supposed to be a navbar).The div box is set to opacity 0.4, and so is the text automatically also. I want the text to be normal opacity (not ...
0
votes
0answers
23 views
Extjs Disabled Panel's Opacity
I have a popup window which on creation disables the whole panel behind it. On the panel I have used disabledCls: 'my-disabled-panel' and in the css file
.my-disabled-panel .x-mask{
opacity: 0 ...
0
votes
1answer
42 views
swing gui flickering white error
I have a Gui I'm making for a program that has an outer container centered to the JFrame that contains an inner container that holds 22*12 cells. When I run this program, the background just flickers ...
0
votes
1answer
32 views
Opcity making issue in browser
I just stuck with the opacity issue again. I tried something like this:
var hiddenSection = $('div.hidden');
hiddenSection.show()
.css({ 'display': 'block' })
.css({ width: ...
0
votes
2answers
30 views
Android: how add opacity on ImageButton click?
I tought to use OnTouchListener and tracking down and up events, setting then an alpha value, but I have to add this listener to all ImageButtons (they are really a lot). I wonder if there is a ...
1
vote
3answers
25 views
How can I change the opacity of other menu items when this menu item is clicked?
I'm attempting to change the opacity of the other menu items in a navigation menu when one the menu items is clicked. I've currently tried this which breaks my JQuery code:
...
0
votes
1answer
32 views
Opacity IE 8 Fallback with jQuery
I have gone through this post:
Set opacity with javascript in IE 8?
This was purely done with javascript, i am using jQuery so i want to set opacity in IE8 but i am not getting succeed using jQuery. ...
0
votes
0answers
28 views
x3d - transparent texture with different repeat level
I want to create a terrain layer using a repeated base texture using a non-repeated opacity map. (either in alpha or as separate texture)
<Appearance>
<MultiTexture mode='"MODULATE" ...
0
votes
0answers
11 views
opacity property cause change on z-index
I have a li element and above of that a drop down menu.
When I give an opacity value to the li element the dropdown menu
appear to be underneath the li element.
There is a thread describing the ...
0
votes
3answers
58 views
For loop not working - function only getting called once
I'm having some issues with my for loop. I've tried placing it in different areas and still, no luck. I'm working on a project that randomly changes the opacity of a rectangle (I have red, yellow, ...
0
votes
1answer
27 views
WindowManager.LayoutParams alpha issue
In my app, I have a service in which I create a view that I display by using WindowManger :
mFilter = new View(this);
...
0
votes
0answers
17 views
Silverlight TextBlock transparent foreground with dropshadow
When i change opacity of textBlock the dropshadow effect get opacity to, and i need to set opacity only on textBlock, like this image:
There is my xaml code:
<UserControl.Resources>
...
1
vote
3answers
60 views
Jquery CSS Opacity
Whats wrong, i want to change the opacity if #nav .drop is on display:block;
jQuery(document).ready(function(){
if (jQuery('#nav .drop').css('display') === 'block') {
...
1
vote
1answer
36 views
Set SVG opacity as function of x and y
Is it possible to set the opacity of an SVG element based on the x and y coordinates, using a continuous mathematical function? Here, I have a 20% opacity blue rectangle, but instead of making it 20% ...
0
votes
2answers
49 views
Can I have my header's background color fade in as the page scrolls down
First off, here's my website: my website
I was hoping to get some feedback on how to have my header's background color (light grey) fade from 0 opacity to 100% as the page gets scrolled down. Maybe ...
0
votes
1answer
45 views
Fade elements in on scroll with Jquery
I am creating a timeline of events on my website, and I am trying to get each element (with a class '.event') to fade in as you scroll down through timeline. I am having issues - they all fade in ...
0
votes
2answers
39 views
javascript triggers “onmouseover” and “onmouseout” when i hover the div in another div
I am working on a grid layout for my new website. The PHP code:
echo"<div class='model_container_invisible' onMouseOver='fade(this, 0)' onMouseOut='fade(this, 1)'>";
echo"<span ...
1
vote
1answer
40 views
JWindow region opacity
I want to implement a screenshot functionality like in snipping tool. I can already select a rectangle and make a screenshot, but I this rectangle to be full opacity.
I wonder if there is a function ...
0
votes
3answers
41 views
opacity in a speech bubble in css
I'm using http://nicolasgallagher.com/pure-css-speech-bubbles/demo/ to do a speech bubble, I want the inside of the bubble and the triangle to have a background with an opacity of 0.7.
For the ...
0
votes
1answer
30 views
How do I handle independent parent and child opacities when the child element is a link?
I have a parent <div> and a child <a>. The parent has a background image set to 60% opacity, but I'd like the child link to have 100% opacity. My reason for implementing it this way is so ...
3
votes
5answers
81 views
jQuery: change opacity on hover on nearby element
I need to change the opacity of a image when I hover either the image or the <p> above it. This is the html structure
<div id="article-menu">
<ul>
<p>Image</p>
...
0
votes
1answer
23 views
Creating an IE7 opacity background without affecting the text
This is the following HTML structure (see JS Fiddle)
Need to somehow make the white BG at 20% opacity whilst keeping the text black. Needs to work back to IE7.
<ul class="menu">
<li ...
0
votes
1answer
51 views
CSS text-shadow opcity
I'm using part CSS for my practice website and I want to add a shadow to my text, but I want to change the opacity on the shadow, this is the code I'm working with.
Thanks in advance.
#text{ ...
0
votes
1answer
21 views
How do you set a views opacity to anywhere between 100% and 0% in Android?
I've got a view i'd like to set the opacity of. Eclipse tells me i can use any value between 0 and 1 but 0.5 for instance wont work since it has the data type double.
v.setAlpha(1);
The data type ...
0
votes
2answers
52 views
WPF opacity animation sets control IsEnabled=false
I'm trying to create an animated control which changes opacity based on cue (pressing space).
The animation itself works properly. Based on the keypress, the opacity animates and the control comes ...
3
votes
1answer
45 views
how can I animate the opacity of the background of a div in jQuery
I have a div #test with a 0 opacity background, I want to animate it until reach the opacity of 0.7. But .animate doesn't seem to work with the css rgba.
My css is:
#test {
background-color: ...
0
votes
1answer
62 views
Tween max opacity in ie8
I'm trying to use tween max and superscroll script, to handle opacity of my content while scrolling.
This works like a charm in chrome, safari, ff, ie9 and ie10.
However, I have an issue with ie8.
...
0
votes
2answers
35 views
my jquery function is executed a lot of time instead of one
when I'm passing my mouse over .test I want .hide to show and when I'm passing my mouse out .test I want .hide to hide
Unfortunatly it shows and it hides more than once.
My code is:
.hide{
...
0
votes
0answers
59 views
How to add opacity to a control class c#
Here is the following control class I grabbed off the internet;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Drawing.Drawing2D;
...
0
votes
1answer
48 views
CSS opacity and background color
I'm using the following CSS code on my linked images:
a img:hover {
filter: alpha(opacity=80);
-khtml-opacity: 0.8;
-moz-opacity: 0.8;
opacity: 0.8;
background: #f00;
}
The idea ...
0
votes
3answers
38 views
HTML div needs to be on top of all other controls
Some controls on the parent screen are bleeding through the div (see image). I need this div to be on top of all other controls. Right now the radio button list and the tabs are somehow on top.
...
1
vote
4answers
79 views
CSS: lighten an element on hover
Assuming an element is at 100% saturation, opacity, etc... how can I have its background become slightly lighter when it is hovered?
The use case is that I'm allowing a user to hover over any element ...
2
votes
2answers
41 views
Make image's opacity using alpha in RGBA
I tried to make a simple program which load an image, make it blue effect, and also make it half transperant. I'm doing it by running on the image pixels and change the RGB's blue value and alpha ...
1
vote
3answers
39 views
jQuery img opacity/layer hover?
I have an img in a link that when you hover over it brings up a coloured/opacity layer over the top. It works fine apart from i need the name of the image to fade up as well.
So the image starts off ...
2
votes
2answers
59 views
How to remove transparent color ( opacity ) [duplicate]
I have the following Codes:
html...
<div id="solidcolor">
<div class="transcolor">transcolor
<div class="notranscolor">some text</div>
</div>
...
1
vote
1answer
127 views
Fade input text jquery
I'm trying to create an elegant reset feature on my site such that when the user presses the reset button, the input boxes fade out the user input text and then fade in the placeholder text, ready for ...
1
vote
1answer
27 views
Opacity isn't working in IE8
I've been scratching my head for about 3 hours now trying to figure out why the opacity CSS property isn't working for my site in IE8.
It works in IE7 and IE9+ but IE8 wont take to it.
The CSS ...
0
votes
3answers
46 views
How to lower opacity for everything but the hover in a div
I have a group of images inside a div and I want the divs opacity to be at 30% when you hover over it but have the image being hovered on to stay at 100%. Here is an example of what I am looking for ...
10
votes
3answers
204 views
CSS3 “Lifted Corners” Drop-Shadow with Opacity
I have been playing with some CSS3 drop-shadow effects. I am pretty fond of the "lifted corners" effect but I ran into an issue when attempting to add opacity to the element. My question is: Is ...



