摘要:
三角形: 内容箭头(用伪类来实现) // 箭头 - :before and :after, 一起组成了好看的气泡小箭头 css3美化table 阅读全文
摘要:
-moz代表firefox浏览器私有属性 -ms代表ie浏览器私有属性 -webkit代表safari、chrome contenteditable="true" 内容变的可编辑 onpaste="return false" 表示不能粘贴,用于input或不能粘贴的div、span、p标签等 ons 阅读全文