
|
|
#2 (页面定位) |
|
一般站友
![]() 注册日期: 2006-11-08
帖子: 18
![]() |
代码:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" > <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8/>" /> <title>???</title> <meta name=keywords" content="??????" /> <link rel="stylesheet" href="http://127.0.0.1/css.css" type="text/css" media="screen" /> <style type="text/css" media="screen"> </style> </head> <body> <div id="container"> <div id="head"> <img src="http://127.0.0.1/images/banner.gif" /> </div> <div id="pagebody"> <div id="sidebar"> </div> <div id="onebody"> </div> </div> </div> </body> </html> |
|
|
|
|
|
#3 (页面定位) |
|
一般站友
![]() 注册日期: 2006-11-08
帖子: 18
![]() |
body {
font-size: 62.5%; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; background: #FFF url('http://127.0.0.1/images/bg.gif'); /*color: #333;*/ text-align: center; } #head { padding: 0px 0 10px 0; border: 1px solid #959596; text-align: center; background-color: white; width:800px; } #sidebar { padding: 0px 0 10px 0; margin-right: 580px; background-color: white; width: 220px; } #onebody{ border: 1px solid #959596; clear: both; padding: 0px 0 0px 10px; text-align: center; background-color: white; width: 290px; } |
|
|
|