search for: x7bnqt0dzr

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

2006 May 04
5
How to insert styles with Insertion
Hi, I''m having difficulty using Prototype''s Insertion method to insert styles into a document node. Code like this seems to fail: new Insertion.Top(widgets[i], ''<style type="text/css"></style>''); When I inspect the DOM, the style is nowhere to be found. Any ideas on how to get this to work? Thank you, Jeff Rankin Human Factors 544-4333
2006 May 18
1
RE: Rails-spinoffs Digest, Vol 12, Issue 29
...ype: text/plain; charset=ISO-8859-1; format=flowed I have a form, with a input type="file", how to send this "file" to the POST var? ------------------------------ Message: 3 Date: Wed, 17 May 2006 17:32:21 -0400 From: "Martinez, Andrew" <Andrew.Martinez-vMz6ma+x7bnQT0dZR+AlfA@public.gmane.org> Subject: RE: [Rails-spinoffs] How to send data using prototype To: <rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> Message-ID: <D63E582D09D77648A106C164FC7C483206A0D798-eQeluROzL5KGfEqYR//skfbDK9NuTAOO0E9HWUfgJXw@public.gmane.org> Content-T...
2006 May 02
0
IE DragDrop Oppacity Error
This is going to be tough to describe, so bear with me. I am using the latest scriptaculous and prototype 1.5.rc0 This error only happens in IE, FireFox handles everything just fine. The error I get is: "Error: Object doesn''t support this property" Code Section that it breaks on (actual lines has comment at the end): Effect.Opacity = Class.create();
2006 May 19
1
RE: Re: Content Rotate, unwanted flashing on Firefox
Not to sound super lazy, but I am at work...do you think you could put up an example/demo? -Andrew Martinez -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Eric Anderson Sent: Friday, May 19, 2006 4:56 PM To:
2006 May 19
1
RE: Re: Content Rotate, unwanted flashing on Firefox
Never mind........it looks fine for me in Windows 2000 FireFox 1.5.0.3 -Andrew Martinez -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Martinez, Andrew Sent: Friday, May 19, 2006 5:01 PM To:
2006 May 05
2
Effects in IE
I mentioned this before, but it would seem that in IE no matter what I do, if elementNode.setOpacity() or elementNode.getOpacitiy() is called then IE will throw a run time error saying that the function does not exists. This makes it quite hard to work with any of the effects that fade elements in and out. Is there a remedy for this? I know if you do Element.getOpacity or Element.setOpacity it
2006 Apr 26
12
RE: how to use Effect.BlindUp for resizing a div
var height = someElementReference.offsetHeight; and to set it: someElementReference.style.height = "100"; It is worth saying that offsetHeight and offsetWidth are non-standard compliance. They will give you the total rendering height and this will cause problems in IE since they use a different box model than FireFox. So you will have to do some height juggling in IE if you are using