设为首页
收藏本站
开启辅助访问
请
登录
后使用快捷导航
没有帐号?
立即注册
首页
课程设置
平面设计
室内设计
机械设计
园林景观设计
影视后期制作
论坛
老师加盟
登录
|
注册
搜索
搜索
本版
帖子
用户
快捷导航
室内设计学院
论坛
BBS
论坛
›
学院
›
平面设计学院
›
使用float 添加浮动效果没反应求解
返回列表
追梦者2015
5
主题
6
帖子
31
积分
新手上路
新手上路, 积分 31, 距离下一级还需 19 积分
新手上路, 积分 31, 距离下一级还需 19 积分
积分
31
加为好友
发送消息
访问家园
0
329
电梯直达
[提问]
使用float 添加浮动效果没反应求解
追梦者2015
|
新手上路
|
勤币 163
|
学币 0
发表于 2017-8-24 20:46
|
复制链接
|
打印
|
上一主题
|
下一主题
html+css网页前端课程
-
6.1.1网站首页 - 头部及海报区域的搭建(上)
<!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>
<link rel="stylesheet" type="text/css" href="css/webstyle.css"/>
</head>
<body>
<div class="header">
<a href="#" class="logo" > <img src="imges/logo.png"/> </a>
<ul class="nav">
<li><a href="#">官方商城 </a> </li>
<li><a href="#"> 车友社区</a> </li>
<li><a href="#">预约试驾 </a> </li>
<li><a href="#">经销商查询 </a> </li>
</ul>
<div class="search">
<form>
<input type="text" name="keyword" class="keyword">
<input type="submit"/ class="btn"/>
</form>
</div>
<div class="language"> </div>
<a href="#">ENGLISH</a> 丨 <span>中文</span>
</div>
<div class="banner"> </div>
<div class="linknav"> </div>
<div class="pro"> </div>
<div class="ad"> </div>
<div class="news"> </div>
<div class="footer"> </div>
</body>
</html>
源代码
*{padding:0;margin:0}
body{font-family:"微软雅黑", "黑体", "宋体";}
a{text-decoration:none;}
ul,ol{list-style:none;}
/*头部区域*/
.header{height:90px;width:1200px;border:1px solid red; margin:0 auto;}
.header.logo{float:left;}
.header.nav{float:left;}
.header.search{float:left;}
.header.language{float:right;}
.banner{height:580px; width:100%; background:#CC6}
.linknav{height:120px; width:100%; background:#818181;}
css代码
这是源代码文件,浮动效果加了后,不起作用
点赞
26
哪些同学觉得很赞!
lori棒棒糖
觉得很赞
昵昵妹
觉得很赞
潜意式
觉得很赞
龙猫1212
觉得很赞
大大大表哥
觉得很赞
依仔101
觉得很赞
西卡
觉得很赞
一品数码
觉得很赞
热爱生活热爱家
觉得很赞
我叫大帅比
觉得很赞
举报
使用道具
|
回复
共0个回复 最后回复于 2017-8-24 20:46
返回列表
B
Color
Image
Link
Quote
Code
Smilies
高级模式
您需要登录后才可以回帖
登录
|
立即注册
本版积分规则
发表回复
回帖后跳转到最后一页
快速回复
返回顶部
返回列表