Problems with Fly-out menu in firefox…
Posted: 22 August 2008 06:58 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2008-08-22

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;
    
padding0px;
    
floatleft;
    
height9px;
    
width193px;
    
background-imageurl(images/morelinks_box_01.png);
    
background-repeatno-repeat;
}
.morelinks_area {
    margin
0px;
    
floatleft;
    
height278px;
    
width193px;
    
background-imageurl(images/morelinks_box_02.png);
    
background-repeatno-repeat;
    
padding-top0px;
    
padding-right0px;
    
padding-bottom0px;
    
padding-left0px;
}
.morelinks_head {
    font
-familyArial;
    
font-size13px;
    
font-weightbold;
    
color#FFFFFF;
    
text-decorationnone;
    
background-imageurl(images/morelinks.png);
    
background-repeatno-repeat;
    
floatleft;
    
height24px;
    
width145px;
    
text-transformcapitalize;
    
padding-top7px;
    
padding-right0px;
    
padding-bottom0px;
    
padding-left40px;
    
margin-top0px;
    
margin-right0px;
    
margin-bottom0px;
    
margin-left12px;
}

.morelinks_bottom {
    margin
0px;
    
padding0px;
    
floatleft;
    
height11px;
    
width193px;
    
background-imageurl(images/morelinks_box_03.png);
    
background-repeatno-repeat;
}
.morelink {
    font
-familyArial;
    
font-size11px;
    
font-weightbold;
    
text-transformnone;
    
color#0a5722;
    
text-decorationnone;
    
background-imageurl(images/morelinks_active.png);
    
background-repeatno-repeat;
    
floatleft;
    
height19px;
    
width143px;
    
padding-top3px;
    
padding-right0px;
    
padding-bottom0px;
    
padding-left17px;
    
margin-top0px;
    
margin-right0px;
    
margin-bottom0px;
    
margin-left15px;
}
.morelink:hover {
    font
-familyArial;
    
font-size11px;
    
font-weightbold;
    
text-transformnone;
    
color#246237;
    
text-decorationnone;
    
background-imageurl(images/morelinks_hover.jpg);
    
background-repeatno-repeat;
    
floatleft;
    
height19px;
    
width143px;
    
padding-top3px;
    
padding-right0px;
    
padding-bottom0px;
    
padding-left17px;
    
margin-top0px;
    
margin-right0px;
    
margin-bottom0px;
    
margin-left15px;
}
.links_morearea {
    margin
0px;
    
floatleft;
    
width190px;
    
padding-top15px;
    
padding-right0px;
    
padding-bottom0px;
    
padding-left0px;
}
.links_morearea ul {
    margin
0;
    
padding0;
    list-
stylenone;
    
width150px;
    
}
.links_morearea ul li {
    position
relative;
    
}
.links_morearea ul li a {
    display
block;
    
text-decorationnone;
    
background-imageurl(images/morelinks_active.png);
    
background-repeatno-repeat;
    
background-color:#d0ffdf;
    
border-bottom0;
    
}

.links_morearea li ul {
    position
absolute;
    
padding-left0px;
    
top0;
    
displaynone;
    
background-imageurl(images/morelinks_active.png);
    
background-repeatno-repeat;
    
floatleft;

    
}
.links_morearea li:hover ul { displayblock}

.links_text {
    font
-familyArial;
    
font-size11px;
    
font-weightnormal;
    
color#7e7656;
    
text-decorationnone;

Any help would be greatly appreciated.

Thanks,

Profile