View Single Post
  #4 (permalink)  
Old Oct 15th, 2007, 13:00
Voodoochilli Voodoochilli is offline
Reputable Member
Join Date: Jun 2007
Location: UK
Age: 29
Posts: 172
Thanks: 0
Thanked 0 Times in 0 Posts
Re: color: inherit; issue with IE 7

Thanks for the reply. I already have separate class for the different links.

There is away round, setting the a attribute in a separate class for each item, but as I have dozens of classes, I was hoping there might be a cleaner way of doing it. After all, it works fine on firefox. Looks like I'll just have to have loads of code that shouldn't be needed.

By that I mean

.panel001{
background-image:url(../images/panels/001.gif);
height: 103px;
width: 361px;
color:#FFFFFF;
}
.panel001 a{
color:#FFFFFF;
}


(I have 12 of these so far, and probably more so it seems like a lot of extra code)
Reply With Quote