Jump to content
  • 0

фон


bald
 Share

Question

15 answers to this question

Recommended Posts

  • 0

:)

второрй день подряд пробую и ничего не получаеться.

с картинками получаеться накладывать др. на др. с помощью z-index'а

а вот наложить три фона др. на др. НИКАК НЕ ПОЛУЧАЕТЬСЯ

помогите пожалуйста :)

Link to comment
Share on other sites

  • 0

всем дивам position:absolute; background-image : картника

backgound-repeat:no-repeat

Потом left и top для позиционирования на экране

и z-index для наложения поверх друг друга…

Edited by hf3
Link to comment
Share on other sites

  • 0

оно уже работает

но вот прописываю текст и его не видно

текст аказываеться под фоном .

тогда это какой фон если он закрывает текст

#fon1{

position: absolute;

width:1603px;

height:1350px;

background:url(fon1.jpg) no-repeat;

left: 0px;

top: 0px;

z-index: 1;

}

#fon2{

position: absolute;

position: absolute;

width:937px;

height:317px;

background:url(fon2.jpg) no-repeat;

left: 115px;

top: 115px;

z-index: 2;

}

#fon1 { z-index: 1; }

#fon2 { z-index: 2; }

это в css ;;;;;;

<div id="fon1"> </div>

<div id="fon2"> </div>

===== где неправильно?

<div id="fon1"> </div>

<div id="fon2"> </div>

а это уже в html

Link to comment
Share on other sites

  • 0

пожалуйста

напишите полный код , моей проблемы, (ТРЁХСЛОЙНЫЙ ФОН И ТЕКСТ СВЕРХУ ПЕРЕКРЫВАЕТ ВСЁ!)

Я ПРОСТО ЗАВИС

П О М О Г И Т Е

МНЕ ОЧЕНЬ НАДО

ЗАРАНЕЕ БЛАГОДАРЮ.

Link to comment
Share on other sites

  • 0

#fon1{ 
position: absolute;
width:1603px;
height:1350px;
background:url(fon1.jpg) no-repeat;
left: 0px;
top: 0px;
z-index: 1;
}
#fon2{
position: absolute;
position: absolute;
width:937px;
height:317px;
background:url(fon2.jpg) no-repeat;
left: 115px;
top: 115px;
z-index: 2;
}
.main
{
z-index:1000;
position :absolute;
}



<body>
<div id="fon1"> </div>
<div id="fon2"> </div>
<div class="main"> собственно здесь сам сайт </div>
</body>

з.ы. Если что сутчись в аську

з.ы.ы С тебя пиво)

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