Jump to content

sesackett

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by sesackett

  1. Is it possible to use an attribute selector find values stored in the style attribute of an element? What I want to do is locate every input element that has the background color of lime, but I can't fingure out the syntax. See example for a pseudo code representation of what I want to do.Example:input[style=background-color:lime]{} /*This doesn't work*/input[style.background-color=lime]{} /*This doesn't work*/Thanks for your helpSteve

×
×
  • Create New...