OZIO GALLERY with accordion Skins
Now I have make 2 modifications :
--First point--
for file /libraries/joomla/html/html/ behaviour.php
change:
$tooltipInit = ' window.addEvent('domready', function(){ var JTooltips = new Tips($$(''.$selector.''), '.$options.'); });';
by:
$tooltipInit = ' window.addEvent('load', function(){ var JTooltips = new Tips($$(''.$selector.''), '.$options.'); });';
-- secon point --
and I use plugin
http://extensions.joomla.org/ extensions/style-&-design/browsers-&-web-standards/7623/details
to help the compatibility with IE8
Now all is OK but ==>
when I want to make an article from the front page I have an Error
Calendar.setup: Nothing to setup (no fields found):Please check your code.
I have this error only with IE not with Firefox
With the skin carrousel I haven't this error, but I would like use accordion skin.
Thanks a lot to your help
and thanks for your great job with OZIO