摘要:
text-overflow 属性规定当文本溢出包含元素时发生的事情。 语法: text-overflow: clip|ellipsis| string ; 这里主要说说 text-overflow: ellipsis; 阅读全文
摘要:
<div id="items" style="height:100%; width:100%; ; z-index:1000; position:fixed; top:0px; left:0px; display:none;"></div> 阅读全文