mcktj
07-07-2007, 04:52 PM
Hi,
i am trying to insert the Solid Block Menu from DD into my website it looks great in Opera but not in IE (surprise surprise) could anyone tell me what i would need to add to my css to get it to display correctly?
www.artni.biz (http://www.artni.biz)
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border-width: 1px 0;
background: black url(img/blockdefault.gif) center center repeat-x;
height: 30px;
}
.solidblockmenu li{
display: inline;
}
.solidblockmenu li a{
float: left;
color: white;
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(img/blockactive.gif) center center repeat-x;
}
many thanks
Terry
i am trying to insert the Solid Block Menu from DD into my website it looks great in Opera but not in IE (surprise surprise) could anyone tell me what i would need to add to my css to get it to display correctly?
www.artni.biz (http://www.artni.biz)
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border-width: 1px 0;
background: black url(img/blockdefault.gif) center center repeat-x;
height: 30px;
}
.solidblockmenu li{
display: inline;
}
.solidblockmenu li a{
float: left;
color: white;
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(img/blockactive.gif) center center repeat-x;
}
many thanks
Terry