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

推荐订阅源

博客园 - 叶小钗
MyScale Blog
MyScale Blog
博客园 - 【当耐特】
I
InfoQ
腾讯CDC
aimingoo的专栏
aimingoo的专栏
L
LangChain Blog
人人都是产品经理
人人都是产品经理
D
DataBreaches.Net
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Engineering at Meta
Engineering at Meta
A
About on SuperTechFans
Google DeepMind News
Google DeepMind News
Vercel News
Vercel News
C
Check Point Blog
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
美团技术团队
Stack Overflow Blog
Stack Overflow Blog
Y
Y Combinator Blog
D
Docker
MongoDB | Blog
MongoDB | Blog
量子位
博客园_首页

博客园 - 李通通

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>