|
<!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=gb2312" /> <title>IT知道网示例代码</title> <style type="text/css"> * { margin:0; padding:0; } .box { width:400px; position:relative; border:1px solid #666; clear:both; overflow:auto; margin:10px; } .info { float:left; width:150px; margin-right:-1px; border-right:1px solid #ccc; } .content { margin-left:150px; border-left:1px solid #ccc; } </style> </head>
<body> <div class="box"> <div class="info">IT知道IT知道IT知道IT知道IT知道IT知道IT知道IT知道IT知道IT知道IT知道IT知道IT知道IT知道T知道</div> <div class="content">内容</div> </div> <div class="box"> <div class="info">IT知道网</div> <div class="content">内容内容内容内容内容内容内容内容内容内内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容</div> </div> </body> </html>
共2页: 上一页 [1] 2 下一页
|