search for: imgid

Displaying 2 results from an estimated 2 matches for "imgid".

Did you mean: igid
2006 Sep 30
3
Builder.node, each() and Event.observe - Help!
...9;+query, { onComplete:function(xmlhttp,json) { if(json.TotalResults != 0) { json.Item.each(function(item) { $(''out'').appendChild( Builder.node(''div'', {id:item.ImgId,className:"imageResult"}, [ Builder.node(''img'', {src:item.MediumImage[0].URL} ), Builder.node(''p'', item.ItemAttributes.Title ) ])...
2006 Jun 19
13
PNG and Alpha-Transparency
Is there a prototype / extension which will assist in cross-browser support of PNG images? http://www.alistapart.com/articles/pngopacity/ It seems to me that a class could be developed which would zip through the DOM and make changes where needed for IE 5.5 / IE 6.0 to handle PNG images. I don''t want to write one if it''s been done before. Sam