摘要:
/**default css style**/ html, address, blockquote, body, dd, div, dl, dt, fieldset, form, frame, frameset, h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, center, ... 阅读全文
posted @ 2009-02-23 22:14 analyzer 阅读(270) 评论(0) 推荐(0) 编辑
|
|||
摘要:
/**default css style**/ html, address, blockquote, body, dd, div, dl, dt, fieldset, form, frame, frameset, h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, center, ... 阅读全文
posted @ 2009-02-23 22:14 analyzer 阅读(270) 评论(0) 推荐(0) 编辑
摘要:
1.页边距 IE默认为10px,通过body的margin属性设置 FF默认为8px,通过body的padding属性设置 要清除页边距一定要清除这两个属性值 body { margin:0; padding:0; } 2.段间距 IE默认为19px,通过p的margin-top属性设置 FF默认为1.12em,通过p的margin-bottom属性设 p默认为块状显示,要清除段... 阅读全文
posted @ 2009-02-23 22:04 analyzer 阅读(382) 评论(0) 推荐(0) 编辑
摘要:
转自:http://bbs.pediy.com/showthread.php?t=22313&highlight=%E7%AC%91%E8%A7%A3+API+%E5%87%BD%E6%95%B0 标 题: 【原创】笑解 API 函数 -- API 绝密档案系列之三作 者: gzgzlxg时 间: 2006-03-09,06:54链 接: http://bbs.pediy.com/show... 阅读全文
posted @ 2009-02-23 13:12 analyzer 阅读(700) 评论(0) 推荐(0) 编辑
摘要:
转自:http://bbs.pediy.com/showthread.php?s=&threadid=22231标 题: 【原创】乱解 API 函数 -- API 绝密档案系列之二作 者: gzgzlxg时 间: 2006-03-07,06:45链 接: http://bbs.pediy.com/showthread.php?t=22231乱解API函数--API绝密档案系列之二通向高手之... 阅读全文
posted @ 2009-02-23 09:05 analyzer 阅读(872) 评论(0) 推荐(0) 编辑 |
|||