Archive: August 2009

Change throbber.gif in Drupal Blog entry 27 weeks 5 days ago
To replace core Drupal ajax animated gif (throbber.gif) add the following to your theme's CSS and put the replacement throbber.gif file in the images folder of your theme. background-image: url(images/throbber.gif);background: transparent url(images/throbber.gif) no-repeat 0px -18px;