How do I make my bg-color in a text field transparent?
This is an example of using silver
Code:<INPUT type="text" id=text1 name=overg size=4 style="background-color:silver">
Printable View
How do I make my bg-color in a text field transparent?
This is an example of using silver
Code:<INPUT type="text" id=text1 name=overg size=4 style="background-color:silver">
Do you want to make it transparent, or do you want to make it silver? In either case, I think you will find that you can not affect how the UA renders the form elements. Double check with the W3C.
transparent as in what? you will only get the default browser color. grey or white, unless you change colors. what effect will you get for transparent? if you are trying to get the background of the page to show though the text input you can't.
Hi again, I've found out just using this simple code
Code:style="background-color:transparent"
ahh you learn something new everyday, thanks for sharing that.