jhatter
12-16-2009, 02:29 PM
Hi, Please can you take a look at this site test page in IE and let me know what I can do to make the top nav bar look as it does when viewed in Firefox and Safari?
Thanks!
http://www.actonfunrun.co.uk/index_css.html
Here is the css:
.indentmenu{
font: bold 11px Arial;
width: 771px; /*leave this value as is in most cases*/
overflow: hidden;
margin-top: 2px;
margin-left: 19px;
}
.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 771px; /*width of menu*/
background:url(images/funrun-navbar.png) center center repeat-x;
top: 2px;
}
.indentmenu ul li{
display: inline;
}
.indentmenu ul li a{
float: left;
color: white; /*text color*/
line-height: 56px;
padding: 5px 16px;
text-decoration: none;
}
.indentmenu ul li a:visited{
color: white;
}
.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
text-decoration: underline;
color: green; /*text color*/
background: url(images/funrun-navbar.png) center center repeat-x;
}
Thanks!
http://www.actonfunrun.co.uk/index_css.html
Here is the css:
.indentmenu{
font: bold 11px Arial;
width: 771px; /*leave this value as is in most cases*/
overflow: hidden;
margin-top: 2px;
margin-left: 19px;
}
.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 771px; /*width of menu*/
background:url(images/funrun-navbar.png) center center repeat-x;
top: 2px;
}
.indentmenu ul li{
display: inline;
}
.indentmenu ul li a{
float: left;
color: white; /*text color*/
line-height: 56px;
padding: 5px 16px;
text-decoration: none;
}
.indentmenu ul li a:visited{
color: white;
}
.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
text-decoration: underline;
color: green; /*text color*/
background: url(images/funrun-navbar.png) center center repeat-x;
}