Modificare il file:
\style\res\x5settings.js
(function ( $, x5engine ) { var x = x5engine, s = x.settings, p = s.currentPath, b = x.boot; b.push(function () { x.setupDateTime(); x.imAccess.showLogout(); x.utils.autoHeight(); x.cart.ui.updateWidget(); x.imGrid.init(); }); b.push(function () { x.menu({ target: '#imMnMn', showCurrent: false, verticalScroll: false, orientation: 'horizontal', menuHeight: 26, menuWidth: 118, submenuHeight: 22, submenuWidth: 188, opacity: 0.800, type: 'singleColumn', alignment: 'left', effect: 'fade' }); }); b.push(function () { x.utils.imPreloadImages([p + 'menu/index_h.png',p + 'menu/chi-siamo_h.png',p + 'menu/contatti_h.png',p + 'menu/photo-gallery_h.png',p + 'menu/privacy-policy_h.png',p + 'menu/lista-nascite_h.png',p + 'menu/occasioni_h.png',p + 'menu/articoli_h.png',p + 'menu/sub.png',p + 'menu/sub_h.png',p + 'menu/sub_f.png',p + 'menu/sub_m.png',p + 'menu/sub_l.png',p + 'menu/sub_f_h.png',p + 'menu/sub_m_h.png',p + 'menu/sub_l_h.png', p + 'res/imLoad.gif', p + 'res/imClose.png']); }); // ShowBox $.extend(s.imShowBox, { 'effect' : 'fade', 'shadow' : '', 'background' : '#002080', 'borderWidth' : { 'top': 1, 'right': 1, 'bottom': 1, 'left': 1 }, 'borderRadius' : '5px 5px 5px 5px', 'borderColor' : '#000000 #000000 #000000 #000000', 'textColor' : '#002080', 'fontFamily' : 'Tahoma', 'fontStyle' : 'normal', 'fontWeight' : 'normal', 'fontSize' : '9pt', 'textAlignment' : 'left', 'boxColor' : '#FFFFFF', 'opacity' : 0.700, 'radialBg' : true // Works only in Mozilla Firefox and Google Chrome }); // PopUp $.extend(s.imPopUp, { 'effect' : 'fade', 'width' : 500, 'shadow' : '', 'background' : '#002080', 'borderRadius' : 10, 'textColor' : '#002080', 'boxColor' : '#FFFFFF', 'opacity' : 0.700 }); // Tip $.extend(s.imTip, { 'borderRadius' : 0, 'arrow' : true, 'position' : 'bottom', 'effect' : 'none', 'showTail' : true }); // Captcha var codes = s.imCaptcha.offlineCodes; s.loaded = true; })( _jq, x5engine );
[
Íàçàä
]