ElphelWiki:Community Portal

From ElphelWiki
Revision as of 17:27, 28 March 2006 by 158.194.64.22 (talk) (On "JavaScript Tips and Code Links" in "Mar. 27, 2006" Article on linuxdevices.com)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

On new article on <linuxdevices.com>.

Transparent images may be done using "live transparency". Mozilla based and MIE do this in way like this [text/javascript]:

  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>