View Full Version : help w/ opacity


Jchan
06-09-2003, 03:22 AM
I already know how to make the textarea transparent.. style="filter:alpha(opacity=20)

But i don't want the whole textarea to be transparent.. i only wanted background of the textarea part to be transparent.. is there a specfic code for that?
Thanks.

sherri
06-09-2003, 12:27 PM
I don't know. Umm....do you have a link to the page with textarea?

This link also might help you.

http://webdesign.about.com/library/weekly/aa071999.htm
http://www.htmlcodetutorial.com/forms/_TEXTAREA.html

Jchan
06-12-2003, 03:31 AM
heres the url
<http://www21.brinkster.com/jchan18/newindex>

heres the code the textarea is in green color

<title>J-chan's Art Studio</title>
<link href="index.css" rel="stylesheet" type="text/css">
<body bgcolor="#000000">
<br>
<script language="JavaScript">
<!--
document.body.style. scrollbarBaseColor='#FFFF
FF'
document.body.style. scrollbarArrowColor='#00F
F00'
document.body.style. scrollbarDarkShadowColor=
'#000000'
document.body.style. scrollbarFaceColor='#0080
00'
document.body.style. scrollbarHighlightColor='
#C0C0C0'
document.body.style. scrollbarShadowColor='#00
0000'

-->
</script>
<BR>
<div align="center">
<table width="760" border="0" cellpadding="0" cellspacing="0" class="index3">
<!--DWLayoutTable-->
<tr>
<td width="329" height="141"> </td>
<td width="287"> </td>
<td width="144"> </td>
</tr>
<tr>
<td height="306"> </td>
<td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="287" height="39" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="287" height="39"> </td>
</tr>
</table></td>
</tr>
<tr>
<td height="226" valign="top"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="transparent">
<!--DWLayoutTable-->
<tr>
<td width="298" height="203" valign="top"><textarea name="textarea" cols="30" rows="10" wrap="virtual" class="index3" style="filter:alpha(opacity=20)"> heeeeeeeeeeeellllllllllllooooo</textarea><td width="61"> </tr>
<tr>
<td height="23">
<td> </tr>
</table></td>
</tr>
<tr>
<td height="41" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="287" height="41"> </td>
</tr>
</table></td>
</tr>
</table></td>
<td> </td>
</tr>
<tr>
<td height="83"> </td>
<td> </td>
<td> </td>
</tr>
</table>
</div>