Jump to content
  • 0

Странные отступы между блоками.


arthyrgrex
 Share

Question

Добрый день уважаемые форумчане!

Делаю сайт визитку.

Движок Joomla 1.5.

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

Вот код блока:


<div id="block1"></div>
<div id="block2"></div>
<div id="block3"></div>


#block1 {
background-image:url(../images/z1.png);
background-repeat:no-repeat;
width:305px;
height:22px;
}
#block2 {
background-image:url(../images/z3.png);
background-repeat:repeat-y;
width:305px;
}
#block3 {
background-image:url(../images/z5.png);
background-repeat:no-repeat;
width:305px;
height:29px;
}

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

http://www.howtocreate.co.uk/tutorials/css/margincollapsing

ну это не странные.

Это маргины того ul'а, которые в одном из блоков обитают.

То есть я так понимаю, что мне придется править маргины этиъ ul'ov в самом коде движка?

overflow: hidden; тебе в помощь.

Link to comment
Share on other sites

  • 0

http://www.howtocreate.co.uk/tutorials/css/margincollapsing

ну это не странные.

Это маргины того ul'а, которые в одном из блоков обитают.

То есть я так понимаю, что мне придется править маргины этиъ ul'ov в самом коде движка?

overflow: hidden; тебе в помощь.

Пасиб. Уже решил.

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