tags:

views:

27

answers:

1

Does this selector a[href="yourlink"] work in IE 7 and 8? I'm using XHTML doctype.

+5  A: 

Yes, is does.

See this list of CSS compatibility table ([attr] selector).

Oded