corrado100
09-14-2006, 04:29 AM
Hi there, can someone pls help me with the following?
I have this menu on the left side of my page but the hover is not working in Firefox. Website is http://www.kooldesigns.co.uk/
#navright{
position: absolute;
height: 114px;
width:110px;
left: 0px;
top: 175px;
list-style-position: inside;
list-style-image: url('none');
list-style-type: none}
#navright li{
text-indent: 13px;
list-style-position: inside;
list-style-image: url('none');
list-style-type: none;
display: block}
#navright a{
background-repeat: no-repeat;
display: block;
height: 29px;
width: 150px;
position: absolute;
padding-left: 30px;
padding-top: 7px;
font-family: "Arial", Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #292929;
text-decoration: none;}
#nr1, #nr2, #nr3, #nr4, #nr5, #nr6{background-image: url('images/navright.gif');}
#nr2{top: 29px;}
#nr3{top: 58px;}
#nr4{top: 87px;}
#nr5{top: 116px;}
#nr6{top: 145px;};
#nr1:hover, #nr2:hover, #nr3:hover, #nr4:hover, #nr5:hover, #nr6:hover{background-image: url('images/navrightover.gif');}
Any help is appreciated. Cheers.
I have this menu on the left side of my page but the hover is not working in Firefox. Website is http://www.kooldesigns.co.uk/
#navright{
position: absolute;
height: 114px;
width:110px;
left: 0px;
top: 175px;
list-style-position: inside;
list-style-image: url('none');
list-style-type: none}
#navright li{
text-indent: 13px;
list-style-position: inside;
list-style-image: url('none');
list-style-type: none;
display: block}
#navright a{
background-repeat: no-repeat;
display: block;
height: 29px;
width: 150px;
position: absolute;
padding-left: 30px;
padding-top: 7px;
font-family: "Arial", Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #292929;
text-decoration: none;}
#nr1, #nr2, #nr3, #nr4, #nr5, #nr6{background-image: url('images/navright.gif');}
#nr2{top: 29px;}
#nr3{top: 58px;}
#nr4{top: 87px;}
#nr5{top: 116px;}
#nr6{top: 145px;};
#nr1:hover, #nr2:hover, #nr3:hover, #nr4:hover, #nr5:hover, #nr6:hover{background-image: url('images/navrightover.gif');}
Any help is appreciated. Cheers.