Мой раздел div находится поверх моего заголовка div.CSS

Разбираемся в CSS
Ответить
Гость
 Мой раздел div находится поверх моего заголовка div.

Сообщение Гость »


I have 3 main sections to the site I'm practising on: Nav, Header and Section. My header bar contains an image with some text in the middle, I spent a long time trying to find how to allow the image to accept the text on top of it and then have it go straight in to the centre(both vertically and horizontally) of the img.

I found something that worked, but after finding that solution, my Section decided to also go on top of the image, which I'm certain it is because of the position: absolute; on the image.

The help I need; how do I get the section to go under the header, with keeping the piece of text on top of the image and in the centre of it?

* { box-sizing: border-box } body { margin: 0px; padding: 0px; background-color: #f2f2f2; } html { margin: 0px; padding: 0px; } #logo { height: 50px; width: auto; float: left; } nav ul { list-style-type: none; margin: 0; padding: 0; background-color: #1a1a1a; text-align: center; display: inline-block; width: 100%; } nav li { display: inline-block; } nav a { display: inline-block; padding: 16px 15px; text-decoration: none; font-family: "Open Sans", arial; font-weight: bold; color: white; } nav a:hover { background-color: orange; color: white; } nav { margin-bottom: 0; } header { margin-top: 0; margin-bottom: 10px; width: 100%; height: auto; text-align: center; display: table; font-family: arial; font-size: 18px; color: orange; } h1 { margin: 0; padding: 0; vertical-align: middle; display: table-cell; } #bannerImage { height: 500px; width: 100%; position: absolute; z-index: -1; } section { background-color: white; font-family: arial; width: 100%; border: 1px solid #e7e7e7; text-align: center; }
Изображение
Codewarts Welcome! Do you have a name?.....Great!

Insert it in the box below!


Источник: https://stackoverflow.com/questions/376 ... header-div
Ответить

Быстрый ответ

Изменение регистра текста: 
Смайлики
:) :( :oops: :roll: :wink: :muza: :clever: :sorry: :angel: :read: *x)
Ещё смайлики…
   
К этому ответу прикреплено по крайней мере одно вложение.

Если вы не хотите добавлять вложения, оставьте поля пустыми.

Максимально разрешённый размер вложения: 15 МБ.

Вернуться в «CSS»