摘要:或者在head里面这样写.fotdiv a{text-decoration:none; display:inline-block;padding-left:11px;padding-right:11px;} .fotdiv2 a{text-decoration:none; display:inlin...
阅读全文
摘要:html a标签 图片边框和点击后虚线框的问题一直在在chrome上开发自己的项目,今天上ie和firefix一看,真丑,a标签在使用图片时,多加了蓝色的边框,并且点击后所有a标签都会出现一个虚线框,但是chrome中一直没发现这个问题,所以为了兼容性,还是在css中追加了做这个处理的式样进去:去边...
阅读全文
摘要://时间格式化函数Date.prototype.format = function (format) { var o = { "M+": this.getMonth() + 1, //month "d+": this.getDate(), //day ...
阅读全文
摘要:htmlString += "删除" + " " + "修改" + " " + "推送" htmlString += ""; onclick=\"sendMsg('"+productionObj.id+"','"+productionObj.get('title')+"','"+productionObj.get('contnt')+"
阅读全文