Ahh, well that makes sense in a sick twisted way. When I noticed the problem it appeared that IE was breaking the beginning of the string such that start-of-string match and equality match were broken, but that just seemed kinda strange.
For my actual usage where I noticed the problem, I was looking for urls with a parameter string, and for that [href*="foo.jsp?"] seems to work just as well as [href^="foo.jsp?"]. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
