[css-d] specificity problem only in IE7??

2007-07-12 Thread Luc
Good afternoon list, In my footer i have links that in the hover state are underlined. Works in Opera, FF, Moz but not in IE7. For IE6 i had to add an aditional rule to make always show underlined (i can live with that), but i was wondering if it's a specific IE7 problem? http://www.dzinelab

Re: [css-d] specificity problem only in IE7??

2007-07-12 Thread Alex Robinson
> In my footer i have links that in the hover state are underlined. I can't see which links you mean. Could you be a bit more specific about ones you're on about? It's possible that you have been bitten by what I call fuzzy specificity http://www.fu2k.org/alex/css/hacks/fuzzyspecificity _

Re: [css-d] specificity problem only in IE7??

2007-07-12 Thread Luc
Good afternoon Alex, It was foretold that on 12/7/2007 @ 16:32:51 GMT+0100 (which was 12:32:51 where I live) Alex Robinson would write: > I can't see which links you mean. Could you be a bit more specific > about ones you're on about? The ones inside the footer: empresa, missão, clientes,

Re: [css-d] specificity problem only in IE7??

2007-07-12 Thread Martin Heiden
Olá Luc, on Thursday, July 12, 2007 at 17:22 Luc wrote: > Good afternoon list, > In my footer i have links that in the hover state are underlined. > Works in Opera, FF, Moz but not in IE7. For IE6 i had to add an > aditional rule to make always show underlined (i can live with that), > but

Re: [css-d] specificity problem only in IE7??

2007-07-12 Thread Luc
Good afternoon Martin, It was foretold that on 12/7/2007 @ 17:55:52 GMT+0200 (which was 12:55:52 where I live) Martin Heiden would write: > If you want to style the links in the footer way different from the > rest, use: > #footer a:link { .. } > #footer a:visted { ... } > #footer a:hover