CSS

[attribute ~= value] {
    css declarations;
}

-----------------------------------------------
<img src="img_flwr.gif" title="flowers" width="224" height="162">
<style>
[title~=flower] {   border: 5px solid yellow;  }
</style>
=========================================

No comments:

Post a Comment

IIS deployment support details

  Node JS - IIS deployment support details node: http://go.microsoft.com/?linkid=9784334 IISNode: https://github.com/azure/iisnode/releases/...