Ops sorry, I posted where she should not
It is possible, leaving fixed panel template configuration, as it moves a lot when you hover the mouse pointer over
the template Black and White
thanks
$$('div[id^="template-sliders-"]')[0].addEvent('mouseenter', function() {
WidthFX.start({
'width': minW,
'margin-left': (-1 * (minW - baseW))
});
});
$$('div[id^="template-sliders-"]')[0].addEvent('mouseleave', function() {
WidthFX.start({
'width': baseW,
'margin-left': 0
});
});
//$$('div[id^="template-sliders-"]')[0].addEvent('mouseenter', function() {
//WidthFX.start({
//'width': minW,
//'margin-left': (-1 * (minW - baseW))
//});
//});
//$$('div[id^="template-sliders-"]')[0].addEvent('mouseleave', function() {
//WidthFX.start({
//'width': baseW,
//'margin-left': 0
//});
//});