CSS3 selectors, basic question: how to match Google Cache URL’s?

  • It seems like this should be a very easy thing to do, but I’m banging my head against the WordPress.com CSS sand box…

    I want to be able to match a Google Cache URL so that I can apply special decoration to the link. Here’s the rule I’m currently using:

    a[href*=search?q=cache:]

    Why doesn’t this work? I tried putting quotes around it, and also tried backslashes behind special characters such as ‘?’ or ‘=’, but all that got stripped out when I saved the CSS style sheet.

    What would you use instead?

    The blog I need help with is: (visible only to logged in users)

  • Your sample is markup (HTML/XHTML) and markup isn’t allowed in CSS.

  • The topic ‘CSS3 selectors, basic question: how to match Google Cache URL’s?’ is closed to new replies.