Имя пользователя:
Пароль:
 

Название темы: древовидное меню
Показать сообщение отдельно

Аватара для Strange_V

Старожил


Сообщения: 222
Благодарности: 29

Профиль | Отправить PM | Цитировать


Так?
Содержимое поместите между <HEAD> и </HEAD>
HTML код: Выделить весь код
<script language="JavaScript"> function clickHandler() { var targetId, srcElement, targetElement; srcElement = window.event.srcElement; if (srcElement.className == "Outline") { targetId = srcElement.id + "details"; targetElement = document.all(targetId); if (targetElement.style.display == "none") { targetElement.style.display = ""; } else { targetElement.style.display = "none"; } }} document.onclick = clickHandler; </script>

Содержимое поместите между <BODY> и </BODY>
HTML код: Выделить весь код
<BR> <a id="Out0" class="Outline" style="cursor: hand; color: #000000; font-weight: bold"> ► ГЛАВНОЕ МЕНЮ</a> <div id=Out0details style="display:None; position:relative; left:9;"> <a href="home.htm" target="_self" style="font-family: Courier; font-size: 8pt; text-decoration: none">► Home</a><br> <a href="DT1.htm" target="_self" style="font-family: Courier; font-size: 8pt; text-decoration: none">► Дата и Время</a><br> <a href="clocks1.htm" target="_self" style="font-size: 8pt; font-family: Courier; text-decoration: none">► Часы</a><br> <a href="Sc2.htm" target="_self" style="font-size: 8pt; font-family: Courier; text-decoration: none">► Прокрутки (Scrollers)</a><br> <a href="another.htm" target="_self" style="font-size: 8pt; font-family: Courier; text-decoration: none">► Другая страница</a><br> <a href="MD2.htm" target="_self" style="font-size: 8pt; font-family: Courier; text-decoration: none">► Дата Обновления</a><br> <a href="Link.htm" target="_self" style="font-size: 8pt; font-family: Courier; text-decoration: none">► Линки</a> </div><BR> <a id="Out1" class="Outline" style="cursor: hand; color: #000000; font-weight: bold"> ► ЕЩЕ ОДНО МЕНЮ</a> <div id=Out1details style="display:None; position:relative; left:9;"> <a href="home.htm" target="_self" style="font-family: Courier; font-size: 8pt; text-decoration: none">► Home</a><br> <a href="DT1.htm" target="_self" style="font-family: Courier; font-size: 8pt; text-decoration: none">► Дата и Время</a><br> <a href="clocks1.htm" target="_self" style="font-size: 8pt; font-family: Courier; text-decoration: none">► Часы</a><br> <a href="Sc2.htm" target="_self" style="font-size: 8pt; font-family: Courier; text-decoration: none">► Прокрутки (Scrollers)</a><br> <a href="another.htm" target="_self" style="font-size: 8pt; font-family: Courier; text-decoration: none">► Другая страница</a><br> <a href="MD2.htm" target="_self" style="font-size: 8pt; font-family: Courier; text-decoration: none">► Дата Обновления</a><br> <a href="Link.htm" target="_self" style="font-size: 8pt; font-family: Courier; text-decoration: none">► Линки</a> </div><BR> <a id="Out2" class="Outline" style="cursor: hand; color: #000000; font-weight: bold"> ► И ЕЩЕ ОДНО МЕНЮ</a> <div id=Out2details style="display:None; position:relative; left:9;"> <a href="home.htm" target="_self" style="font-family: Courier; font-size: 8pt; text-decoration: none">► Home</a><br> <a href="DT1.htm" target="_self" style="font-family: Courier; font-size: 8pt; text-decoration: none">► Дата и Время</a><br> <a href="clocks1.htm" target="_self" style="font-size: 8pt; font-family: Courier; text-decoration: none">► Часы</a><br> <a href="Sc2.htm" target="_self" style="font-size: 8pt; font-family: Courier; text-decoration: none">► Прокрутки (Scrollers)</a><br> <a href="another.htm" target="_self" style="font-size: 8pt; font-family: Courier; text-decoration: none">► Другая страница</a><br> <a href="MD2.htm" target="_self" style="font-size: 8pt; font-family: Courier; text-decoration: none">► Дата Обновления</a><br> <a href="Link.htm" target="_self" style="font-size: 8pt; font-family: Courier; text-decoration: none">► Линки</a> </div>

-------
Жизнь-это шахматная партия, по окончании которой и короли, и пешки ложатся в один ящик.

Это сообщение посчитали полезным следующие участники:

Отправлено: 01:05, 21-12-2006 | #2

Название темы: древовидное меню