Asp:DropDownList and Firefox Issues

  • Thread starter Thread starter Shapper
  • Start date Start date
S

Shapper

Hello,

I have na Asp:DropDownList 2 things are not working in Firefox:
CSS and Width.

It works fine in Internet Explorer.

How to solve this?

Thanks,
Miguel
 
asp.net is stripping the attributes for firefox. google this newgroup for
info on updating your browserCaps section in machine.config

-- bruce (sqlwork.com)
 
Back
Top