07 2013 档案

摘要:代码: function addFavorite(el){ var url = window.location.href, title = $('head').find('title').html(); try{//IE window.external.AddFavorite(url, title); }catch(e){ //Firefox try{ window.sidebar.addPanel(title,url,''); }catch(e){ if(window.... 阅读全文
posted @ 2013-07-20 11:35 jinphen 阅读(276) 评论(0) 推荐(0)
摘要:html: Search css:.search{height: 100px;margin-left: 20px;}.search-box{border: 1px solid #ccc; border-radius: 5px; display: inline-block;line-height:1px;}.s-input{width: 340px;height: 23px;padding: 8px;outline: 0;border: 0;border-radius: 5px 0 0 5px;}.s-btn{height: 40px;border: 0;width: 70... 阅读全文
posted @ 2013-07-18 17:13 jinphen 阅读(573) 评论(0) 推荐(0)