- Cross-Browser CSS Gradient
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000'); /* for IE */ background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000)); /* for webkit browsers */ background: -moz-linear-gradient(top, #ccc, #000); /* for firefox 3.6+ */
in Tutorial > HTML_CSS with degrade gradient gradiente by 2 users
- css gradient degrade
Notifier for gmail, yahoo, hotmail and more
in Tutorial with css degrade gradient
- Gradient Filter (A, ABBR, ACRONYM, ...)
GradientType
in Tutorial > HTML_CSS with explorer filter gradient ie internet
- javascript - How to implement Cross Browser Opacity Gradient (Not Color Gradient) - Stack Overflow
background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(rgba(215,212,207,0))); /* For Mozilla/Gecko (Firefox etc) */ background: -moz-linear-gradient(top, #dcdcdc, rgba(215,212,207,0)); /* For Internet Explorer 5.5 - 7 */ filter:alpha(Opacity=70, FinishOpacity=0, Style=1, StartX=1242, StartY=0, FinishX=1242, FinishY=696); /* For Internet Explorer 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70, FinishOpacity=0, Style=1, StartX=1242, StartY=0, FinishX=1242, FinishY=696)";
in Tutorial > HTML_CSS with css gradient opacity
- clear (MovieClip.clear method) - Apaga o gradient do movieclip
Apaga o gradient do movieclip
in Tutorial > Actionscript > desenho_formas with apagar clear gradient
- createGradientBox Explorer
Ver em tempo real as influencias dos parametros do creategradientbox no flash
in Tutorial > Actionscript > Actionscript 3 with creategradientbox degrade gradient
- css - CSS3 Transparency + Gradient - Stack Overflow
/* webkit example */ background-image: -webkit-gradient( linear, right top, left top, from(rgba(255, 255, 255, 1.0)), to(rgba(255, 255, 255, 0)) ); /* mozilla example - FF3.6+ */ background-image: -moz-linear-gradient( right center, rgba(255, 255, 255, 1.0) 20%, rgba(255, 255, 255, 0) 95% ); /* IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.gradient( gradientType=1, startColor=0, endColorStr=#FFFFFF ); /* IE8 uses -ms-filter for whatever reason... */ -ms-filter: progid:DXImageTransform.Microsoft.gradient( gradientType=1, startColor=0, endColoStr=#FFFFFF );
in Tutorial > HTML_CSS with alpha css gradient opacity
- lineGradientStyle (MovieClip.lineGradientStyle method) -- Flash CS3
in Tutorial > Actionscript > Actionscript 3 with gradient lightgradientstyle line
gradient from all users