Thanks Bob, for your quick reply.
And yep, it was definately a conflict. And I finally found it :laugh: (after spending too many hours on it yesterday and today), but today I found out that when validation was selected in the chronoform the menusysteem (either suckerfish or moomenu) wouldn't work anymore either.
It didn't changed if I used prototype lib or mootools lib for validation, and as stated above changing from suckerfish to moomenu didn't change it either.
Now I found a combination that does work, in IE6/IE7 and Firefox. Menu's work, tooltips work (although I had to do some adjustment for IE)
Here's the config: (for other users who may run into these problems)
- Joomla 1.5.3
- Virtuemart 1.1
- Chronoforms 2.5 RC3.1
Rockettheme template (completly modified)
using following settings:
- mootools for validation in chronoforms
- MooMenu for menu system
- running mootools 1.11 (included in rockettheme)
disable in chronocontact component the mootools 1.11 entry.
(line 45 in chronocontact.html.php)
and in IE6 & IE7 I still had an alt text saying "tooltip" besides the tooltip that was showing, to fix this I removed alt text in this line:
- Code: Select all
$text = '<img src="'. $image .'" border="0" alt="'. JText::_( 'Tooltip' ) .'"/>';
by changing to
- Code: Select all
$text = '<img src="'. $image .'" border="0" />';
in the file html.php (libraries\joomla\html\html.php)
that's about it.
Okay, I'm getting back to the website..
Marald