It appears to be a path problem. Where you have:
Code:
<a href="presse/annika_aakjaer_presse_01.jpg" rel="lytebox" title="Foto: Sofie Amalie Klougart"><img src="presse/01.png" width="84" height="89" border="0"></a>
on this page:
Code:
http://www.annikaaakjaer.com/test/billeder/presse.htm
The browsers that are having a problem are not finding the path to the image. Perhaps if you made the path absolute, ex:
Code:
<a href="http://www.annikaaakjaer.com/test/billeder/presse/annika_aakjaer_presse_01.jpg" rel="lytebox" title="Foto: Sofie Amalie Klougart"><img src="presse/01.png" width="84" height="89" border="0"></a>
It may work.
If that takes care of it but you don't understand what an absolute path is, let me know. If there is still a problem even with the path as shown (don't forget to clear the browser's cache before testing the newly uploaded file), let me know that too.
Bookmarks