Jump to content
  • 0

Проблеме промежутка


Bismuth
 Share

Question

Все доброе время суток!

У меня проблема с промежутком между type="componet" и type="modules"

Чтоб я не делал в html и в css не получается сдвинуть блоки

между черный блоком и красный большой промежуток

Помогите плиз, вся надежда на вас :rolleyes:

5X7cYfW2.jpg

HTML



<div id="content_middle">
<div id="content">
<jdoc:include type="component" />
</div><!-- END CONTENT -->
<div id="clear"></div>
<div id="news">
<jdoc:include type="modules" name="news" />
</div><!--END NEWS-->
<div id="banner-bottom">
<jdoc:include type="modules" name="banner-bottom" />
</div><!--END BANNER BOTTOM-->
<div id="clear"></div>
</div><!-- END CONTENT_MIDDLE -->

CSS



div#content_middle {
background:url(../images/content_middle.png) 0 0 repeat-y;
width:510px;
height:100%;
}

div#content {
background-color:#000;
margin:0 auto;
width:450px;
height:100px;
}

div#news {
background-color:#F00;
margin:0 auto;
width:450px;
height:100px;
}

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

А какой код выводят-то эти конструкци: <jdoc:include type="component" /> и

<jdoc:include type="modules" name="news" />?

<div id="clear"></div>

Сами придумали?) ID - уникальный идентификатор елемента на странице, он не может повторяться.

div#news

зачем тут привязка еще и к елементу DIV? почему не просто через ID - #news, например.

Link to comment
Share on other sites

  • 0

А какой код выводят-то эти конструкци: <jdoc:include type="component" /> и

<jdoc:include type="modules" name="news" />?

<jdoc:include type="component" /> - Это привязка от joomla 2.5

<jdoc:include type="modules" name="news" /> - А это мод mod_aidanews2_25_2.1.0

Сами придумали?) ID - уникальный идентификатор елемента на странице, он не может повторяться.

Да я :rolleyes: , а так разве нельзя?

зачем тут привязка еще и к елементу DIV? почему не просто через ID - #news, например.

Ну этот шаблон я делал года два назад и учился и подсмотрел у стороннего шаблона что там так написано и вот я так же писал, ща я без всяких привязок пишу

Но я ща вытащил все элементы от Joomla и оставил голый html, результат тот же :facepalmxd: тот же расстояние как с подключенной Джумлой

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