2014-06-13 62 views

回答

0

這會幫助你,適合你的需要: HTML

<html> 
    <body> 
     <div class="nav"> 
     </div> 
     <img class="img-under"> 
    </body> 
</html> 

的CSS

.nav { 
    position:absolute; 
    background-color:#000000; 
    width:100%; 
    height:30px; 
} 
.img-under { 
    background-color:#e3e3e3; 
    height:60px; 
    width:200px; 
} 
+0

我竟然想通了現在。 但是,非常感謝,我要看看你的方法。 –