Prototype and Scriptaculous should do it.  Try it with just  
prototype.js and effects.js.

Without seeing the code, there may be some load-order issues,  
particularly if you're trying to do the effect before window.onload  
fires.

If you're using Firebug, check to make sure the js files are loaded  
properly.  (If you're not using Firebug, you should be.)


TAG

On Jul 12, 2007, at 3:32 PM, lb wrote:

>
> Yep, I have both "prototype" and "scriptacolous" included in the head.
>
> On Jul 12, 3:58 pm, Walter Lee Davis <[EMAIL PROTECTED]> wrote:
>> Check to be absolutely sure that you have included prototype.js by  
>> that
>> point in your script. It sounds like you have not.
>>
>> Walter
>>
>> On Jul 12, 2007, at 4:54 PM, lb wrote:
>>
>>
>>
>>> Okay.  I have tried all kinds of stuff but I keep getting the SAME
>>> ERROR:
>>> "Error: 'Effect' is undefined"  I can't put "new Effect.Appear"
>>> anywhere because it gives me that error.
>>
>>> On Jul 12, 12:02 pm, lb <[EMAIL PROTECTED]> wrote:
>>>> Thank you. :)
>>
>>>> On Jul 12, 12:02 pm, Tom Gregory <[EMAIL PROTECTED]> wrote:
>>
>>>>> Effect.Appear('id_of_element');http://wiki.script.aculo.us/
>>>>> scriptaculous/show/Effect.Appear
>>
>>>>> Are you sure about the onclick issue? I haven't had a problem with
>>>>> it.  If there is nothing there to click, you may have a problem.
>>
>>>>> Why don't you just post a reduced test case, so we can better see
>>>>> what's going on.
>>
>>>>> TAG
>>
>>>>> On Jul 12, 2007, at 10:43 AM, lb wrote:
>>
>>>>>> Thanks!
>>>>>> How do I get the DUV to just "Appear" and not have to be clicked,
>>>>>> because the onClick in a DIV isn't supported by most browsers...
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to