用于登录控制的从右到左的Html设计 [英] Html design to Right To Left for Login Control

查看:82
本文介绍了用于登录控制的从右到左的Html设计的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以镜像登录控件并在右侧显示用户名和密码标签,在左侧显示文本框?

请帮帮我!

is it possible to mirror the login control and have the user name and password labels on the right and the textboxes on the left?
please help me!

推荐答案

请试试这个。



http://codeverge.com/asp.net.localization/right-to-left-login-control/1748 [ ^ ]


将您的控件放在面板中,然后将面板方向设置为rtl,您可以尝试这样的事情:

< asp:Panel id =pnlrunat =serverDirection =RightToLeft >

Hello World!

< / asp:Panel>
Put your control in a panel and then make your panel direction to rtl, You may try something like that:
<asp:Panel id="pnl" runat="server" Direction="RightToLeft" >
Hello World!
</asp:Panel>


这篇关于用于登录控制的从右到左的Html设计的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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