Forum Moderators: open
My site is www.jonathanwald.com
The specific pages which exemplify the problem are:
[jonathanwald.com...]
In this page, there should be an image in the middle of the curtains, and you should be able to click on it to open a new window with a larger image. I actually think there are two issues here: IE can’t figure out the transparent image (the curtains have a transparent hole in the middle of them, through which the image should appear) and it also has the window.open problem.
[jonathanwald.com...]
On this page, if you click the camera icon, and then click on any of the photos that appear on the right, it should open a new window with a larger version of that photo. But in IE it doesn't.
[jonathanwald.com...]
On this page you should be able to click on any of the images in the etchasketches and open a new window with a larger version of that image. Again, in IE it doesn't.
Oh, how I hate browser compatibility!
Thanks in advance for any help.
IE doesn't support PNG opacity (normally).
There are solutions: png IE solutions:
[google.se...]
window.open
Remove the dot from the 'name' argument. IE doesn't like dots or spaces when this set using open.
'jonathanwald.com' --> 'jonathanwaldcom' This may well be the problem on the other pages too (I haven't checked yet because I suspect it is).