Tagged Questions

0
votes
1answer
26 views

Setting Opacity in CSS For Chrome

Hey all: I've tried the following: (this is actually for fancybox, as the overlay does not show in chrome/safari: $("#fancy_overlay").css({ 'background-color …
0
votes
3answers
25 views

Opacity of Buttons/TextBoxes - VB.NET

Hey everyone, Is it possible for me to set the opacity of a button or textbox? I know that you can set the opacity for a form, but I'm not so sure about a button or textbox. Tha …
0
votes
4answers
44 views

Font in transparent area

Hello, I'm using JQuery library. I make some div transparent (0.7). There are some text in that div. And I see unpleasant situation: text font is ugly. As I understand, cause all d …
2
votes
1answer
80 views

jquery globalcss IE opacity

I'm using a jquery globalcss plugin to change global stylesheets. It doesn't handle opacity and IE. I've been trying to get it to work with no luck. Here's my attempt to force the …
0
votes
5answers
56 views

Cross browser Opacity

I have a very simple requirement, make a link look disabled. Why is it this hard?? .disabled { -moz-opacity:.50; -ms-filter:"alpha(opacity=50)"; filter:alpha(opacity=50); op …
1
vote
2answers
143 views

Opacity of a TWinControl?

How could one change the opacity of a TWinControl based control? And why didn't they add this capability to TControl/TWinControl level (why only TForm)?
0
votes
1answer
42 views

IE border on opacity change

Hi, when I want to animate a semi transperant image with jquery (e.g. a div with a background who has a shadow) every element who is semi transperant seems to have a black border a …
0
votes
5answers
1k views

Using jquery to create overlay but content inherits CSS opacity- can you help?

Hi there, I created a sort of modal overlay and then a content with the overlay.. the modal overlay has opacity set and it works but the content of the overlay also has opacity.. …
0
votes
2answers
114 views

C# Transparent Form in Panel

Hi there, im trying to create a semi-transparent form which is displayed in a panel. i can display the form in the panel but the opacity property wont work and the form is non-tran …
0
votes
1answer
88 views

Use UIElement as Clip in WPF

Please pardon my ignorance- I'm very new to WPF. I am looking to implement a minor, visual effect in my application that gives the look of "inner" rounded corners. The window in q …
1
vote
2answers
786 views

jquery IE Fadein and Fadeout Opacity

Hi Guys, 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 wor …
0
votes
1answer
72 views

C# - Form opacity is always 100%

For some reason, my form is always at 100% opacity. I've tried changing it by using the properties window. For example, I changed it to 40% but when I ran the program, it is 100% …
1
vote
4answers
38 views

Is it possible to have an opacified background layer which doesn’t opacify its children ?

Let say I've this code : <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> <html xmlns="http://www.w3.org/199 …
0
votes
1answer
164 views

Jquery animation: Making PNG Transparency fixed DIV animate opacity?

Page in question: http://www.chrishanel.com/CMS The following works in IE7, but doesn't in IE8: HTML: <div id="shell"> <div id="quote"> <!--[if IE]> …
1
vote
6answers
235 views

How do you define an opaque struct array in C?

I have code in my header file that looks like: typedef struct _bn bnode; I can do bnode b; just fine, but b[i], where i is an int gives me the following error: invalid use …

1 2 3 4 5 next
15 30 50 per page