Jump to content
  • 0

Div прячется под картинку. Как это отменить?


Alok
 Share

Question

Здравствуйте!

 

Все мозги сломал уже. Поднимаю с помощью margin блок div, содержимое блока идет сверху, а сам блок со своим бекграунд-колором прячется под картинку.

https://www.youtube.com/watch?v=ZEmcwyijGLM&feature=youtu.be

 

Понимаю, что вопрос плевый, и решение простое, но уже выбился из сил его искать. 

Помогите пожалуйста. Нужно что-бы блок полностью был на фоне картинки.

 

Вот код (выбросил все ненужное, оставил саму суть):

 

HTML

 

<!DOCTYPE html>
<html>
 
<head>
<title>qqq</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
 
<body>
<div>
<img src="field.jpg" alt="field" />
</div>
<div class="black">
<p>qqq</p>
</div>
</body>
</html>

 

CSS

 

.black{
background-color: #000;
color: #f0f;
height: 40px;
margin: -46px 0 0 20px;
text-align: center;
width: 310;
}
Edited by Alok
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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