Jump to content
  • 0

верстка баннера


prizrak39
 Share

Question

Здравствуйте. Осваиваю фреймворк Bootstrap и возникли некоторые сложности.

Необходимо чтобы над горизонтальным меню был баннер такой же шириной как и меню.


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Пример Bootstap</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="row-fluid">
<div class="span11">
<div class="banner"></div>
</div>
<div class="span11">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<ul class="nav">
<li class="active">
<a href="#">О проекте</a>
</li>
<li><a href="#">Доходы</a></li>
<li><a href="#">Инвесторам</a></li>
<li><a href="#">Вакансии</a></li>
<li><a href="#">FAQ</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="span2">
<ul class="nav nav-list">
<li class="active">
<a href="#">О проекте</a>
</li>
<li>
<a href="#">Доходы</a>
</li>
<li>
<a href="#">Инвесторам</a>
</li>
<li>
<a href="#">Вакансии</a>
</li>
<li>
<a href="#">FAQ</a>
</li>
</ul>
</div>
<div class="span7">
// Main Part
</div>
<div class="span2">
<ul class="nav nav-list">
<li>
<a href="#">Главная</a>
</li>
<li class="active">
<a href="#">Библиотека</a>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Извините пожалуйста. Просто сообщение случайно раньше отправил, чем дописал.

Для баннера определил следующий класс


.banner {
background: #3AB7FF;
height: 150px;
margin-left: 32px;
margin-bottom: 10px;
border-radius: 10px;
margin-top: 10px;
width: 100%
}

Если убрать margin-left: 32px; то баннер съезжает налево, подскажите как это можно исправить?

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