CSS and Firefox

Discussion in 'ASP.NET 2.0' started by FrontierAssoc, Jul 25, 2006.

  1. I have a CSS I use to produce a printer friendly version of my web app. Specifically I use overflow:visible to expand multi-line textboxes for printing. It works in IE but it won't work in Firefox. I've read where it's a matter of .Net automatically seeing Firefox as a downlevel browser. I've also read the best way to force .Net to treat Firefox as an uplevel browser is to use or the .browser file capability in 2.0. Any thoughts?

    Many thanks,
    Patrick
     
  2. First, you'll have to view the source in firefox.


    If your style="overflow:visible" exists, then it has nothing to do with the .Net downlevel browser issue and you'll have to find some other solution.


    If your style="overflow:visible" does notexist, then move forward with fixing the .Net issue.



    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     

Share This Page