сделал меню с картинками css и js на главный все хорошо ,когда захожу в другой раздел картинки пропадают, в чем дела может в css ?
вот сss
Code
.ebul_cbindex, .ebul_cbindex ul {
background-color: #FFFFFF;
border: 1px solid #646464;
display: block;
font-size: 1px;
margin: 0px;
overflow: auto;
padding: 2px;
position: absolute;
visibility: hidden;
}
.ebul_cbindex_shadow {
background-color: #777777;
display: block;
margin: 0px;
overflow: hidden;
position: absolute;
visibility: hidden;
}
.ebul_cbindex table {
border-collapse: separate;
}
.ebul_cbindex tr {
background-color: #FFFFFF;
cursor: pointer;
font-size: 1px;
}
.ebul_cbindex td {
border: 1px solid #FFFFFF;
padding: 3px;
text-align: left;
}
.ebul_cbindex td a {
color: #000000;
font-family: "Tahoma", serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}
.ebul_cbindex tr.hot, .ebul_cbindex tr.expanded {
background-color: #F0F0F0;
}
.ebul_cbindex tr.hot td, .ebul_cbindex tr.expanded td {
border-color: #8C8C8C;
}
.ebul_cbindex tr.hot a, .ebul_cbindex tr.expanded a {
color: #000000;
font-family: "Tahoma", serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-decoration: none;
}
ul.ebul_cbindex {
position: absolute;
visibility: hidden;
}
вот само меню
Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled</title>
<link rel="stylesheet" href="menu/cbcscbindex.css" type="text/css" />
</head>
<body>
<table id="cbindexebul_table" width="0" cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="padding-right:1px" title=""><a href="http://filechik.ru/" target="_self"><img id="cbi_cbindex_1" src="menu/ebbtcbindex1_0.gif" name="ebbcbindex_1" width="113" height="26" border="0" alt="Главная страница" title="" /></a></td>
<td style="padding-right:1px" title=""><a href="http://filechik.ru/load/" target="_self"><img id="cbi_cbindex_2" src="menu/ebbtcbindex2_0.gif" name="ebbcbindex_2" width="102" height="26" border="0" alt="Скачать Torrent" title="" /></a></td>
<td style="padding-right:1px" title=""><a href="http://filechik.ru/news/filmy/1-0-1" target="_self"><img id="cbi_cbindex_3" src="menu/ebbtcbindex3_0.gif" name="ebbcbindex_3" width="58" height="26" border="0" alt="Фильмы" title="" /></a></td>
<td style="padding-right:1px" title=""><a href="http://filechik.ru/index/filmy_online/0-32" target="_self"><img id="cbi_cbindex_4" src="menu/ebbtcbindex4_0.gif" name="ebbcbindex_4" width="105" height="26" border="0" alt="Фильмы Онлайн" title="" /></a></td>
<td style="padding-right:1px" title=""><a href="http://filechik.ru/news/vse_dlja_ucoz/1-0-17" target="_self"><img id="cbi_cbindex_5" src="menu/ebbtcbindex5_0.gif" name="ebbcbindex_5" width="87" height="26" border="0" alt="Все для uCoz" title="" /></a></td>
<td style="padding-right:1px" title=""><a href="http://filechik.ru/index/3" target="_self"><img id="cbi_cbindex_6" src="menu/ebbtcbindex6_0.gif" name="ebbcbindex_6" width="84" height="26" border="0" alt="Регистрация" title="" /></a></td>
<td style="padding-right:1px" title=""><a href="http://filechik.ru/index/10" target="_self"><img id="cbi_cbindex_7" src="menu/ebbtcbindex7_0.gif" name="ebbcbindex_7" width="47" height="26" border="0" alt="Выход" title="" /></a></td>
</tr>
</table>
<script type="text/javascript" src="menu/cbjscbindex.js"></script></body>
</html>