Jump to content
  • 0

заголовок перекрывает уголок


Yahoo!
 Share

Question

Есть HTML кусок:

			  <div class="box">
<div><div><!--уголки-->
<h3>какой-то заголовок</h3>
<ul>
<li><strong>раз</strong></li>
<li><a href="#">два</a></li>
<li><a href="#">три</a></li>
<li><a href="#">четыре</a></li>

</ul>
</div></div><!--/углы-->
</div><!--/box-->

и CSS:

.box {
border: 1px solid #ddd;
border-right: 0;
position: relative;
margin-top: 10px
}
.box h3 {
padding: 4px 15px;
font-size: 1.5em;
color: #999;
white-space: nowrap;
border-bottom: 1px solid #ddd;
background: #f5f5f5;
height: 1%
}
.box ul {
margin: 10px 20px;
clear: both
}
.box ul strong {
background: #f2f2f2;
width: 100%;
overflow: hidden;
display: block;
padding-left: 5px
}
.box ul li {
overflow: hidden;
width: 100%;
line-height: 1.5em
}
.box a {
width: 100%;
padding-left: 5px;
display: block
}
.box a:hover {background: #f1f1f1}

/*углы*/
.box div {background: url('../image/tl_menu.png') no-repeat 0 0; margin: -1px; position: relative}
.box div div {background: url('../image/bl_menu.png') no-repeat 0 100%; padding-bottom: 1px}

Проблема в том, что если заголовку задать фоновый цвет, то этот фон перекрывает уголок. Собственно вопрос: как сделать, что б фон был на заднем плане? Главная задача, которую я ставил, это кроссбраузерность в осле + без хаков, и всё шло хорошо пока не надо было задать фон заголовку. Ничего придумать не смог, жду вашей помощи.

Edited by Yahoo!
Link to comment
Share on other sites

10 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