Browser Issues

Hi,
I have my site on wordpress but I am having some issues…

1/ In IE9 red x’s appear in corner of each image. Why is this?
2/ In Firefox, the text that should appear over bottom of each image on mouse over, actually appears above each image. Any ideas why?
3/ I want the second image to act as a link. But in FF the link does not appear.

Thanks!

You have broken images (non-existent URL paths) in your HTML document which leads to the red x’ you’re seing.

        
<img src='images/hotel1.jpg' width="200px" height="200px" />        
 

As for FF, the text overlay displays at the bottom in FF7.

I don’t see you having wrapped the second image into an anchor tag. Wrap your image in an anchor tag and it should work.