[thelist] Dumb CSS question

Duncan Hill dunkaz at gmail.com
Mon Dec 3 16:16:23 CST 2007


try:

.entry-content img a {
	text-decoration: none;
	border: none;
	}

Duncan

On Mon, 03 Dec 2007 19:42:24 -0000, Charles <lists07 at wiltgen.net> wrote:

> 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
>
>



-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/



More information about the thelist mailing list