Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 安装插件后,位置不对了,求助,我改了一晚上也没找到。

[复制链接]
redbug 发表于 2013-5-25 07:55:19 | 显示全部楼层 |阅读模式
问题描述
适用版本: Discuz! X2.5
浏览器: IE8 TT 360 IE10 其他(帖子中请注明浏览器) 
使用模板: 其他模板(请在回帖中说明模板的名称或者是模板的下载地址)
BUG地址: http://sylgb.w152.mc-test.com
本帖最后由 redbug 于 2013-5-25 20:33 编辑

求助下

模板用的是克米橙色模板,安装插件ai_view的“关于我们”后:



安装这个个插件后,横线提高到工作动态上面了。正常显示应该是


但是只要关闭“关于我们”这个插件,在任何浏览器中都正常。

启用“关于我们”插件,在IE、360下显示正常,在TT、搜狗下都不正常,怎么修改正常啊??急。

我找了一晚上,还是找不到。

这是关于我们插件的css:



先谢谢各位高手了。。


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
朕__ 发表于 2013-5-25 08:49:09 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

 楼主| redbug 发表于 2013-5-25 20:33:28 | 显示全部楼层
朕__ 发表于 2013-5-25 08:49
网站都打不开 真牛

可以打开了。。测试网站,单位的任务。。
回复

使用道具 举报

deviljing 发表于 2013-5-25 21:00:28 | 显示全部楼层
初步估计是clearfix引起的
回复

使用道具 举报

 楼主| redbug 发表于 2013-5-25 21:02:55 | 显示全部楼层
deviljing 发表于 2013-5-25 21:00
初步估计是clearfix引起的

你说的对,可惜我真的是个菜鸟。。请赐教!!
回复

使用道具 举报

deviljing 发表于 2013-5-25 21:05:06 | 显示全部楼层
redbug 发表于 2013-5-25 21:02
你说的对,可惜我真的是个菜鸟。。请赐教!!

试着把CSS里的clearfix删掉看是什么状况
回复

使用道具 举报

 楼主| redbug 发表于 2013-5-25 21:49:16 | 显示全部楼层
deviljing 发表于 2013-5-25 21:05
试着把CSS里的clearfix删掉看是什么状况

还是不行。。。。。。
回复

使用道具 举报

 楼主| redbug 发表于 2013-5-25 22:36:11 | 显示全部楼层
我把一些源码发下:

首页的源码:

  1. <P><span id="top1">
  2. <div class="moduleBot">
  3. <div class="hd">资讯中心</div>
  4. <div class="bd">
  5. <ul class="clearfix">
  6. <li class="box" style="">
  7. <h3 class="clearfix"><a href="#" class="more">更多>></a>工作动态</h3>

  8. <!--[diy=comiis_sfcs09]-->

  9. <div id="comiis_sfcs09" class="area">
  10. <div id="framehkcfuG" class=" frame move-span cl frame-1">
  11. <div id="framehkcfuG_left" class="column frame-1-c">
  12. <div id="framehkcfuG_left_temp" class="move-span temp">
  13. </div><div id="portal_block_13" class="block move-span">
  14. <div id="portal_block_13_content" class="dxb_bc">
  15. <ul>
  16. <li><a href="forum.php?mod=viewthread&tid=71" target="_blank">提出2013年工作基</a><em>05-24</em></li>
  17. <li><a href="forum.php?mod=viewthread&tid=59" target="_blank">参观方特欢乐世界</a><em>05-23</em></li></P>
  18. <P> </P>
复制代码
插件的CSS:
  1. /* grid */
  2. .page{width:100%; margin:0 auto}
  3. .clearfix:after, .page:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
  4. .clearfix{*display:inline-block; display:block; *height:1%}
  5. .clear {clear:both;}
  6. .page .ext_box{margin:0 5px;}
  7. .page .last{margin-right:0;}
  8. .grid,.grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9{float:left; position: relative}
  9. .grid-1{width:10%}
  10. .grid-2{width:20%}
  11. .grid-3{width:30%}
  12. .grid-4{width:40%}
  13. .grid-5{width:50%}
  14. .grid-6{width:60%}
  15. .grid-7{width:70%}
  16. .grid-8{width:80%}
  17. .grid-9{width:90%}
  18. .grid{width:100%}
  19. .prefix-1{padding-left:10%}
  20. .prefix-2{padding-left:20%}
  21. .prefix-3{padding-left:30%}
  22. .prefix-4{padding-left:40%}
  23. .prefix-5{padding-left:50%}
  24. .prefix-6{padding-left:60%}
  25. .prefix-7{padding-left:70%}
  26. .prefix-8{padding-left:80%}
  27. .prefix-9{padding-left:90%}
  28. .suffix-1{padding-right:10%}
  29. .suffix-2{padding-right:20%}
  30. .suffix-3{padding-right:30%}
  31. .suffix-4{padding-right:40%}
  32. .suffix-5{padding-right:50%}
  33. .suffix-6{padding-right:60%}
  34. .suffix-7{padding-right:70%}
  35. .suffix-8{padding-right:80%}
  36. .suffix-9{padding-right:90%}

  37. /*ext*/
  38. .page{margin-bottom:10px}
  39. .ext_row label,.ext_row input,.ext_row textarea{
  40. display: block;
  41. }
  42. .ext_tab li{
  43. background:#f2f2f2;
  44. margin:5px 5px 0 5px;
  45. border:1px solid #ddd;
  46. border-top-left-radius:5px;
  47. border-top-right-radius:5px;
  48. }
  49. .ext_tab li a{
  50. color:#666;
  51. padding:5px;
  52. display: block;
  53. }
  54. .ext_tab li a:hover{
  55. color:#369;
  56. }
  57. .ext_tab li.action{
  58. background:#fff;
  59. }
  60. .ext_tab li.action a{
  61. color:#369;
  62. }
  63. .ext_ul{
  64. border-bottom:1px solid #dedede;
  65. }
  66. .ext_ul li{
  67. position: relative;
  68. margin-bottom:-1px;
  69. float:left;
  70. background:url({IMGDIR}/tb.png) repeat-x;
  71. }
  72. .ext_ul li.action{
  73. border-bottom:1px solid #fff;
  74. }
  75. .ext_u{
  76. margin-bottom:5px;
  77. }
  78. .ext_u li{
  79. border-radius:5px;
  80. text-align:center;
  81. background:url({IMGDIR}/tb.png) repeat-x;
  82. }
  83. .ext_u li a:hover{
  84. background:url({IMGDIR}/titlebg.png) repeat-x;
  85. }
  86. .ext_u li.action{
  87. background:url({IMGDIR}/titlebg.png) repeat-x;
  88. }
  89. .ext_nav{
  90. font-weight:bold;
  91. }
  92. .ext_xld{
  93. padding-left:20px;
  94. }
  95. .ext_xld li{
  96. list-style: disc;
  97. }
  98. .ext_content h3{
  99. margin:0.5em 0;
  100. font-size:1.2em;
  101. }
  102. /*custom*/
  103. .ext_cr{
  104. margin-bottom:10px;
  105. border-bottom:1px solid #ddd;
  106. }
  107. .ext_cr li{
  108. margin:0;
  109. border-width:1px 1px 0 1px;
  110. border-top-left-radius:0;
  111. border-top-right-radius:0;
  112. text-align:center;
  113. background:url({IMGDIR}/tb.png) repeat-x;
  114. }
  115. .ext_cr li a:hover{
  116. background:url({IMGDIR}/arw_l.gif) no-repeat left center;
  117. }
  118. .ext_cr li.action{
  119. background:url({IMGDIR}/arw_l.gif) no-repeat left center;
  120. border-width:1px 1px 0 0;
  121. }

  122. .ext_cl{
  123. margin-bottom:10px;
  124. border-bottom:1px solid #ddd;
  125. }
  126. .ext_cl li{
  127. margin:0;
  128. border-width:1px 1px 0 1px;
  129. border-top-left-radius:0;
  130. border-top-right-radius:0;
  131. text-align:center;
  132. background:url({IMGDIR}/tb.png) repeat-x;
  133. }
  134. .ext_cl li a:hover{
  135. background:url({IMGDIR}/arw_r.gif) no-repeat right center;
  136. }
  137. .ext_cl li.action{
  138. background:url({IMGDIR}/arw_r.gif) no-repeat right center;
  139. border-width:1px 0 0 1px;
  140. }
复制代码
各位请帮我看看,哪里发生了冲突??

因为是关闭插件就正常,我判断肯定是插件的css和模板的CSS发生冲突。。。模板在任何浏览器都正常,但是一启用插件就有问题。。

请赐教!!谢谢。。


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-25 00:06 , Processed in 0.028957 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表