[thelist] "Non-3d" form boxes

jeff jeff at members.evolt.org
Sat Dec 2 17:00:53 CST 2000


bob,

:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: From: Bob Haroche
:
: input

:  border : 333333;
:  border-style : solid;
:  border-top-width : 1px;
:  border-right-width : 1px;
:  border-bottom-width : 1px;
:  border-left-width : 1px;
:  color : #000000;
:  font-family : Verdana, Arial, Helvetica, sans-serif;
:  font-size : 13px; }
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

or the above could be reduced to this which will produce exactly the same
look:

input

  border : 1px #333333 solid;
  color : #000000;
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 13px; }

good luck,

.jeff

name://jeff.howden
game://web.development
http://www.evolt.org/
mailto:jeff at members.evolt.org





More information about the thelist mailing list