Jump to content

sesackett

Members
  • Posts

    2
  • Joined

  • Last visited

sesackett's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thanks, this makes sense. Also I now know enough to stay away from MSIE when working through CSS tutorials.Steve
  2. 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...