I posted a message on the the forum a week or so ago, and the issue was sorted but now something else is wrong i have included the code that i think is the problem from my stylesheet and a link to my site, it works the way i want it to in opera but not IE havent check firefox.
Thanks in advance
Terry
site: http://www.artni.biz
Code: Select all
/* navigation */
.navigation {
background: #bababa url(img/nav.gif) repeat-x;
height: 30px;
}
.navigation a:hover,.navigation a#active {
background-position: left bottom;
color: #111;
}
.navigation a {
background: #FFF url(img/nav.gif) repeat-x;
border-right: 1px solid #000;
color: #bababa;
float: left;
font: bold 1em sans-serif;
padding: 0 14px;
line-height: 30px;
text-align: center;
text-decoration: none;
}
/* Clearfix */
.clearfix:after {
display: inline-block;
height: 30px;
clear: both;
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */