将彩色内嵌边框文本框内的文本居中
Centering Text Inside A Colored Inset Border Textbox
我是 html 和 css 的新手,我正在尝试在彩色内嵌边框文本框中放置不可编辑(永久)居中的文本。我似乎无法在文本框中获得永久文本。我键入的任何文本似乎都超出了 textbox.The 9px 插入部分,但效果不佳。我附上了我正在尝试做的事情的照片。这是我正在使用的代码:
html:
Page <input size="3" name="uid"> of 1
css:输入,SELECT,文本区域<br>
{背景颜色:黑色;
颜色:白色;
border:9px inset #2121;
border-color: #444;}
INPUT,SELECT {
font-size: x-small;
}
图片:http://i.stack.imgur.com/w2QeO.png Here's some code that I found that makes text appear un-editable. I'm unsure how to change the border color & size in html though. http://www.w3schools.com/css/tryit.asp?filename=trycss_border-style
尝试将 text-align: center;
添加到您的输入样式中
我是 html 和 css 的新手,我正在尝试在彩色内嵌边框文本框中放置不可编辑(永久)居中的文本。我似乎无法在文本框中获得永久文本。我键入的任何文本似乎都超出了 textbox.The 9px 插入部分,但效果不佳。我附上了我正在尝试做的事情的照片。这是我正在使用的代码: html:
Page <input size="3" name="uid"> of 1
css:输入,SELECT,文本区域<br>
{背景颜色:黑色;
颜色:白色;
border:9px inset #2121;
border-color: #444;}
INPUT,SELECT {
font-size: x-small;
}
图片:http://i.stack.imgur.com/w2QeO.png Here's some code that I found that makes text appear un-editable. I'm unsure how to change the border color & size in html though. http://www.w3schools.com/css/tryit.asp?filename=trycss_border-style
尝试将 text-align: center;
添加到您的输入样式中