在文本框数据上右对齐 [英] align right on text box data

查看:149
本文介绍了在文本框数据上右对齐的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有asp:textbox,只有数字数据可以通过ajax:Filter属性输入来处理它.

我想在右边发短信,因为它的数字数据

我应该如何使文本框数据正确对齐???在文本框中没有属性? :sigh:

help ??

I have asp:textbox and only numeric data could by enter handling it by ajax:Filter properties .

I want to text aling on right because its numeric data

How should i make that textbox data align right??? there is no properties in textbox?? :sigh:

help??

推荐答案

我认为应该这样做:
I think this should do:
input.whatever 
{
  text-align: right;
}


您可以使用CSS:

You can do this with CSS:

text-align: right;



尼克



Nick


这篇关于在文本框数据上右对齐的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆