页面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你会发现有这个问题。 好的,,谢谢咯哦。。。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

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

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

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.

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

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

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

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.

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
