Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

yurakozirev

Newbie
  
  • Posts

    3
  • Joined

  • Last visited

yurakozirev's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Добрый день. Подскажите пожалуйста, при экспорте выскакивает такая ошибка Fatal error: require_once(): Failed opening required 'Classes/PHPExcel.php' (include_path='.:/usr/local/zend-5.6/share/pear') in /home/users/j/j677096/domains/keyneva.ru/admin/model/tool/export_import.php on line 8042 а при импорте такая Fatal error: require_once(): Failed opening required 'Classes/PHPExcel.php' (include_path='.:/usr/local/zend-5.6/share/pear') in /home/users/j/j677096/domains/keyneva.ru/admin/model/tool/export_import.php on line 5471 В чем может быть проблема?
  2. Здравствуйте! Создал дополнительное меню и столкнулся с такой проблемой, что ссылки кликабельные только в IE. В остальных браузерах (Chrome, Safari...) они отображаются, но кликнуть по ним нельзя. В чем может быть проблема? Вот кусок кода в header.tpl <div id="topmenu"> <ul> <li><a href="http://uxury.ru/dostavka-i-oplata.html">Доставка Рё оплата</a></li> <li><a href="http://uxury.ru/o-nas.html">Рћ компании</a></li> </ul> </div> и stylesheet.css #topmenu { position: absolute; left: 425px; top: 35px; } #topmenu ul { list-style-type: none; } #topmenu ul li { display: table-cell; } #topmenu ul li a { font-size: 11px; color: #000; text-decoration: underline; padding: 8px; }
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.