使用 css 包裹文本
我有以下 html:
<label class="description">Label Text</label><input type="password" />
并且 css 样式为:
fieldset span.formrow label.description {
width: 150px;
display: -moz-inline-box;
display: inline-block;
}
我的问题是,在 Firefox 2 中,如果文本超过 150px 限制,则该行不会中断。 相反,文本显示在输入文本字段后面。
这种行为有可能改变吗?
I have the following html:
<label class="description">Label Text</label><input type="password" />
And the css styles are:
fieldset span.formrow label.description {
width: 150px;
display: -moz-inline-box;
display: inline-block;
}
My problem is that in Firefox 2 if the text goes over the 150px limit, then the line does not break. Instead the text is displayed behind the input text field.
Any chance that the behavior can be altered?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试这个!
安德鲁
Try this!
Andrew
尝试:
Try: