[thelist] Dumb CSS question

Charles lists07 at wiltgen.net
Mon Dec 3 13:42:24 CST 2007


Hello,

I know if I ask this on the CSS list I'll get killed, so I hope it's okay to
ask here.  I thought I mostly grok'd CSS and still don't understand this.

I use this style on my text links:

	.entry-content a {
		text-decoration:none;
		border-bottom:solid 1px #66FFFF;
		}

I don't want to use it for image links, though.  I've tried many, many
variations on this with no luck:

	.entry-content a img {
		border-bottom:none 0px !important;
	}

Since the second rule is more specific, I /know/ (but I must be wrong) that
it should override the rule above.  However, my images all still have a
#66FFFF line under them.

Help?

-- Charles





More information about the thelist mailing list