ElphelWiki:Community Portal: Difference between revisions

From ElphelWiki
Jump to navigation Jump to search
On "JavaScript Tips and Code Links" in "Mar. 27, 2006" Article on linuxdevices.com
 
ellaric
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
On new article on [http://linuxdevices.com/articles/AT5951285077.html <linuxdevices.com>].
monrocoe
<p>Transparent images may be done using "live transparency". Mozilla based and MIE do this in way like this [text/javascript]:</p>
[[linuxdevices.com Articles Discussion]]
  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>

Latest revision as of 06:41, 30 December 2007