24.08.2011 Firefox 6 - обновлениеВ Firefox 6 в Managee версии ниже 0.99.50 не видно меню. Можно мышкой оттянуть вниз верхнюю границу документа, и меню покажется. Также можно внести следующие изменения в код:
Файл system/modules/menu.php
Найти строки
function myresize(){
var content_height=((navigator.appName=='Netscape')?document.height:document.body.scrollHeight)+3
var window_height=(navigator.appName=='Netscape')?window.innerHeight:document.body.clientHeight
и заменить на
function myresize(){
var content_height=(document.height?document.height:document.body.scrollHeight)+3
var window_height=window.innerHeight?window.innerHeight:document.body.clientHeight
К новостям
|