DeathStar Posted February 17, 2007 Share Posted February 17, 2007 Hi This doesnt seem like css to me but... How can i make a text box transparent? this is what im using (not worikng) <input type="text" name="username" maxlength="40" style="background:transparent"> and help cant find this on google though.. only about c/c++ Link to comment https://forums.phpfreaks.com/topic/38894-textbox-transparent/ Share on other sites More sharing options...
Lumio Posted February 17, 2007 Share Posted February 17, 2007 <input type="text" name="username" maxlength="40" style="background:transparent"> <input type="text" name="username" maxlength="40" style="background-color:transparent"> And it is CSS Link to comment https://forums.phpfreaks.com/topic/38894-textbox-transparent/#findComment-187037 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.