I have created a splash page for a friend but for some reason the image does not display in IE. Works fine in firefox and safari but for some reason it just doesn't like IE!
I used your code and couldn't get it load in IE7, even after simplifying it...so then I used another jpg that I had and *bam*. Try another image and see if it works for you.
That's a ludicrously large file for what it is. I'd convert it to a gif, since basically it is made up of blocks of colour. If you must use the image to display the text, I suggest you have all the the text in alt" "
Aside from being huge (you could easily cut this to a tenth the size with "save for web" in PS), the image is saved with CMYK color mode. You need sRGB for web jpg images, IE doesn't display CMYK.
If you must use the image to display the text, I suggest you have all the the text in alt" "
That's on option but if your text needs mark up I suggest that you put it inside a hidden DIV and use the image as a background.
“The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect.”
—Tim Berners-Lee, W3C Director and inventor of the World Wide Web
NICE ONE! I guess the large size and CMYK setup was the issue. Image coverted to RGB and saved to less than one tenth it's original size! Thanks again for the help. Greatly appreciated.
Bookmarks