View Full Version : help with text areas!!!


monsoon546
07-18-2003, 05:35 AM
hey I want to add a text area with a solid coloured background but I want the background to have a 50% opacity. I can't seem to get it to work. Heres what I have so far

<form><textarea rows="5" cols="20" style="background:#C6C4C4" style="font-family:verdana" style="color:#000000" "style="border style:solid">I hope this works I hope this works I hope this works I hope this works I hope this works I hope this works I hope this works I hope this works</textarea></form>

please help!

Alcy
07-18-2003, 08:06 AM
Add style="filter:alpha(opacity:50)" ^_^