Jump to content

Senja

Newbie
  • Posts

    3
  • Joined

  • Last visited

About Senja

  • Birthday 12/04/1985

Information

  • Sex
    Мужчина

Senja's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Спасибо за ответ. Ваш вариант работает так http://jsfiddle.net/senjalp/gmzpn320/21/ Спасибо, пойду дальше ковырять и приводить к общему виду ваш вариант
  2. Добрый вечер. Есть вот такое меню, но у меня не получается спрятать второй уровень подменю Чтобы он также открывался, как и первый уровень при наведении курсора. Подскажите что я не так делаю? Сам код: http://jsfiddle.net/senjalp/gmzpn320/19/
  3. Добрый день как правильно реализовать в шапке сайта слоган и контакты. Слоган по середине шапки, а контакты с правой стороны. Вот мой код: <div id='wrapper'> <div id='header'> <img src="img/logo.png" width="1280" height="150" alt="logo" /> </div> <div id="menu"> </div> <div id='container'> <div id='left'> </div> <div id='right'> </div> <div id='center'> </div> </div><div class='clear'></div><div id='spacer'></div></div><div id='footer'></div>html, body { margin:0;height:100%;background:url('/img/bg.png') repeat scroll center top #DDD;background-color:#CCC;}#wrapper { width:1280px;min-height:100%;min-width:980px;margin:0px auto 20px;background-color:#FFF;}#header {}#menu {padding-left:3px;}#left {float:left;width:250px;}#right {float:right;width:250px;}#center {margin:0 250px 0 250px;}#footer {width:1280px;height:80px;margin:0px auto 20px;}#spacer {height:5px;}.clear {clear:both;}
×
×
  • 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