开发者

css not working [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. 开发者_如何学Python Closed 11 years ago.

I change certain things like width, height, of a button in the css style sheet. However when I refresh the web page nothing at all changes. I try this for all elements in the css for other buttons and things but nothing works. Any idea why the css is not refreshing?

thanks,


Press control+shift+R for a hard reset that bypasses the cache. Otherwise, check to make sure the css is actually being pushed onto the server/development environment.

Right click on the page and click on view source. Then on that page click on the css pages that are linked, to make sure that your changes are actually reflected in there.


Perhaps your stylesheets are cached ? CTRL+SHIFT+R in most browser will perform a forced refresh.


Have you tried deleting the browser cache?


First make sure that you are referencing the right CSS file. Then delete your browser cache or press CTRL + F5 to completely refresh the page.


Are you saving your stylesheet before refreshing? Is it properly linked?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜