Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Increase Space between Border and Text of INPUT/text Element

0 views
Skip to first unread message

Michael G. Schneider

unread,
Oct 7, 2002, 2:15:48 AM10/7/02
to
With an INPUT TYPE='text' element, is it possible to increase the space
between the border and the text inside?

Michael G. Schneider


Dan Vendel

unread,
Oct 14, 2002, 5:14:22 PM10/14/02
to
Michael G. Schneider wrote:

Hi Michael,

Sure. Below an example with padding 1 px and border 1 px and a little
bit more to attach to a text field:

<style type="text/css">
<!--
.textfield { background-color: #CCCCCC; height: 18px; width: 200px;
padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left:
1px; border: #000000; border-style: solid; border-top-width: 1px;
border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
-->
</style>

Dan

--
"He who asks a question is a fool for five minutes; he who does not ask
a question remains a fool forever."
-Chinese Proverb

0 new messages