Scriptaculous JavaScript DHTML



Untitled Document




Event.observe(window, 'load', function() {
  var demo = $('demo');
  demo.setOpacity(0.5);
  demo.observe('click', function() {
    demo.morph({
      width: '50ex', height: '10em',
      backgroundColor: '#33de22', color: '#009',
      borderWidth: '1em', borderColor: '#009',
      opacity: '1'
    }, 
    { duration: 2 });
  });
});



   style="width: 30ex; 
          height: 6em; 
          border-width: 0.2em; 
          border-color: #090;">
          Click on this paragraph.