摘要:
http://www.w3cplus.com/css3/new-css3-linear-gradient.html 阅读全文
摘要:
1 ::-webkit-input-placeholder { /* WebKit browsers */ 2 color: rgb(100, 193, 173); 3 } 4 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 5 color: rgb(100, 193, 173); 6 ... 阅读全文
摘要:
border="1" cellspacing="0" cellpadding="0" 阅读全文
摘要:
基本语法 cursor : auto | all-scroll | col-resize| crosshair | default | hand | move | help | no-drop | not-allowed | pointer | progress | row-resize | tex 阅读全文
摘要:
background-color:transparent;是什么意思?? 把背景颜色设为透明色 阅读全文