摘要: <html><head> <style type="text/css"> html, body, #wrap{ height: 100%; width:100%;padding:0px; margin:0px;} #main{padding-bottom: 0px;} /* 必须使用和footer相同的高度 */ #footer { left:0px; right:0px; position: relative; margin-top: -0px; /* footer高度的负值 */ height: 150px; background: 阅读全文
posted @ 2011-11-08 18:42 枫- 阅读(7033) 评论(0) 推荐(0)
摘要: 其实很简单,只要在css里加上以下样式就可以了::selection { background:#d3d3d3; color:#555; }::-moz-selection { background:#d3d3d3; color:#555; } ::-webkit-selection { background:#d3d3d3; color:#555; } 阅读全文
posted @ 2011-11-08 18:34 枫- 阅读(498) 评论(0) 推荐(0)