Hi, I have a problem with a Lightbox type modal window not working properly with IE. I have identified the problem as being due to the style attribute of the hidden image as 'display: none'. This works fine in all other browsers. But for IE, I need to change the value onload to 'display: block' and then straight back to 'display: none' which will fix the problem.
Could anyone tell me how I can do this? I need to apply this rule to multiple divs of class 'image'.