text-overflow这个属性真让Firefox折腾,虽然之前有写过
Firefox通过XUL实现text-overflow:ellipsis的效果,不过要外挂xbl来用也就一直没用,虽然想过Data URI,但其实还不如外挂xbl。 这两天在论坛看到14px同学写的
超过宽度显示省略号(无js全兼容),想法很有创意,使用一张图片来...
by aoao 2009-3-15 - Web开发 - CSS - Firefox - text-overflow | 17 条评论 »
firefox不支持text-overflow一直让人很折腾。。不过还好有大虾为我们提供解决方案。。
text-overflow: ellipsis for firefox Firefox still does not implement the proposed
CSS3 text-overflow property. It does however...
by aoao 2008-7-3 - Web开发 - CSS - Firefox - text-overflow | 28 条评论 »
text-overflow:ellipsis大家用过吧,在win上大家都知道IE跟Opera可以搞定,如果你看下面的代码你会不会兴奋呢? text-overflow:ellipsis; -o-text-overflow:ellipsis; -icab-text-overflow: ellipsis;...
by aoao 2007-5-3 - Web开发 - CSS - text-overflow | 9 条评论 »