css attribute selectors
css attribute selectors
Out of context: Reply #6
- Started
- Last post
- 17 Responses
- neverblink0
this is actually pretty easy to do with jQuery, although when changing the css with JQ, it will take effect after the page has loaded.
$("a [href='mylink.html']").css()
or addClass() or whatever you want to do with it