2014-06-13 6 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

는 사실은 지금 그것을 알아 냈다. 하지만 고마워요, 당신의 방법을 보도록하겠습니다. –

관련 문제