Jump to content
  • 0

Блок <div... поверх картинки


dima2207
 Share

Question

5 answers to this question

Recommended Posts

  • 0

тогда поясните что именно вам нужно %) как должен быть спозиционирован блок? %)

в общем же виде это будет выглядеть так:

<html>
<head>
<style type=text/css>
#header {
width: 100%;
height: 100px;
background: #0f0;
}

#blok {
height: 50px;
width: 500px;
background: #f00;
}
</style>
</head>
<body>
<div id="header">
<div id="blok"></div>
</div>
</body>
</html>

красный блок находится внутри контейнера header и в целом может быть какой угодно ширины и высоты, но раз у исходного блока в данном случае 100px, то большего размера внутренний блок делать смысла не имеет. к тому же внутренний блок если не будет иметь своего бекграунда, то он будет прозрачным и все его содержимое будет на фоне блока header, который представляет собой нужное вам изображение %)

извиняюсь, если несколько витиевато выразился, но думаю основная мысль ясна %)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy