Hello,
I am trying to create a menu. It looks fine in IE, but in NN4.x the .menu color is not showing up as white and it is not observing the style of the UL and LI.
The menu is online at:
I can't figure out the problem at all. I can't even figure out why NN4.x isn't rendering the .menu class and keeping the font white. That's pretty basic.
The HTML is:
<table width="170" border="0" cellspacing="3" cellpadding="0">
<tr>
<td><a href="index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('logo','','images/logo_over.jpg',1)"><img name="logo" border="0" src="images/logo.jpg" width="170" height="100"></a></td>
</tr>
<tr>
<td bgcolor="#330000"class="menu"><a href="#">Services</a></td>
</tr>
<tr>
<td>
<ul>
<li class="sub"><a href="#">Organize Your Home</a></li>
</ul>
<table width="170" border="0" cellspacing="1" cellpadding="0">
<tr>
<td width="15%"> </td>
<td width="*" class="low"><a href="#">Clutter Control</a></td>
</tr>
<tr>
<td width="15%"> </td>
<td width="*" class="low"><a href="#">Space Planning</a></td>
</tr>
<tr>
<td width="15%"> </td>
<td width="*" class="low"><a href="#">Paper Management </a></td>
</tr>
<tr>
<td width="15%"> </td>
<td width="*" class="low"><a href="#">Filing Systems</a></td>
</tr>
<tr>
<td width="15%"> </td>
<td width="*" class="low"><a href="#">Feng Shui</a></td>
</tr>
<tr>
<td width="15%"> </td>
<td width="*" class="low"><a href="#">Bill Paying & Mail Processing</a></td>
</tr>
<tr>
<td width="15%"> </td>
<td width="*" class="low"><a href="#">Residential Relcation</a></td>
</tr>
<tr>
<td width="15%"> </td>
<td width="*" class="low"><a href="#">Home Staging</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><ul>
<li class="sub"><a href="#" >Organize Your Office</a></li>
</ul></td>
</tr>
<tr>
<td bgcolor="#660000" class="menu"><a href="#">Before & After Photos</a></td>
</tr>
<tr>
<td bgcolor="#993333" class="menu"><a href="#">Client Testamonials</a></td>
</tr>
<tr>
<td bgcolor="#CC6633" class="menu"><a href="#">FAQ's</a></td>
</tr>
<tr>
<td bgcolor="#CC9966" class="menu"><a href="#">My Background</a></td>
</tr>
<tr>
<td bgcolor="#FFCC99" class="menu"><a href="#">Contact Me</a></td>
</tr>
</table>
The CSS is:
body {
margin : 0px:
}
.menu {
font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: white;
font-weight: bold;
text-align: right;
padding: 3px;
}
}
.menu a:link {
font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: white;
font-weight: bold;
text-align: right;
padding: 3px;
text-decoration: none;
}
.menu a:visited {
font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: white;
font-weight: bold;
text-align: right;
padding: 3px;
text-decoration: none;
}
.menu a:hover {
text-decoration : underline;
}
UL {
list-style : square outside none;
color : #993333;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : bold;
padding: 2px;
margin-bottom: 4px;
text-align: right;
}
LI {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : bold;
color : #993333;
text-align: right;
}
.sub {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : bold;
color : #993333;
}
.sub a:link {
color : #993333;
text-decoration: none;
}
.sub a:visited {
color : #993333;
text-decoration: none;
}
.sub a:hover {
text-decoration : underline;
color: #FFCC99;
}
.low {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : normal;
color : #CC6633;
text-align: right;
}
.low a:link {
color : #CC6633;
text-decoration: none;
}
.low a:visited {
color : #CC6633;
text-decoration: none;
}
.low a:hover {
text-decoration : none;
background-color: #FFCC99;
I am trying to create a menu. It looks fine in IE, but in NN4.x the .menu color is not showing up as white and it is not observing the style of the UL and LI.
The menu is online at:
I can't figure out the problem at all. I can't even figure out why NN4.x isn't rendering the .menu class and keeping the font white. That's pretty basic.
The HTML is:
<table width="170" border="0" cellspacing="3" cellpadding="0">
<tr>
<td><a href="index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('logo','','images/logo_over.jpg',1)"><img name="logo" border="0" src="images/logo.jpg" width="170" height="100"></a></td>
</tr>
<tr>
<td bgcolor="#330000"class="menu"><a href="#">Services</a></td>
</tr>
<tr>
<td>
<ul>
<li class="sub"><a href="#">Organize Your Home</a></li>
</ul>
<table width="170" border="0" cellspacing="1" cellpadding="0">
<tr>
<td width="15%"> </td>
<td width="*" class="low"><a href="#">Clutter Control</a></td>
</tr>
<tr>
<td width="15%"> </td>
<td width="*" class="low"><a href="#">Space Planning</a></td>
</tr>
<tr>
<td width="15%"> </td>
<td width="*" class="low"><a href="#">Paper Management </a></td>
</tr>
<tr>
<td width="15%"> </td>
<td width="*" class="low"><a href="#">Filing Systems</a></td>
</tr>
<tr>
<td width="15%"> </td>
<td width="*" class="low"><a href="#">Feng Shui</a></td>
</tr>
<tr>
<td width="15%"> </td>
<td width="*" class="low"><a href="#">Bill Paying & Mail Processing</a></td>
</tr>
<tr>
<td width="15%"> </td>
<td width="*" class="low"><a href="#">Residential Relcation</a></td>
</tr>
<tr>
<td width="15%"> </td>
<td width="*" class="low"><a href="#">Home Staging</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><ul>
<li class="sub"><a href="#" >Organize Your Office</a></li>
</ul></td>
</tr>
<tr>
<td bgcolor="#660000" class="menu"><a href="#">Before & After Photos</a></td>
</tr>
<tr>
<td bgcolor="#993333" class="menu"><a href="#">Client Testamonials</a></td>
</tr>
<tr>
<td bgcolor="#CC6633" class="menu"><a href="#">FAQ's</a></td>
</tr>
<tr>
<td bgcolor="#CC9966" class="menu"><a href="#">My Background</a></td>
</tr>
<tr>
<td bgcolor="#FFCC99" class="menu"><a href="#">Contact Me</a></td>
</tr>
</table>
The CSS is:
body {
margin : 0px:
}
.menu {
font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: white;
font-weight: bold;
text-align: right;
padding: 3px;
}
}
.menu a:link {
font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: white;
font-weight: bold;
text-align: right;
padding: 3px;
text-decoration: none;
}
.menu a:visited {
font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: white;
font-weight: bold;
text-align: right;
padding: 3px;
text-decoration: none;
}
.menu a:hover {
text-decoration : underline;
}
UL {
list-style : square outside none;
color : #993333;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : bold;
padding: 2px;
margin-bottom: 4px;
text-align: right;
}
LI {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : bold;
color : #993333;
text-align: right;
}
.sub {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : bold;
color : #993333;
}
.sub a:link {
color : #993333;
text-decoration: none;
}
.sub a:visited {
color : #993333;
text-decoration: none;
}
.sub a:hover {
text-decoration : underline;
color: #FFCC99;
}
.low {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : normal;
color : #CC6633;
text-align: right;
}
.low a:link {
color : #CC6633;
text-decoration: none;
}
.low a:visited {
color : #CC6633;
text-decoration: none;
}
.low a:hover {
text-decoration : none;
background-color: #FFCC99;