On Thu, 5 Mar 2009 07:10:23 -0500, Brian Lalor <[email protected]> wrote:

>> img[src|="http://feeds2.feedburner.com/";] { display:none !important;}
> 
> I should preface this with saying that I really don't know much CSS at  
> all.

And therein lies the problem.  What I want is
    img[src ^= "http://...";] { ... }
"^=" is a CSS3 selector, and the first hit I found earlier only pertained
to CSS2.  Haven't tried this on a WebKit browser (stuck with Firefox at
work, at the moment), but some Googling indicates this should work.

-- 
Brian Lalor
[email protected]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"fluidapp" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/fluidapp?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to