网页样式是乱码,直到点击firefox中的刷新? [英] Web page style is garbled until clicking refresh in firefox?

查看:226
本文介绍了网页样式是乱码,直到点击firefox中的刷新?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个页面,当它加载在firefox 8.0一些用户报告布局是所有扭曲。点击刷新可以解决问题。我不知道如何测试这,因为它显示在我的机器上很好。没有报告的Javascript错误,再次按F5后它工作正常

I have a page that when it loads in firefox 8.0 some users report the layout is all distorted. Clicking refresh fixes the issue. I can't figure out how to test this since it displays just fine on my machine. No reported Javascript errors, and again, it works fine after pressing F5

您可以查看此页 http://www.sc-pa.com/content/search_real_property.asp

推荐答案

正如其他人在评论中说的,这是一个缓存问题,一些用户正在使用您的网站与旧版本的CSS。

As others have said in the comments, it is a caching issue, some users are using your site with an old version of your css.

始终使用网站的版本号避免将来出现的问题

Always use the version number of the website to avoid the issue in the future

<link rel="stylesheet" href="/include/css/site.css?v1.01"  type="text/css"  />

这篇关于网页样式是乱码,直到点击firefox中的刷新?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆