|
|
| Line 1: |
Line 1: |
| On new article on [http://linuxdevices.com/articles/AT5951285077.html <linuxdevices.com>].
| | [[linuxdevices.com Articles Discussion]] |
| <p>Transparent images may be done using "live transparency". Mozilla based and MIE do this in way like this [text/javascript]:</p>
| |
| if(ua.ie) this.css.filter='alpha(opacity=' + opac + ')';
| |
| else this.css.MozOpacity = parseInt(opac)/100;
| |
| | |
| Also you may find many worth things about dynamic html here:
| |
| <http://dynapi.sourceforge.net/releases/dynapi-3.0.0-beta2/docs/docs/examples.html>
| |
Revision as of 00:31, 29 March 2006