my website which designed in VWD asp.net not correctly displayed in Mozilla firefox?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • suhad
    New Member
    • Jul 2010
    • 3

    my website which designed in VWD asp.net not correctly displayed in Mozilla firefox?

    hello;
    thank you very much for your help,please I am from Iraq and have no enough resources to search.I want to know how to use browsercaps (which I find in many sites)in my web.config file and if (minor and major) replaced with value or not and any changes to fit with my requirement.
    I am very grateful to you.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Honestly I would look to implement a solution using CSS that looks the same in all browsers to avoid having to check for browser settings.

    However, what you're looking to use is the Request.Browser Property. Using this property you can check for everything that you are asking about.

    -Frinny

    Comment

    Working...