View Single Post
ישן 20-11-12, 18:03   # 10
Haimz
חבר וותיק
 
מיני פרופיל
תאריך הצטרפות: Sep 2010
הודעות: 1,221

Haimz לא מחובר  

ראיתי את ההודעה הזו באשכול שיגאל שלח:

A bulletproof solution: Upload this file to your css directory. Use it like this.

קוד:
background: url(rgba.php?r=255&g=100&b=0&a=50) repeat;
background: rgba(255,100,0,0.5);
OR

קוד:
background: url(rgba.php?name=white&a=50) repeat;
background: rgba(255,255,255,0.5);
this method supports ie7+ and other major browsers. Happy Coding ! (Thanks http://lea.verou.me)

נראה ממש מגניב, תוכל לנסות
  Reply With Quote