使用媒体查询时似乎浮动不起作用..
这里是HTML:
<div id="mpass">
<span onclick="fpass()"><a href="#" class="fpassword">forgot Password?</a></span>
<p class="change_link">Not a member yet?<a onclick="empty()" href="#toregister" class="to_register">Join us</a></p></div>
忘记密码并不正确,
这是css:
.fpassword { font-size: 90%; white-space: nowrap; display: inline-table; float: right!important; padding: 0 0 0 0; top: 60%; margin: 10% 0 0 0;}
#mpass { float: right!important; display: inline-table;}
请建议我对齐&#34;忘记密码?&#34;在页面右侧???
答案 0 :(得分:0)
将#
添加到mpass { ... }
示例:
#mpass { float: right!important; display: inline-table;}