css not working [closed]
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?
精彩评论