大前端
-
IE6/7/8下的console.log会报错,错误提示为“’console’ is undefined”的解决!
IE6/7/8下的错误提示为“’console’ is undefined”! js代码: $(‘#slides’).superslides({inherit_width_from: ‘.wide-container’,inherit_height_from: ‘.wide-c…
-
IE6下溢出末尾一个字符的解决方案!
IE6下溢出末尾一个字符的解决方案! html代码: <div><img src=”http://www.lassaquarium.com/tpl/lassaquarium/images/about/qq.jpg” width=”167″ height=”30̸…
-
jquery下mouseenter、mouseleave在IE6中仍然闪烁的解决方案!
jquery下mouseenter的预期效果! html代码: <section><ul><li><a href=”#”><img src=”http://www.lassaquarium.com/tpl/lassaquarium/images/product/product-categ…
-
在 CentOS 6.2 64位 下配置awstats过程中遇见的问题的解决!
根据两个网址: http://www.centospub.com/make/awstats.html 使用AWStats分析Nginx和Apache日志 来进行配置的,版本是选用的awstats-7.2.tar.gz,最新版本的。需要翻墙才能够下载到的。 在阿里云CentOS 6.2 64位上…
-
IE6、7下的使用jquery,如果是mouseover、mouseout事件的时候会出现闪烁的问题的解决!
/* 页头:我的乐事 */ $(“.my-leshi”).mouseover(function(){$(“.my-leshi”).addClass(“my-leshi-hover”);}).mouseout(function(){$(“.my-leshi”).removeClass(…
-
在IE6、7下的z-index的未有预期效果的解决!
我的乐事应该覆盖住导航菜单栏的,可是却让导航菜单的li的背景浮在上面了。 即使让我的乐事的z-index大于导航菜单仍然是不行的,最后将其上级的两个div的position: relative;的z-index设置了大小,让我的乐…
-
Warning:scandir() has been disabled for security reasons 在 _boost_rmdir() 提示信息的解决方案!
Warning:scandir() has been disabled for security reasons 在 _boost_rmdir() 提示信息 原因在于scandir()未在环境配置中启用,需要在php.ini中进行启用设置才行的。
-
Notice:Undefined offset: 4 在include()之类提示在 drupal7 中的解决方案!
在模板文件中输出一些变量的时候,如果变量不存在,便会提示此类的错误信息,以下是提示截图及解决方案: Notice:Undefined offset: 4 在include()之类提示<?php if(isset($content[‘field_power’][…
-
drupal7 下的视图弹出窗口出现居于左上角并且在添加字段、过滤的时候出现错误的分析及解决!
drupal7 视图添加字段及过滤出现错误提示 通过在官方网站的搜索,确定原因在于安装并启用了jQuery Update模块,所以出现此错误,最近不得不禁用掉了,果然一下子就正常了的。
-
drupal7 内容类型新建及编辑出现错误的分析及解决!
drupal7 内容类型新建及编辑出现错误提示 最终通过http://drupal.org/node/1014172找到问题的解决方法; 我用的是wamp的配置环境,原生安装的,操作系统为win7 64位旗舰版,通过在my.ini中添加 max_allowed_…