搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

ASP.NET Modal Popup Extender displaying differently in same Firefox in diffferent PCs

  • 1 回覆
  • 4 有這個問題
  • 11 次檢視
  • 最近回覆由 Vivek

more options

I developed a classic ASP.NET Web Forms application. In this application I use a Modal Popup Extender an ASP.NET AJAx component.

The component is correctly displayed in all the major browsers (IE, Firefox and Chrome) but today something strange happened.

In my computer the background of the Popup is grey (as it is supposed to be) but in some other computer with Firefox it is displayed white. All the computers use Windows 7.

I guess it is a matter of CSS but I still do not understand why Firefox interpret the CSS differently in different computers, when this must not be the case. Anybody knows why?

For completeness I attach the CSS code related to the Modal Popup Extender with class modalBackground

.modalBackground { background-color: Black; filter: alpha(opacity=80); opacity: 0.8; z-index: 10000; }

I developed a classic ASP.NET Web Forms application. In this application I use a Modal Popup Extender an ASP.NET AJAx component. The component is correctly displayed in all the major browsers (IE, Firefox and Chrome) but today something strange happened. In my computer the background of the Popup is grey (as it is supposed to be) but in some other computer with Firefox it is displayed white. All the computers use Windows 7. I guess it is a matter of CSS but I still do not understand why Firefox interpret the CSS differently in different computers, when this must not be the case. Anybody knows why? For completeness I attach the CSS code related to the Modal Popup Extender with class modalBackground .modalBackground { background-color: Black; filter: alpha(opacity=80); opacity: 0.8; z-index: 10000; }

所有回覆 (1)

more options

Hi,

You can try to deselect Use hardware acceleration when available in Firefox Tools (Alt + T) > Options > Advanced > General. If the problem persists please also check in a new profile. This would ensure a uniform setting. A new profile would have the default Firefox settings (Tools (Alt + T) > Options, and about:config ), and usually would also be empty of any Extensions and themes (Appearance) in Tools > Add-ons) and their settings. Also, a new profile would have no previous stored website data/settings etc., (Tools > Clear Recent History).

Profiles Howto

Profile Folder & Files

about:config Entries