Jump to content
  • 0

Помогите обернуть баннер и контейнер Дивом.


hurti
 Share

Question

Всем привет. Народ помогите пожалуйста, обернуть баннер и контейнер дивом.

Нужно чтобы фоновая картинка была под баннером.

Фоновую картинку я прописала в контейнер и что то не получается у меня обернуть баннер и контейнер дивом



%system getOuterContent('./tpls/content/header.inc.tpl')%
<div id="banner">
%content insert('23047')%
</div>
<div id="container" style="background: url(images/fon.gif) no-repeat;">
%content%
</div>
<div id="left" style="background:url(/images/indexcontent_line.gif) repeat-y right;">
%news lastlist('/news/', 'home', 4)%
</div>
%system getOuterContent('./tpls/content/footer.inc.tpl')%

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

Не понял вопроса? В чём подвох? Почему нельзя сделать див-контейнер, а внутрь него засунуть див с баннером?

Подвоха нет. Попробовала сделать и чаво то не получилось. если не сложно подскажите как правильно написать этот код дивом-контейнер

Link to comment
Share on other sites

  • 0

0_o ?

%system getOuterContent('./tpls/content/header.inc.tpl')%
<div class="wrap">
<div id="banner">
%content insert('23047')%
</div>
<div id="container" style="background: url(images/fon.gif) no-repeat;">
%content%
</div>
<div id="left" style="background:url(/images/indexcontent_line.gif) repeat-y right;">
%news lastlist('/news/', 'home', 4)%
</div>
</div>
%system getOuterContent('./tpls/content/footer.inc.tpl')%

Link to comment
Share on other sites

  • 0

hurti,

А можешь дать ссылку на пример и показать картинкой, что должно получиться. Какой фон и куда должен заступать?


.wrap {
position: relative;
}

#banner {
position: relative;
z-index: 10;
}

#container {
position: absolute;
top: 0;
left: 0;
z-index: 9;
}

Не?

или


%system getOuterContent('./tpls/content/header.inc.tpl')%
<div id="container" style="background: url(images/fon.gif) no-repeat;">
<div id="banner">
%content insert('23047')%
</div>
%content%
</div>
<div id="left" style="background:url(/images/indexcontent_line.gif) repeat-y right;">
%news lastlist('/news/', 'home', 4)%
</div>
%system getOuterContent('./tpls/content/footer.inc.tpl')%

Link to comment
Share on other sites

  • 0

hurti,


<div id="content">
<div class="content_inner" style="background: url("images/fon.gif") 227px 0 no-repeat"> <!-- добавляем блок и назначаем ему фон -->
<div id="banner">...</div>
<div id="container">...</div <!-- убираем у этого блока фон -->
<div id="left" style="background:url(/images/indexcontent_line.gif) repeat-y right;">...</div>
<br style="clear:both">
</div>
</div>

Фон дальше, думаю, сами спозиционируете как нужно. И стили, конечно, лучше выносить в отдельный файл.

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