Jump to content

Phys1cx

Newbie
  • Posts

    6
  • Joined

  • Last visited

About Phys1cx

  • Birthday 03/09/1988

Information

  • Sex
    Мужчина
  • From
    Almaty

Contacts

  • Skype
    phys1c-x

Phys1cx's Achievements

Explorer

Explorer (1/14)

-2

Reputation

  1. в шапке сайта для фона, background-position: center поправить верстку при 1024px(скролл) - сделать резину
  2. спасибо за помощь. Еще можешь помочь?

  3. CSS /*reset*/ * { margin: 0; padding: 0 } ul, ol { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } img { border: none; } :focus { outline: 0; } /*menu style*/ #top_menu { border-radius: 15px 15px 15px 15px; background: url(images/menu_bg.png) repeat-x 0 0 #D80C16; height: 48px; line-height: 48px; overflow: hidden; } #top_menu a { color: #fff; display: block; float: left; padding: 0 10px; position: relative; text-decoration: none; font-size: 13px; font-family: Arial,Helvetica,Garuda,sans-serif; } #top_menu a:hover{ background: url(images/menu_hover.png) repeat-x 0 2px #B70515; } .border-menu { position: absolute; top: 0; right: 0; } html <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>test</title> </head> <body> <div id="top_menu"> <a href="#">Главная<img class="border-menu" src="images/menu_border.png"></a> <a href="#">О сайте<img class="border-menu" src="images/menu_border.png"></a> <a href="#">Отзывы</a> </div> </body> </html> картинки переименуйте http://pixs.ru/showimage/menubgpng_4120883_6141564.png http://pixs.ru/showimage/menuborder_3573192_6141572.png http://pixs.ru/showimage/menuhoverp_5721234_6141580.png
  4. сапасибо за ответ... не поняла только! вышел логотип с замороженной лягушкой... продублировал скриншот http://www.fotohost.kz/images/2012/10/24/kzQxb.png
  5. просто поднимите это: title, meta, link, script в <head></head>
  6. Все кроме футера обвернуть в #wrapper Ваш футер вставить в #block-footer HTML: <div id="wrapper"></div> <div id="block-footer"></div> CSS: body { height: 100%; } #wrapper { min-height: 100%; height: auto !important; height: 100%; } #block-footer { margin: -100px auto 0; height: 100px; position: relative; } убрать footer_carrier - top: 100%;
  7. html, body { height: 100%; } .wrapper { min-height: 100%; height: auto !important; height: 100%; }
×
×
  • 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