春雨_Yang

努力不一定成功,但放弃一定会失败。

导航

2011年10月10日 #

清除默认样式

摘要: body, ul, li, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd { margin: 0px; padding: 0px; font-size: 12px; font-weight: normal; }ul { list-style: none; }img { border-style: none; } 阅读全文

posted @ 2011-10-10 16:26 春雨_Yang 阅读(185) 评论(0) 推荐(0) 编辑

css-IE6的3像素bug(当浮动元素与非浮动元素相邻时)

摘要: 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; c 阅读全文

posted @ 2011-10-10 14:18 春雨_Yang 阅读(591) 评论(0) 推荐(0) 编辑