• Как при открытии div закрыть другие?

    @myaurizio Автор вопроса
    Firsov36, Супер, то что нужно, спасибо!
  • Как при открытии div закрыть другие?

    @myaurizio Автор вопроса
    Comsequent, взял решение Firsov36, Ваш код более не тестил
  • Как при открытии div закрыть другие?

    @myaurizio Автор вопроса
    Подскажите, пожалуйста, как сделать чтобы 1й пункт меню был активен при загрузке страницы и подсвечивался красным цветом, а так же при клике на другие пункты они становились активными и так же подсвечивались. Заранее спасибо!
  • Как при открытии div закрыть другие?

    @myaurizio Автор вопроса
    К сожалению не работает код(((
  • Как при открытии div закрыть другие?

    @myaurizio Автор вопроса
    Спасибо, то что нужно!
  • Как при открытии div закрыть другие?

    @myaurizio Автор вопроса
    <ul>
    	    <li>1.<a href="#1" onclick="function_name(this); return false;" id="opislink0"> Один <span style="font-weight:bold">раз</span></a></li>
            <li>2.<a href="#2" onclick="function_name(this); return false;" id="opislink1"> Два</a><span style="font-weight:bold"> два</span></li>
            <li>3.<a href="#3" onclick="function_name(this); return false;" id="opislink2"> Три <span style="font-weight:bold"> три</span></a></li>
    		
    		</ul>
    		
    		<div id="opis0">
    		
    	<h1 id="1">Заголовок 1</h1>
    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
    
    </div>
    
    <div id="opis1">
    	<h1 id="1">Заголовок 2</h1>
    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
    
    </div>
    <div id="opis2">
    	<h1 id="1">Заголовок 3</h1>
    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
    
    </div>
  • Как при открытии div закрыть другие?

    @myaurizio Автор вопроса
    Спасибо за ответ, не силён в js, можете подсказать как связать в отношении моего кода?
  • Как сделать адаптивным страницу?

    @myaurizio Автор вопроса
    Две кнопки расположенные на разной высоте в любому случае без медиа запросов не будут одниково отображаться на различных мониторах. Можно и флекс, можно и бутстрап, я спрашивал про более оптимальное и красивое решение, но за видео спасибо, познавательно.