search for: iefix

Displaying 7 results from an estimated 7 matches for "iefix".

Did you mean: itefix
2006 Apr 20
1
The Autocompleter, with scrollable result-div
...js (underneath is the patch for the testfile). Index: controls.js =================================================================== --- controls.js (revision 4240) +++ controls.js (working copy) @@ -94,7 +94,7 @@ }, fixIEOverlapping: function() { - Position.clone(this.update, this.iefix); + Position.clone(this.update, this.iefix, {setTop:(!this.update.style.height)}); this.iefix.style.zIndex = 1; this.update.style.zIndex = 2; Element.show(this.iefix); @@ -176,6 +176,13 @@ }, onBlur: function(event) { + // Dont hide the div on "blur" if the us...
2006 May 01
0
RE: Leak in the Autocompleter, with scrollable result-div ?
...================================ > > > > --- controls.js (revision 4240) > > > > +++ controls.js (working copy) > > > > @@ -94,7 +94,7 @@ > > > > }, > > > > fixIEOverlapping: function() { > > - Position.clone(this.update, this.iefix); > > + Position.clone(this.update, this.iefix, > > {setTop:(!this.update.style.height)}); > > this.iefix.style.zIndex = 1; > > this.update.style.zIndex = 2; > > Element.show(this.iefix); > > @@ -176,6 +176,13 @@ > > > > }, > >...
2012 Nov 23
0
problem font-face routes css
...-the fonts are in /assets/fonts/ -in /assets/stylesheets/fonts.css.scss @font-face { font-family: ''OswaldLight''; src: url (''/assets/Oswald-Light-webfont.eot''); src: url (''/assets/Oswald-Light-webfont.eot?#iefix'') format(''embedded-opentype''), url (''/assets/Oswald-Light-webfont.woff'') format(''woff''), url (''/assets/Oswald-Light-webfont.ttf'') format(''truetype''), url ('&...
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 Apr 10
6
detecting browser type?
I''m wondering how i can detect the browser type for the client. I know this is possible, but i cant seem to find how to do this, nor any example code for this. I would appreciate if someone could point me to some info or just give me an explanation. thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...tAttribute('autocomplete','off'); Element.hide(this.update); @@ -91,10 +91,10 @@ Autocompleter.Base = Class.create({ show: function() { if(Element.getStyle(this.update, 'display')=='none') this.options.onShow(this.element, this.update); - if(!this.iefix && + if(!this.iefix && (Prototype.Browser.IE) && (Element.getStyle(this.update, 'position')=='absolute')) { - new Insertion.After(this.update, + new Insertion.After(this.update, '<iframe id="' + this.update...
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