Difference between revisions of "ElphelWiki:Community Portal"

From ElphelWiki
Jump to: navigation, search
(On "JavaScript Tips and Code Links" in "Mar. 27, 2006" Article on linuxdevices.com)
(No difference)

Revision as of 17:27, 28 March 2006

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>