首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

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

2013-01-07 
全部家当70分求助div+css的问题现在还有个div内容是:[解决办法]!DOCTYPE htmlhtmlheadmeta http-eq

全部家当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>

热点排行