Jump to content

caelicola

Newbie
  • Posts

    4
  • Joined

  • Last visited

caelicola's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. В общем... с горем пополам подсказали сделать так: <div class="header_menu"><div class="r"><div class="c"> <ul id="hm"> <li><a href="/"><div><span>1</span></div></a></li> <li><a href="/"><div><span>2</span></div></a></li> </ul> Сss: .header_menu{background:url(../images/bg_header-menu_l.png) left top no-repeat; padding-left: 10px;} .header_menu .r{background:url(../images/bg_header-menu_r.png) right top no-repeat; padding-right: 9px;} .header_menu .c{background:url(../images/bg_header-menu.png) top repeat-x; padding: 0px; height: 39px;} .header_menu .c .right{padding-top: 6px;} .header_menu .c .right input{height: 19px; padding-top: 5px; border: 0px; width: 140px; vertical-align: bottom;} .header_menu .c .right input.b_search{width: 64px; height: 24px; padding: 0px; margin-left: 5px;} .header_menu ul{padding-left: 5px;} .header_menu ul li{padding-left: 15px; float: left;} .header_menu ul a{font-weight: bold; color: #FEFEFE; text-decoration: none; display: block; float: left; padding-left: 10px;} .header_menu ul a div{padding-right: 10px;} .header_menu ul a div span{padding: 10px 0px; display: block;} .header_menu ul a:hover{background:url(../images/bg_h6-l.png) left top no-repeat;} .header_menu ul a div.br{background: url(../images/bg_h6-r.png) right top no-repeat;} .header_menu ul a div span.bb{background: url(../images/bg_h6.gif) top repeat-x;} Подскажите, пожалуста, как реализовать, чтобы при переходе по ссылке она оставалась подсвеченной (вроде бы как активный раздел)!
  2. В общем, идея эта у меня не сработала (руки видимо кривые)... Подскажите, как еще модно сделать?
  3. Игорь, а какие могут быть варианты для перерстки? Подскажите, пожалуйста.... Тот вариант, что вы дали (за него отдельное спасибо) будет кроссбраузерным?
  4. Здравствуйте! Хочу попросить помощь в правке верстки меню... Верстал не я, но поправить надо! Меню сверстано на дивах так: <div class="header_menu"><div class="r"><div class="c"> <ul> <li><a href="">1</a></li> <li><a href="">2</a></li> <li><a href="">3</a></li> <li><a href="">4</a></li> <li><a href="">5</a></li> <li><a href="">6</a></li> <li><a href="">7</a></li> </ul> <div class="clear"><img src="site.ru/images/spacer.gif" alt="" /></div> </div></div></div> .header_menu{background:url(../images/bg_header-menu_l.png) left top no-repeat; padding-left: 10px;} .header_menu .r{background:url(../images/bg_header-menu_r.png) right top no-repeat; padding-right: 9px;} .header_menu .c{background:url(../images/bg_header-menu.png) top repeat-x; padding: 0px; height: 39px;} .header_menu .c .right{padding-top: 6px;} .header_menu .c .right input{height: 19px; padding-top: 5px; border: 0px; width: 140px; vertical-align: bottom;} .header_menu .c .right input.b_search{width: 64px; height: 24px; padding: 0px; margin-left: 5px;} .header_menu ul{padding-left: 5px;} .header_menu ul li{padding-left: 15px; float: left;} .header_menu ul a{font-weight: bold; color: #FEFEFE; text-decoration: none; display: block; padding: 10px; float: left;} .header_menu ul a:hover{background: #FF0F0F url(../images/bg_h6.gif) top repeat-x;} Выводится так: Подскажите: как можно подправить, чтобы выглядело так: Заранее спасибо за помощь! Заранее спасибо!
×
×
  • 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