can anyone shed a light?


<img id="ours" style="display:none;" src="ours.jpg"/>




<script>
function oursOpacity(id){
$(id);
new Effect.Scale(id,100,Object.extend.({
beforeStart:function(effect){
$(effect.element).style.display = 'block';
$(effect.element).setOpacity(0);
}} ))};

oursOpacity('ours');

</script>
--~--~---------~--~----~------------~-------~--~----~
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