Jump to content
  • 0

обьединение div'ов


sh1va
 Share

Question

Есть два разных дива. идут они последовательно. А мне бы хотелось бы что бы первый див, наезжал на второй див.

В 1 диве расположены кнопки меню.

А во втором диве рамка и текст. И мне хотелось бы что бы менюши чуть-чуть сползали на рамку.

Можно ли это реализовать как то?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
Есть два разных дива. идут они последовательно. А мне бы хотелось бы что бы первый див, наезжал на второй див.

В 1 диве расположены кнопки меню.

А во втором диве рамка и текст. И мне хотелось бы что бы менюши чуть-чуть сползали на рамку.

Можно ли это реализовать как то?

Можно, отрицательными маргинами или относительным позиционированием.

Link to comment
Share on other sites

  • 0

а вот про

относительным позиционированием.

по подробней можно?

Я попробывал через отрицательныме маргинами.

Получилось что

.textbody{
border-style:dashed;
border-color:#000;
border-width:1px;
width: 700px;
background:url(/pic/bgr.png);
padding: 10px 20px;
margin:0 auto;
}

ложится поверх

.table {
margin:-15px auto;
width:650px;
}

а я хотел что бы получилось наоборот.

код html

<div class="table">
<table align="center">
<tr>
<td align="center" class="tdmenu"><a href="линк">Главная</a></td>
<td width="25"></td>
<td align="center" class="tdmenu"><a href="линк">Галерея</a></td>
<td width="35"></td>
<td align="center" class="tdmenu"><a href="линк">текст</a></td>
<td width="25"></td>
<td align="center" class="tdmenu"><a href="линк">Контакты</a></td>
</tr>
</table>
</div>
<div class="textbody">

<div class="text">
<p>PRIVET</p>
<p>PRIVET</p>
<p>PRIVET</p>
</div>
</div>

Edited by sh1va
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