another example of failed css styling for input controls

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
body {background:white}
input.abc {border:0px; border-bottom:1px solid black;}
</style>
</head><body>
<form name="x" action="?" method="post">
Name: <input name="y" class="abc" type="?">
</form>
</body>
</html>
--
 

John Russell, VE3LL@RAC.CA
http://home.cogeco.ca/~ve3ll (2 L's as in LLAMA)
check HTML at http://www.htmlhelp.com/tools/validator/
check CSS at http://jigsaw.w3.org/css-validator/
check JavaScript at http://www.crockford.com/javascript/jslint.html

Received on Tuesday, 10 June 2003 11:57:18 UTC