文字溢出用省略号-CSS写法,兼容IE、Firefox、Opera
2009年12月27日
1 条评论
文字溢出用省略号-CSS写法,兼容IE、Firefox、Opera 代码很简单,就几行字: <style type=”text/css”> div a{ display:block; width:15px; *width:35px; /*for IE*/ _width:35px; /*for IE*/ white-space:nowrap; overflo Read More ....
最近评论