Hello I have a problem with the mycssmenu !
My Problem is that it is, that the Internet EXplorer doesn't show up the menu correctly !
Please take a look and compare it with firefox or opera, who wre showing the menu correctly.
Link to mycssmenu It's the horizontal Navigation
Here the html code for the table
Quote:
<table width="1024" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr valign="middle">
<td height="117" valign="top" id="logohead"><!--DWLayoutEmptyCell--> </td>
<td id="schriftzughead" valign="top"><!--DWLayoutEmptyCell--> </td>
<td id="siterelatedhead" valign="top"><!--DWLayoutEmptyCell--> </td>
<td id="nnbabyhead"><!--DWLayoutEmptyCell--> </td>
</tr>
</table>
<table width="1024" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td id="nnsuche" ><form action="index.php" method="post">
<div align="center">
<input class="inputbox" type="text" name="searchword" size="15" value="<?php echo _SEARCH_BOX; ?>" onblur="if(this.value=='') this.value='<?php echo _SEARCH_BOX; ?>';" onfocus="if(this.value=='<?php echo _SEARCH_BOX; ?>') this.value='';" />
<input type="hidden" name="option" value="search" />
</div>
</form></td>
<td id="nntopnavigation" ><div id="example11h" class="navhorzcontainer"><?php echo $mycssONLY_PRI_menu ?></div></td>
<td id="nndate"><?php echo mosCurrentDate(); ?></td>
</tr>
</table>
|
And here the corresponding
css code Quote:
#example11h #navlist ul
{
vertical-align: middle;
margin: 0;
white-space: nowrap;
padding: 0;
}
#example11h #navlist li
{
display: inline;
list-style-type: none;
}
#example11h #navlist a
{
border: 0px solid #000000;
padding: 3px 8px 8px 26px;
background-color: #000000;
background-image: url(../images/l1_over.gif);
}
#example11h #navlist a:link, #example11h #navlist a:visited
{
color: #FFFFFF;
font-weight: bolder;
text-decoration: none;
font-size: 15px;
}
#example11h #navlist a:hover
{
border: 1px solid #000000;
background-image: url(../images/l1_over.gif);
color: #990000;
}
#example11h #active a:link, #example11h #active a:visited, #example11h #active a:hover
{
border: 1px solid #000000;
background-image: url(../images/l1_over.gif);
font-weight: bolder;
color: #990000;
}
|
I don`t know how to go on so please help me !
cya