Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.
The CSS was working fine on-line but no longer works off-line; I'm wondering if there is some function that I need to turn on?
2012-03-21 18:23:00
I assume the CSS is in it's own file?Maybe you have used an absolut path e.g. "http://1.1.1.1/somefolder/file.css" instead of a relative one "./somefolder/file.css".As soon as you go offline the absolut path may not be available causing this problem.
2012-03-21 01:36:00
The browser could prove to be your problem, or if for whatever reason you have used CSS to embed a font into your webpage that isn't saved on your computer as well, the font will not show up properly offline.
2012-03-20 06:01:00
Hi,Have you made sure there aren't any errors in your CSS or your HTML? If not. then You need to make sure that there aren't any errors in either your HTML or your CSS.Go to this CSS validator link and paste the URL of your website. It will validate your CSS and tell you if there are any errorsCSS Validator: http://jigsaw.w3.org/css-validator/ ALSOTry using other browsers as to me it also looks like a cache problem. Your browser maybe not able to save enough information about your site hence when you go offline the site lacks the usual features as the features are not stored in your cache. Try using Google Chrome or Mozilla Firefox.