Working on a project; adjusting CSS.
Now IE v6 has suddenly started an ActiveX permissions error.
Doesn't make sense to me.
Here's the code in question.
Code:
/************ subglobalNav styles **************/
.subglobalNav{
position: absolute;
top: 85px;
left: 0px;
/*width: 100%;*/
min-width: 640px;
height: 20px;
padding: 0px 0px 0px 10px;
visibility: hidden;
color: #ffffff;
}
.subglobalNav a:link, .subglobalNav a:visited {
font-size: 85%;
color: #ffffff;
}
.subglobalNav a:hover{
color: #cccccc;
}