Groups | Blog | Home
all groups > asp.net > march 2007 >

asp.net : Asp.net web app issues with Firefox/Safari



Benedictum
3/11/2007 11:15:04 PM
I have added the BrowserCaps in web.config file but it did not do anything
in the prsentation of the web page. Is there anything else to do to have
Firefox render the page like IE?


Peter Bradley
3/12/2007 12:00:00 AM
Write w3c compliant xhtml. Firefox is not perfect, but it tries hard to be
standards compliant (although it sometimes gets it wrong). Many standard
Web design/programming books recommend developing for FF in the first
instance and then modifying your code to make it work in IE (using the Web
to find the necessary hacks). That's what we do. We don't use any
IE-specific controls: only HTML controls with the runat="server" attribute.


Peter


[quoted text, click to view]

Benedictum
3/12/2007 6:28:31 AM
I thought about that. I am glad you made a comment on this approach. I'll
try your suggestion. thanks.
--B

[quoted text, click to view]

darrel
3/12/2007 9:40:21 AM
[quoted text, click to view]

Alternatively, upgrade to 2.0

With 2.0, it seems as if MS has finally acknowledged that there are people
using web browsers OTHER than IE on Windows.

-Darrel

AddThis Social Bookmark Button