惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
博客园 - 【当耐特】
M
MIT News - Artificial intelligence
月光博客
月光博客
博客园_首页
博客园 - 叶小钗
T
Tailwind CSS Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
I
InfoQ
量子位
小众软件
小众软件
爱范儿
爱范儿
The GitHub Blog
The GitHub Blog
IT之家
IT之家
Jina AI
Jina AI
阮一峰的网络日志
阮一峰的网络日志
G
Google Developers Blog
WordPress大学
WordPress大学
人人都是产品经理
人人都是产品经理
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报

博客园 - 李通通

c#窗体png图片 c# 控件透明 资料整理 提升windows forms应用速度的几个简单方法 利用压缩网页来提升网站浏览速度(转载) datalist嵌套datalist的实例 - 李通通 - 博客园 求助。问个关于NBear的简单问题 - 李通通 - 博客园 一些flash播放器 技巧/诀窍:在ASP.NET中重写URL 使用 jQuery 简化 Ajax 开发 未来职业定位 下一代数据访问:使概念级别成为现实 LINQ 项目 .NET 语言集成查询 LINQ 获得汉字字符串的首字母(T-SQL函数) asp.net控件开发基础(10) -- 集合属性的使用 asp.net控件开发基础(9) -- 属性类型转换器 asp.net控件开发基础(8) -- 复合控件实现事件 ClientScriptManager类,用于管理客户端脚本引发服务器事件回发
SEO参考:DIV+CSS三行两列经典布局 - 李通通 - 博客园
李通通 · 2007-07-03 · via 博客园 - 李通通

<html> 
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>SEO参考:XHTML之经典三行两列布局 - seobbs.net</title> 
<style type="text/css"> 
body 
{ 
background
: #999; 
text-align
: center; 
color
: #333; 
font-family
: Verdana, Arial, Helvetica, sans-serif; 
}


#header 
{ 
margin-right
: auto; 
margin-left
: auto; 
padding
: 0px; 
width
: 776px; 
background
: #EEE; 
height
: 60px; 

text-align
: left; 
}
 

#contain 
{ 
margin-left
: auto; 
margin-right
: auto; 
width
: 776px; 
}
 
#mainbg 
{ 
float
: left; 
padding
: 0px; 
width
: 776px; 
background
: #60A179; 
}
 
#right 
{ 
float
: right; 
margin
: 2px 0px 2px 0px; 
padding
: 0px; 
width
: 574px; 
background
: #ccd2de; 
text-align
:left; 
}
 
#left 
{ 
float
: left; 
margin
: 2px 2px 0px 0px; 
padding
: 0px; 
background
: #F2F3F7; 
width
: 200px; 
text-align
:left; 
}
 
#footer 
{ 
clear
: both; 
margin-right
: auto; 
margin-left
: auto; 
padding
: 0px; 
width
: 776px; 
background
: #EEE; 
height
: 60px; 
}
 
.text 
{margin:0px;padding:20px;} 
</style> 
</head> 
<body> 
<div id="header">header</div> 
<div id="contain"> 
<div id="mainbg"> 
<div id="right"> 
<div class="text"><p>核心内容</p>
<p>核心内容</p><p>核心内容</p>
<p>核心内容</p>
<p>核心内容</p><p>核心内容</p><p>核心内容</p><p>核心内容</p><p>核心内容</p><p>核心内容</p><p>核心内容</p><p>核心内容</p><p>核心内容</p><p>核心内容</p><p>核心内容</p><p>核心内容</p><p>核心内容</p><p>核心内容</p><p>核心内容</p><p>核心内容</p><p>核心内容</p><p>核心内容</p><p>核心内容</p><p>核心内容</p><p>核心内容</p>
</div> 
</div> 
<div id="left"> 
<div class="text">left</div> 
</div> 
</div> 
</div> 
<div id="footer">footer</div> 
</body> 
</html>