Topic: opacity in background, not text... (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Greenville, SC, USA |
posted 08-04-2002 08:17
I'm trying to make a form with colored fields and textarea boxs with the alpha(opacitey) set to 50. My problem is that the text also becomes partially transperent with the field or box. Is there a way to change the opacity of the box alone and not the text?? |
Maniac (V) Mad Scientist From: 127 Halcyon Road, Marenia, Atlantis |
posted 08-04-2002 15:46
hmmm |
Bipolar (III) Inmate From: |
posted 08-05-2002 12:32
the easiest way to get around this in my experience is to do something like this: code: <form action="test.php" action="post">
|
Nervous Wreck (II) Inmate From: |
posted 08-08-2002 04:30
Is the filter:Alpha(opacity) IE-only, or is it actually a standard that n oother browser follows? |
Bipolar (III) Inmate From: |
posted 08-08-2002 08:38
you can use code: style="-moz-opacity: 50%;"
|
Bipolar (III) Inmate From: Cold Sweden |
posted 08-09-2002 22:44
...and for all gecko browsers I think. You can replace "50%" with "0.5". |