search
HomeWeb Front-endHTML Tutorial页面CSS问题,刚进入正常,刷新出错。望指点,。_html/css_WEB-ITnose

CSS布局  刷新问题

给公司弄网站,,很久没碰代码这些了。在这个页面(http://www.dayusw.com/?list-1512.html),IE9刚刚进入布局正常,但刷新几次之后就不正常,继续刷新又不正常,继续刷新又正常, 如此循环,这是怎么回事?望各位帮忙一下。。

回复讨论(解决方案)

这是CSS

/*案例图片列表*/.art_list { padding-top:30px; padding-left:0px; }.art_list ul {list-style:none; padding:0px; margin:0; }.art_list ul li{ float:left; padding-left:20px;padding-bottom:20px; }.art_list ul li .pic2{ background:url(cp_bog.png) no-repeat; padding-top:5px; padding-left:5px; width:190px; height:132px; }.art_list ul li .pic2 img{ width:170px; height:122px;}.art_list ul li .pic2 img:hover{width:168px; height:120px; border:#DDDDDD solid 1px}.art_list ul li .title2{ width:160px; text-align:center;  padding:10px; }.art_list ul li .title2 a{ font-size:14px }.art_list ul li .title2 span.jg{ float:right; color:#FF3300}/*案例图片列表结束*/

这个是一个模板里面的代码

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>{$GetClassName}-{$GetSiteTitle}</title><meta content="text/html; charset=gb2312" http-equiv=Content-Type><meta content="{$GetClass_Meta_KeyWord}" name="keywords" /><meta content="{$GetClass_Meta_Description}" name="Description" /><link href="{$GetInstallDir}img/index.css" type=text/css rel=stylesheet><script src="{$GetInstallDir}ks_inc/common.js" type="text/javascript"></script><script type="text/javascript" src="{$GetInstallDir}img/jquery-1.4.2.min.js"></script><script type="text/javascript" src="{$GetInstallDir}img/swfobject.js"></script><SCRIPT type=text/javascript>						var params = {};			params.allowscriptaccess = "always";			params.allownetworking = "all";			params.wmode = "transparent";			var attributes = {};			attributes.id = "bar_swf";			attributes.wmode = "transparent";			swfobject.embedSWF("{$GetInstallDir}img/bar_swf.swf", "bar_swf", "1000", "200", "9", '', params,attributes);</SCRIPT></head><body>{LB_头部通用}<div class="main">    <div class="wart">    <div><div id="bar_swf"></div></div>    <table width="100%" border="0" cellspacing="0" cellpadding="0"  class="art_main">      <tr>        <td width="220" height="500" valign="top" class="left_bg"  >                <div class="dhbt2"></div>        <div class="dhbt"></div>        <div class="left_m">              {LB_栏目导航}       </div>                                </td>        <td width="20"></td>        <td valign="top">           <div class="pageurl"><span class="url">{LB_位置导航}</span></div>           <div class="art_list_title">{$GetClassName}</div>           <div class="art_list">           <div class="list_pic">{LB_穿插图片}</div>	   <br/><div class="clr"></div>{LB_终级文章列表}           </div>           <div style="height:50px;"></div>          </td>      </tr>    </table>    </div></div>{LB_底部通用}</body></html>

清一下缓存看看

清一下缓存看看 我的IE设置为关闭后自动清除。但问题依旧。难道是兼容性问题?目前使用WIN7 64位,IE9和遨游4.1

刚也用IE9测试一下你说的那个页面,没有你说的那个问题。
另外值得一提的是,IE如果连续刷新,两次刷新间隔较短的话,都会有你说的那种情况,任何一个网站都会有,你随便找个网站,不停的按F5你会发现有这个问题。

刚也用IE9测试一下你说的那个页面,没有你说的那个问题。
另外值得一提的是,IE如果连续刷新,两次刷新间隔较短的话,都会有你说的那种情况,任何一个网站都会有,你随便找个网站,不停的按F5你会发现有这个问题。 好的,,谢谢咯哦。。。

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
What is the purpose of the <datalist> element?What is the purpose of the <datalist> element?Mar 21, 2025 pm 12:33 PM

The article discusses the HTML <datalist> element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

What is the purpose of the <progress> element?What is the purpose of the <progress> element?Mar 21, 2025 pm 12:34 PM

The article discusses the HTML <progress> element, its purpose, styling, and differences from the <meter> element. The main focus is on using <progress> for task completion and <meter> for stati

What is the purpose of the <meter> element?What is the purpose of the <meter> element?Mar 21, 2025 pm 12:35 PM

The article discusses the HTML <meter> element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates <meter> from <progress> and ex

How do I use HTML5 form validation attributes to validate user input?How do I use HTML5 form validation attributes to validate user input?Mar 17, 2025 pm 12:27 PM

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

What is the viewport meta tag? Why is it important for responsive design?What is the viewport meta tag? Why is it important for responsive design?Mar 20, 2025 pm 05:56 PM

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

What is the purpose of the <iframe> tag? What are the security considerations when using it?What is the purpose of the <iframe> tag? What are the security considerations when using it?Mar 20, 2025 pm 06:05 PM

The article discusses the <iframe> tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

What are the best practices for cross-browser compatibility in HTML5?What are the best practices for cross-browser compatibility in HTML5?Mar 17, 2025 pm 12:20 PM

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

How do I use the HTML5 <time> element to represent dates and times semantically?How do I use the HTML5 <time> element to represent dates and times semantically?Mar 12, 2025 pm 04:05 PM

This article explains the HTML5 <time> element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use