What is new in IE9 - color property (Transparent)
שימוש בשקיפות של צבע טקסט.
עד היום המאפיין color יכל לקבל צבע אבל לא ידע לקבל שקיפות, בעזרת השמת הערך Transparent למאפיין color ניתן להשיג את האפקט הרצוי.
לדוגמא
<div class="c">
הזז את העכבר על האלמנט כדי להעלים את הטקסט ולראות את המסגרת
</div>
.c
{
color: Red;
border: solid 2px white;
background-color: Lime;
width: 200px;
height: 200px;
direction: rtl;
text-align: center;
padding: 10px;
border-color: Transparent;
}
.c:hover
{
color: Transparent;
border: solid 2px black;
}
כשהעכבר יהיה מחוץ לאלמנט נראה את התמונה הבאה.
כהשעכבר יהיה בתוך המסגרת נקבל: