You can do this with cascading style sheets, but it only works for IE 5+ - you cannot do it with NN:
<html>
<head>
<title>untitled</title>
<style type="text/css">
.custom {
font-family: Arial, sans, Helvetica;
font-size: 9pt;
color: #000000;
border: solid #000000 0px;
background-color: #FFCC33;
}
</style>
</head>
<body>
<input class="custom" type="text">
</body>
</html>
Main Topics
Browse All Topics





by: TriskelionPosted on 2001-08-29 at 20:53:49ID: 6439167
I have NEVER seen this effect.
I imagine you could make an ActiveX control that hides the borders, but HTML is too "subject to the browser" to handle this effect.