Mon, 2003-08-11 23:03
Hi, i am using the following method on a text input:
<style>
.login {background: transparent; color: ffff00; text-align: center;}
</style>
</head>
<body bgcolor="00ff00">
<input type="text" name="username" value="username" class="login"><BR>
Unfortunatly, there is still a white box ring around the outside of the box :S how do i get rid of this?
example of problem is at
Tue, 2003-08-12 01:32
#1
i need a method to the following...
Try this:
<style> <!-- .login { background: transparent; color: ffff00; text-align: center; border: none; } --> </style>
I haven't tested it on different browsers, but it works on IE 6