<div class="smallfont" style="margin-bottom:2px; padding: 3px; border: 1px solid; background: #435777; ">
<input type="button" value="ВЫБЕРИТЕ ГОРОД▼" onClick="if
(this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
!= '') {
this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
= ''; this.innerText = ''; this.value = 'СВЕРНУТЬ ▲'; } else {
this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display
= 'none'; this.innerText = ''; this.value = 'ВЫБЕРИТЕ ГОРОД▼'; }">
</div>
<div class="alt2" style="margin: 0px; padding: 0 0 0 0px; background: #597097;">
<div style="display: none;">
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Использование контекстных селекторов</title>
<style>
.content {
background: #fff; /* Цвет фона */
font-size: 11px;
}
.content a {
color:#4180E6; /* Цвет ссылок */
}
.content a:hover {
color: #C8660E;
}
</style>
</head>
<body>
<div class="content">
<a href="/redirect?url=http://поддомен/">Лондон</a>
</div>
<div class="content">
<a href="/redirect?url=http://поддомен/">Москва</a>
</div>
<div class="content">
<a href="/redirect?url=http://поддомен/">Токио</a>
</div>
</body>
</html>
</div>
</div>
</div>