gpt4 book ai didi

css - IE跨浏览器按钮问题

转载 作者:行者123 更新时间:2023-11-28 12:55:57 24 4
gpt4 key购买 nike

http://www.pcdconsultancy.co.uk/

我目前正在 IE 中调试一个网站,并试图确定是什么导致按钮浮出其包装器

我的侧边栏代码是:

<div class="homepagesidebar">
<ul>
<li>
<div class="mctitlelatestnews">
<div class="exclamationmark"></div>Latest News
</div>
<div class="latestpostsbox">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('homepage-sidebar') ) :?><?php endif; ?>

<?php $the_query = new WP_Query( 'showposts=2' ); ?>

<?php while ($the_query -> have_posts()) : $the_query -> the_post(); ?>
<i class="sidebarbluetext"><?php the_date('jS F Y'); ?></i>
<?php the_content(__('(more…)')); ?>
<br/>
<?php endwhile;?>

<div class="morewrap">
<a href="http://pcdconsultancy.co.uk/index.php/projects/">more</a>
</div>
</div>

<br/>
<div class="projectboxtitle">
<div class="projectsicon"></div>Recent Projects</div>
<div class="projectsbox">
<?php
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('recentposts-sidebar') ) :
endif; ?>

<?php $the_query = new WP_Query( 'showposts=1' ); ?>

<?php while ($the_query -> have_posts()) : $the_query -> the_post(); ?>

<?php the_post_thumbnail( array(218,200) ); ?>

<?php endwhile;?>

<div class="projectsmorewrap"><a href="http://www.milknhny.co.uk/SofiaWork/?page_id=12">more</a></div>
</div>
</li>
</ul>
</div>

我没有看到 DIV 处于打开状态,所以我很茫然!任何人都可以请教吗?

最佳答案

看起来您没有在任何地方关闭 projectboxtitle div。

关于css - IE跨浏览器按钮问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16516905/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com