I created a user control in ASP.net which I use on my web pages. The user control has a jpeg file and acts as my logo header.
I have noticed however, that in some browsers the image does not show while in others it does (all of these are I.E.).
I just wanted to know if there are compatibility issues with I.E. and user controls, is it a version problem and what should I do to allow the control to show in earlier browser versions?

Thanks