Jump to content

ser2031

Neophyte
  • Posts

    1
  • Joined

  • Last visited

ser2031's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Доброго времени суток! Помогите пожалуйста. Сел за верстку своего сайта и столкнулся с проблемой: имеется 2 части фона, одна постоянно повторяется, а вторая находится непосредственно под футером. Так вот не удается нормально прицепить фон под футер Помогите пожалуйста Сайт: ай-тим.рф СSS: @charset "windows-1251"; /* CSS Document */ body { background-image: url(image/day_0.jpg), url(image/day_1.jpg); } header { background-image:url(image/head/head_1.png); height: 206px; width: 746px; margin: 0 auto; position: relative; } .header_button_1 { background-image:url(image/head/button1_0.png); height: 47px; width: 178px; margin: 0px -13px; background-repeat:no-repeat; position: absolute; margin-top: +163px; } .header_button_1:hover { background-image:url(image/head/button1_1.png); } .header_back_bacckground{ background-image:url(image/back_0.png); height: 287px; width: 896px; margin: 0 auto; position: relative; } .window { background-image: url(image/back_1.png); height:548px; width: 896px; margin: 0 auto; } .window_footer { background-image:url(image/back_2.png); height: 264px; width: 896px; margin: 0 auto; } .window_footer_background { background-image:url(image/day_1.jpg); } html: <body> <div class="header_back_bacckground"> <header> <div class="header_button_1"> </div> </header> </div> <div class="window"> </div> <div class="window_footer_background"> <div class="window_footer"></div> </div> </body> Спасите. пожалуйста, а то дальше делать не могу :-(
×
×
  • 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