什么css样式能自动截取一定长度的字符串,后面用...表示,最重要是兼容所有浏览器,不能用js,谢谢
一定要兼容所有浏览器,ie5可以不考虑,但是ie6-9operasafarichromefirefox都要兼容,麻烦啦!...
一定要兼容所有浏览器,ie5可以不考虑,但是ie6-9 opera safari chrome firefox 都要兼容,麻烦啦!
展开
3个回答
展开全部
如果是在table标签中
table 设置 style=”table-layout: fixed;”
并且在 td标签中使用
style= “white-space:nowrap;overflow:hidden;text-overflow: ellipsis; ”
其他标签
你试试 加入样式
width:150px;white-space:nowrap;text-overflow:ellipsis;overflow: hidden
table 设置 style=”table-layout: fixed;”
并且在 td标签中使用
style= “white-space:nowrap;overflow:hidden;text-overflow: ellipsis; ”
其他标签
你试试 加入样式
width:150px;white-space:nowrap;text-overflow:ellipsis;overflow: hidden
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
用个<input type="text" name="11" id="11" />
定义好文本框的宽度 高度 字体大小 行高等属性就行了吧
最后面 用...表示 可以加一个<label>...</label>标签 跟文本框 一起 float:left.就行吧
<style>
#11{
height:20px;
width:150px;
font:nomal 12px/24px arial;
color:#...;
padding:0 3px 0 3px;
}
</style>
定义好文本框的宽度 高度 字体大小 行高等属性就行了吧
最后面 用...表示 可以加一个<label>...</label>标签 跟文本框 一起 float:left.就行吧
<style>
#11{
height:20px;
width:150px;
font:nomal 12px/24px arial;
color:#...;
padding:0 3px 0 3px;
}
</style>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
width、height要定义固定的值
width、height要定义固定的值
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询