I am not seeing the error, I have tried firebug, and obviously I know this is something I have done wrong, the menu shows up on IE 7 and not Firefox…the site is http://www.asecondwindfarm.com here is the code that I have:
.morelinks_top {
margin: 0px;
padding: 0px;
float: left;
height: 9px;
width: 193px;
background-image: url(images/morelinks_box_01.png);
background-repeat: no-repeat;
}
.morelinks_area {
margin: 0px;
float: left;
height: 278px;
width: 193px;
background-image: url(images/morelinks_box_02.png);
background-repeat: no-repeat;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.morelinks_head {
font-family: Arial;
font-size: 13px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
background-image: url(images/morelinks.png);
background-repeat: no-repeat;
float: left;
height: 24px;
width: 145px;
text-transform: capitalize;
padding-top: 7px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 40px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 12px;
}
.morelinks_bottom {
margin: 0px;
padding: 0px;
float: left;
height: 11px;
width: 193px;
background-image: url(images/morelinks_box_03.png);
background-repeat: no-repeat;
}
.morelink {
font-family: Arial;
font-size: 11px;
font-weight: bold;
text-transform: none;
color: #0a5722;
text-decoration: none;
background-image: url(images/morelinks_active.png);
background-repeat: no-repeat;
float: left;
height: 19px;
width: 143px;
padding-top: 3px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 17px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 15px;
}
.morelink:hover {
font-family: Arial;
font-size: 11px;
font-weight: bold;
text-transform: none;
color: #246237;
text-decoration: none;
background-image: url(images/morelinks_hover.jpg);
background-repeat: no-repeat;
float: left;
height: 19px;
width: 143px;
padding-top: 3px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 17px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 15px;
}
.links_morearea {
margin: 0px;
float: left;
width: 190px;
padding-top: 15px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.links_morearea ul {
margin: 0;
padding: 0;
list-style: none;
width: 150px;
}
.links_morearea ul li {
position: relative;
}
.links_morearea ul li a {
display: block;
text-decoration: none;
background-image: url(images/morelinks_active.png);
background-repeat: no-repeat;
background-color:#d0ffdf;
border-bottom: 0;
}
.links_morearea li ul {
position: absolute;
padding-left: 0px;
top: 0;
display: none;
background-image: url(images/morelinks_active.png);
background-repeat: no-repeat;
float: left;
}
.links_morearea li:hover ul { display: block; }
.links_text {
font-family: Arial;
font-size: 11px;
font-weight: normal;
color: #7e7656;
text-decoration: none;
}
Any help would be greatly appreciated.
Thanks,