Ibanez писал(а) 27.08.2007 :: 17:52:01:Рамзэс, у меня в ИЕ не выпадают, а в Йопере всё ворк =\
Просмотр медиа-файлов и переход по ссылкам доступен только для Участников Форума! Вы нуждаетесь в

или

!!
Брр, ну кто же так заголовки делает?:
Код:<link href='http://chob.ru.green.intobservatory.ru/tsbnews/data/work.css' rel='stylesheet' type='text/css'>
<link href='http://chob.ru.green.intobservatory.ru/tsbnews/skin_style.css' rel='stylesheet' type='text/css'>
<script src='http://chob.ru.green.intobservatory.ru/tsbnews/functions.js'></script>
<script src='http://chob.ru.green.intobservatory.ru/tsbnews/news_js.js'></script><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Русский Фан-Сайт Группы Children Of Bodom</title>
<link HREF="style.css" TYPE="text/css" REL="stylesheet">
<style type="text/css">
body {
font-family: arial, helvetica, serif;
}
ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
}
li { /* all list items */
float: left;
position: relative;
width: auto;
background:#000000;
}
li ul { /* second-level lists */
display: none;
position: absolute;
top: 1em;
left: 0;
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}
li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
Сделай так, кстати а куда пропал наш JavaScript? Добавь его. В итоге должно получится что-то подобное:
Код:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Русский Фан-Сайт Группы Children Of Bodom</title>
<link href="http://chob.ru.green.intobservatory.ru/tsbnews/data/work.css" type="text/css" rel="stylesheet">
<link href="http://chob.ru.green.intobservatory.ru/tsbnews/skin_style.css" type="text/css" rel="stylesheet">
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<style type="text/css">
body {
font-family: arial, helvetica, serif;
}
ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
}
li { /* all list items */
float: left;
position: relative;
width: auto;
background:#000000;
}
li ul { /* second-level lists */
display: none;
position: absolute;
top: 1em;
left: 0;
}
li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}
li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}
</style>
<script src="http://chob.ru.green.intobservatory.ru/tsbnews/functions.js"></script>
<script src="http://chob.ru.green.intobservatory.ru/tsbnews/news_js.js"></script>
<script type="text/javascript"><!--//--><![CDATA[//><!--
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
}
node.onmouseout=function() {
this.className=this.className.replace(" over", "");
}
}
}
}
}
window.onload=startList;
//--><!]]></script>
<body>