IE Problem - 2 Questions

  • Thread starter Thread starter Microsoft
  • Start date Start date
M

Microsoft

Are there any drawback to using Mozilla on a full ASP.NET Site, form
Authentication and all?

I am having an issue displaying PNG Files to IE. Everything is perfect in
Mozilla. I know this may be an IE questions, but maybe someone has run into
it?

TIA,

Steve
 
PNG files are not compatible with some browsers. Your best bet is to use GIG
or JPG format files. If you can't convert the files you are using, you can
programmatically convert them when streaming them to the browser, using the
..Net imaging classes.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top