search for: dximagetransform

Displaying 8 results from an estimated 8 matches for "dximagetransform".

2005 Sep 15
2
IE iframe bug with Autocompleter over HTTPS
...bute (the attribute was set dynamically later on by Javascript). The iframe tag in question gets generated by lines 89 - 91 of controls.js: ''<iframe id="'' + this.update.id + ''_iefix" ''+ ''style="display:none;filter:progid:DXImageTransform.Microsoft.Alpha(apacity=0);" '' + ''src="javascript:;" frameborder="0" scrolling="no"></iframe>''); The ''src="javascript:;" causes IE to load some non-secure page (a commenter surmises that it may load &...
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
2007 Nov 07
1
draggable with iframeshim for ie6
you all know the problem with select and textbox in ie6 where you need an iframe under your divs so they will visually be on top. does scriptaculous have api for iframeshim like yahoo yui does? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send
2006 Mar 19
0
IE opacity and png alpha
...ElementsByTagName("img"); if (images[0].style.filter != null) { var src; for (var i = 0; i < images.length; i++) { src = images[i].src; if (src.indexOf(".png") > 0) { images[i].src = "images/blank.gif"; images[i].style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=''" + src + "'')"; } } } }
2009 Feb 26
7
javascript using jQuery.js and prototype.js doesnt work 2get
Hi........ M hving javascript "scripts.js" which uses jQuery.js in rails application. bt when it is used along with prototype.js, one of the javascripts which hs been included first in my application.rhtml fails... Do some1 hv any solution how to make both the scripts work 2gether... I tried using <script> jQuery.noConflict(); </script> bt of no use. problem
2006 Apr 24
26
prototype-based color picker
has anyone in this list ever tried to make a javascript color picker something like http://www.daantje.nl/blog/index.php?buttonID=37 or http://typetester.maratz.com/ i just thought i''d ask before i force myself to doing this. thanks mark renn _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...getStyle(this.update, 'position')=='absolute')) { - new Insertion.After(this.update, + new Insertion.After(this.update, '<iframe id="' + this.update.id + '_iefix" '+ 'style="display:none;position:absolute;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);" ' + 'src="javascript:false;" frameborder="0" scrolling="no"></iframe>'); @@ -102,7 +102,7 @@ Autocompleter.Base = Class.create({ } if(this.iefix) setTimeout(this.fixIEOverlapping.bind(this), 50);...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server