[attribute ~= value] {
css declarations;
}
-----------------------------------------------
<img src="img_flwr.gif" title="flowers" width="224" height="162">
<style>
[title~=flower] { border: 5px solid yellow; }
</style>
=========================================
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