Accessing .NET app via Mozilla(Firefox) vs IE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When accessing a VB.net application I've created with mozilla it replaces div
tags with table tags. I realize that this is a "feature" of .NET to support
browsers that are older but Mozilla and Firefox have terrific support for
current HTML standards. Our application is going to be viewed by
Mozilla-based browsers and the markup that displays in anything other than IE
is ugly. (Changing your user agent to IE in mozilla renders the same
application exactly the same as in IE). Is there anyway to disable this kind
of "smart" rendering by .NET?

Regards,
David Gardner
 
The objective is not to 'disable' adaptive rendering as you incorrectly
assume but learn to append configuration files with updated declarative code
that was not known or available when the framework was released. Read this
[1]. Then use Google to find many other articles and blogs that are being
published..

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET (e-mail address removed)
URL http://www.metromilwaukee.com/clintongallagher/

[1] http://weblogs.asp.net/mrupp/archive/2003/04/03/4789.aspx
 
Back
Top