[Javascript] make button background clear (invisible)

Hassan Schroeder hassan at webtuitive.com
Wed Aug 1 10:21:31 CDT 2001


Andrew Dunn wrote:

>    How is it possible to make the button background clear? 

<style type="text/css">
input {
	background-color: transparent;
	}
</style>

tested: IE5,5.5/Win, NS6.1/Win

HTH!
-- 
H*
Hassan Schroeder ----------------------------- hassan at webtuitive.com 
Webtuitive Design ---(+1) 408-938-0567 --- http://www.webtuitive.com

    -- creating dynamic Web sites and applications since 1994 --



More information about the Javascript mailing list