View Full Version : transparent textarea


co0kied0ugh
02-01-2003, 11:58 PM
Do anyone know the code for a transparent textarea?

Michele
02-02-2003, 01:18 AM
I know a code similar to that and it works, all you have to do is put it in the correct spot


<div style="position: absolute; overflow: auto;height: 100; width: 150; top: 400; left:490">

I use that for "transparent" scroll bars all the time, even if its not really a scrollbar, you can still make it one.

co0kied0ugh
02-02-2003, 03:00 AM
Thanks:D!