-
Just a Question!
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
-
Re: Just a Question!
I haven't heard of or experienced any compatibility issues with user controls and IE. Got any code (html) to show us?
-
Re: Just a Question!
What browser versions does it work in and which ones does it not work in?
I've had some (unrelated) compatability issues, things working in IE 6.0 but not 5.0
-
Re: Just a Question!
It's the same here. It works in IE 6.0 but so far can't get it to work in 5.0 or older.
-
Re: Just a Question!
Can u post your code?
Woka