I'm having a problem getting the CSS to work in an unordered list in IE7
(but probably other versions of IE as well). Of course, they show up
correctly in FF. And, I¹m only having this problem in the footer of the
site, no place else.

Here¹s a link to a sample page: http://americanartinvites.com/omeka/explore

In the footer at the bottom I have two unordered lists to the right of the
logos. (One is a set of links, the second will be links but aren¹t at the
moment). I want the link color to be the same gray as the list to the right
(#7d7d7d) but the style I've created isn¹t working at all.

My code at the moment is:

#footer a:link {color: #7d7d7d;
text-decoration:none;
}
#footer a:visited {color: #7d7d7d;
text-decoration:none;
}
#footer a:hover {color: #7d7d7d;
text-decoration:none;
}
#footer a:active {color: #7d7d7d;
text-decoration:none;
}

But I've also had variants of this but none work. I tried:

#footer a {color: #7d7d7d;
text-decoration:none;
}

then

#footer ul a {color: #7d7d7d;
text-decoration:none;
}

then

#footer ul li a {color: #7d7d7d;
text-decoration:none;
}

I¹ve done some sleuthing on the net but nothing I find works.

The CSS is validating in that area.

Do you have any pointers you can send my way? Thanks.


Jeff

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to