[thelist] Dumb CSS question

Charles lists07 at wiltgen.net
Mon Dec 3 16:29:09 CST 2007


> Therefore, you'll have to do something like the
> following to make your selector more specific:
>
> .entry-content a.icon {
>  border-bottom:none;
> }
>
> Does that make sense?

I think I understand.  I'd need to give every <a> around an <img> a class of
"icon" then, correct?

Another aspect I didn't make clear is that this is WordPress-driven, and I'm
trying to set it up so that other folks who might create entries won't have
to much with code view.

Is the basic lesson that I can't style image links differently than text
links with CSS without assigning classes?

-- Charles





More information about the thelist mailing list