ich habe eben das CMSMS upgedated von 0.10.2 auf die aktuelleste Version, ich habe ein vertikales Menü mit PHP-Layers.
Leider funzt seit dem Update das menü nicht mehr, sprich die Untermenüs gehen nicht mehr auf.
Ich habe soweit nichts daran geändert nur das Template mit dem Stylesheet verbunden.
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html>
<head>
<title>Baustoff Gerner | {title}</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="keywords" content="22 Media" />
<meta name="description" content="22 Media" />
<meta name="robots" content="INDEX,FOLLOW" />
<meta name="revisit-after" content="2 days" />
<meta name="copyright" content="2006 | 22 Media creative studio | www.22media.de" />
<meta name="author" content="Bernd Pasitschniak | bp@22media.de" />
{stylesheet}
</head>
</__body>
<center>
<br />
<br />
<table width="765" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="231">
<table id="Tabelle_01" width="765" height="231" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="368" height="47">
<param name="movie" value="Flash/ani.swf" />
<param name="quality" value="high" />
<embed src="Flash/ani.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="368" height="47"></embed>
</object></td>
<td>
<a href="http://www.baustoff-gerner.de/cms/index.php?page=newsletter"><img src="Bilder/top_02.jpg" alt="" width="121" height="47" border="0"></a></td>
<td>
<a href="http://www.baustoff-gerner.de/cms/index.php?page=sitemap"><img src="Bilder/top_03.jpg" alt="" width="94" height="47" border="0"></a></td>
<td>
<a href="http://www.baustoff-gerner.de/cms/index.php?page=agb"><img src="Bilder/top_04.jpg" alt="" width="69" height="47" border="0"></a></td>
<td>
<a href="http://www.baustoff-gerner.de/cms/index.php?page=impressum"><img src="Bilder/top_05.jpg" alt="" width="113" height="47" border="0"></a></td>
</tr>
<tr>
<td colspan="3">
<img src="Bilder/top_06.jpg" width="368" height="139" alt=""></td>
<td colspan="4" rowspan="2"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="397" height="171">
<param name="movie" value="Flash/top.swf" />
<param name="quality" value="high" />
<embed src="Flash/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="397" height="171"></embed>
</object></td>
</tr>
<tr>
<td>
<a href="http://www.baustoff-gerner.de/cms/index.php?page=home"><img src="Bilder/top_08.gif" alt="" width="142" height="32" border="0"></a></td>
<td>
<a href="http://www.baustoff-gerner.de/cms/index.php?page=kontakt"><img src="Bilder/top_09.gif" alt="" width="137" height="32" border="0"></a></td>
<td>
<img src="Bilder/top_10.gif" width="89" height="32" alt=""></td>
</tr>
<tr>
<td colspan="7">
<img src="Bilder/top_11.gif" width="765" height="13" alt=""></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="300" valign="top" background="Bilder/bg.gif"><table width="765" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="12" valign="top"><div align="left"></div></td>
<td width="190" valign="top"><div align="left"><br />
</div></td>
<td width="34" valign="top"><div align="left"></div></td>
<td width="504" valign="top"><div align="left"></div></td>
<td width="25" valign="top"><div align="left"></div></td>
</tr>
<tr>
<td valign="top"><div align="left"></div></td>
<td valign="top"><div align="left">
<div class="leftsidebar">
{cms_module module='phplayers'}
</div>
</div></td>
<td valign="top"><div align="left"></div></td>
<td valign="top"><div align="left">{content}<br><br></div></td>
<td valign="top"><div align="left"></div></td>
</tr>
<tr>
<td valign="top"><div align="left"></div></td>
<td valign="top"><div align="left"></div></td>
<td valign="top"><div align="left"></div></td>
<td valign="top"><div align="left"></div></td>
<td valign="top"><div align="left"></div></td>
</tr>
</table></td>
</tr>
<tr>
<td height="63">
<table id="Tabelle_01" width="765" height="63" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="Bilder/bottom_01.gif" width="765" height="24" alt=""></td>
</tr>
<tr>
<td>
<img src="Bilder/bottom_02.jpg" alt="" width="765" height="39" border="0" usemap="#Map"></td>
</tr>
</table>
</td>
</tr>
</table>
</center>
<!-- copyright 2006 by 22 Media creative studio | www.22media.de | created by Bernd Pasitschniak | bp@22media.de -->
<map name="Map" id="Map"><area shape="rect" coords="688,9,746,30" href="http://22media.de" target="_blank" />
</map><__body>
</__html>
Code: Select all
body { font-family: Verdana; font-size: 11px; color: #000000; scrollbar-face-color: #; scrollbar-arrow-color: #; scrollbar-track-color: #; background-color: #eeeeee; }
td { font-family: Verdana; font-size: 11px; }
input { font-family: Verdana; font-size: 11px; }
a:link { color: #971a14; font-weight: normal; font-size: 11px; text-decoration: underline; }
a:visited { color: #971a14; font-weight: normal; font-size: 11px; text-decoration: underline; }
a:active { color: #971a14; font-weight: normal; font-size: 11px; text-decoration: underline; }
a:hover { color: #000000; font-weight: normal; font-size: 11px; text-decoration: none; }
.forms { background-color: #FFFFFF; layer-background-color: #FFFFFF; border:1px solid #000000; width: 200px; }
div.leftsidebar {
float: left;
width: 190px;
background-color: #b0cfa0;
}
p.sectionname {
font-weight: bold;
margin: 0;
}
.leftsidebar p.sectionname {
padding-left: 15px;
}
.icons {
text-align: center;
}
/* Menu */
.verbar {
background-color: #b0cfa0;
}
.submenu {
position: absolute;
left: 0;
top: 0;
visibility: hidden;
}
.subframe {
position: relative;
display: block;
background-color: #b0cfa0;
border: 1px solid #5a953c;
}
.item {
padding: 3px;
text-align: left;
white-space: nowrap;
}
.separator {
background-color: #b0cfa0;
border-top: 1px solid #5a953c;
border-bottom: 1px solid #5a953c;
margin: 2px 1px 2px 1px; /* top right bottom left */
height: 0;
font-size: 1px;
line-height: 0
}
.item a {
position: relative;
display: block;
text-decoration: none;
}
.item a:link {
color: #971a14;
text-decoration: none;
}
.item a:visited {
color: #971a14;
text-decoration: none;
}
.item a:hover {
color: #000000;
text-decoration: none;
}
.item a:active {
color: #971a14;
text-decoration: none;
}
.item .fwdarr {
position: absolute;
top: 5px;
right: 7px;
}