摘要:
转:块级元素IE6/IE7下:inline-block解决方案IE6/IE7下对display:inline-block的支持性不好。1、inline元素的display属性设置为inline-block时,所有的浏览器都支持;2、block元素的display属性设置为inline-block时,... 阅读全文
摘要:
Step 1The first step is to extend the actual jQuery object with the function that we wish to add. In our case, we wish to add "truncation" functionali... 阅读全文