08 2011 档案

摘要:方法1:.fixed { position: fixed; _position: absolute; _top: expression(eval(document.documentElement.scrollTop)); } html { _text-overflow:ellipsis; }方法2:.fixed{ position: fixed; _position: absolute; _top: expression(eval(document.documentE... 阅读全文
posted @ 2011-08-24 09:22 learn_javascript 阅读(285) 评论(0) 推荐(0)
摘要:<!DOCTYPE HTML><html><head> <meta charset="utf-8" /> <title></title> <meta property="og:site_name" content="site name" /> <meta property="og:title" content="title" /> <meta property="og:image&qu 阅读全文
posted @ 2011-08-22 15:45 learn_javascript 阅读(590) 评论(0) 推荐(0)
摘要:Here i came up with list of things to be done forGziping the CSS/JS, image and flash filesRemoving Etags from CSS/JS and Image/flash files.Adding expires header to CSS/JS and image/flash files.First, Go to your apache’s httpd.conf fileI my case its “C:\xampp\apache\conf\httpd.conf”The lines beginnin 阅读全文
posted @ 2011-08-19 13:44 learn_javascript 阅读(593) 评论(0) 推荐(0)