手机
当前位置:查字典教程网 >网页设计 > Div+Css教程 >用css实现十字的布局示例代码
用css实现十字的布局示例代码
摘要:无标题文档.wrap{margin:100px100px0100px;width:600px;height:200px;overflow:h...

<!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>无标题文档</title>

<style>

.wrap{ margin:100px 100px 0 100px; width:600px; height:200px; overflow:hidden;}

.one{ float:left; width:100px; height:100px; border:1px dashed #ccc; border-right:0 none; margin-left:-2px; margin-top:-1px; border-bottom:0;}

</style>

</head>

<body>

<div>

<div></div>

<div></div>

<div></div>

<div></div>

<div></div>

<div></div>

<div></div>

<div></div>

<div></div>

<div></div>

<div></div>

<div></div>

</div>

</body>

</html>

【用css实现十字的布局示例代码】相关文章:

css控制div中元素居中的示例

实现div垂直居中的display:table-cell方法示例介绍

DIV+CSS常用的网页布局代码

用css样式表实现首字大写

css+div 图片排列布局

使用css实现全兼容tooltip提示框

CSS网页右下角广告的布局实例

CSS table 单行布局示例代码

利用CSS3实现毛玻璃效果示例源码

用CSS实现文字的阴影效果

精品推荐
分类导航