[tips] transparent in css - works in all browsers

12:05 PM

(0) Comments

lets start today talking about exciting issue in lovely css
how to make transparent div in css working in firefox ,internet explorer and opera
ok first lets make a small div


hi i am transparent

ok now in css lets type


.transparent_div{
filter:alpha(opacity=60);
-moz-opacity:.60;
opacity:.60;
}


now you can see your div transparent
i tested the code on firefox , internet explorer and opera
have fun and see u

eslam

,

0 Responses to "[tips] transparent in css - works in all browsers"

Post a Comment