Page 1 of 1

JOOMLA MODAL - CSS BUG

Posted: Thu Dec 03, 2009 5:26 am
by archik_RUSSIA
www\media\system\css\modal.css - line 46

Code: Select all

background-image:url(../images/spinner.gif);
- incorrect URL for preloader image,
please correct on

Code: Select all

mootree_loader.gif
-------------
From Russia with Love!

Re: JOOMLA MODAL - CSS BUG

Posted: Wed Dec 09, 2009 8:35 am
by F2tech
i think
background-image:url(../images/spinner.gif);
at line 46 is correct.

background-image:url(../images/spinner.gif); is an appropriate preloader. no need to change to mootree_loader.gif.

mootree_loader.gif is kind of refresh gif file not for preloader.