View Single Post
ישן 20-11-12, 00:10   # 5
אביב
עסק רשום [?]
 
אביב's Avatar
 
מיני פרופיל
תאריך הצטרפות: Aug 2011
הודעות: 250
Send a message via Skype™ to אביב

אביב לא מחובר  

פתרון יעיל שתומך בכול הדפדפנים, רק אם אני לא טועה אני לא חושב שהוא עובד ואלדיציה של CSS.
HTML קוד:
.transparent {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

  /* IE 5-7 */
  filter: alpha(opacity=40);

  /* Netscape */
  -moz-opacity: 0.4;

  /* Safari 1.x */
  -khtml-opacity: 0.4;

  /* Modren browsers like Chrome :) */
  opacity: 0.4;
}
__________________


חצור אתרים
LinkedIn | Gmail | Website
  Reply With Quote