读书人

全部家当70分div+css的有关问题

发布时间: 2013-01-07 10:02:25 作者: rapoo

全部家当70分求助div+css的问题


现在还有个div
内容是:

[解决办法]

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>top</title>
<style type="text/css">
.all {
left :0px;
top: 0px;
height: 66px;
width: 100%;
}
#imglogo
{
left :0px;
top: 0px;
height: 66px;


width: 213px;
}
.all {
float: left;
}
.navbar-fixed-top{
top:5px;
position: fixed;;
right: 10px;
z-index: 1030;
margin-bottom: 0px;
}
.topright{
clear: both;
float:right;
}
</style>

</head>
<body>
<form id="top" runat="server">
<div alt="全部家当70分div+css的有关问题" />
[解决办法]


<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>无标题文档</title>


<style>
#top { width:100%; margin:0; padding:0;}
#sitelogo { float:left; width:240px;}
#top-r { float:right; width:70%; min-width:660px; height:66px;}
#top-r .meta { text-align:right;}

</style>
</head>

<body>
<div id="top">
<div id="sitelogo">
自己塞图片
</div>
<div id="top-r">
<p class="meta"><a href="#">测试</a>
[解决办法]
<a href="#">测试</a>
[解决办法]
<a href="#">测试</a>
[解决办法]
<a href="#">测试</a></p>
</div>
</div>
</body>
</html>

读书人网 >CSS

热点推荐