
Originally Posted by
Cyanide_Pierce
So if you navigate from services back to home does it appear?
Nope. I now understand your problem and can reproduce it.
If you use Chrome's web dev tools to analyse the page, on the first page load you see the following warning:
Code:
Resource interpreted as Image but transferred with MIME type text/html: "http://www.piercemcgeough.co.uk/liveproject/index.html"
Maybe the PHP file is being transferred with the wrong MIME type?
What happens if you remove the images from the PHP file and replace them with some randome text (just for testing purposes).
Bookmarks