
Originally Posted by
capescafe
I've tested this on FF 5 and 6 on Windows, and the page renders fine for me. :/

Originally Posted by
capescafe
Is there a way you can simply not include the offline storage feature. Because I know not all sites built with HTML5 show that message.
I don't know much about this, but I gather that, to allow for offline storage of you site, you need to add this in your <html> element:
manifest="cache.manifest"
e.g.
Code:
<html class="no-js" lang="en" manifest="cache.manifest">
So if you don't put that in, the user won't get the view offline message.
Bookmarks