
div+css
编程乐趣
分享编程相关知识、干货。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
div层定位在网页右下角
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> http://www.w3.org/1999/xhtml" style=""> Untitled Page * { padding:0; margin:0;} body{height:100%;overflow:hidden;pos原创 2009-06-26 18:21:00 · 4449 阅读 · 0 评论 -
制作Html页面规范的十大注意事项
1.为页面添加正确的 DOCTYPEXHTML1.0 提供了三种 DOCTYPE 可选择: 1.过渡型(Transitional)--普遍 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2.严格型(Strict)"http://www.w3.org/TR/xhtml1/DTD/xh转载 2010-02-23 16:58:00 · 4873 阅读 · 2 评论