filter: xray();
Browser |
|
---|---|
Type |
|
The x-ray filter add the x-ray effect to the element.
#example {
filter: xray();
}
Example
<img src="image/friend.gif" alt="IMG" width="170" height="140">
- Output
-
<div style="font: bold 170% sans-serif; width: 100%;">
Example text
</div>
- Output
-
Example text
<img src="image/friend.gif" alt="IMG" width="170" height="140" style="filter: xray();">
- Output
-
<div style="font: bold 170% sans-serif; width: 100%; filter: xray();">
Example text
</div>
- Output
-
Example text