G
Grant
After installing an unknown security patch, the hover
button components are no longer visable...only the place
holders are there. Apparently this is a know bug
according to Microsoft Knowledge Base Article - 322240
I have implemented the fixes listed below but no success:
"SYMPTOMS
The DHTML cascading style sheet (CSS) background-image
property does not work with BUTTON elements in Microsoft
Windows XP when the Windows display is set to use Windows
XP style.
RESOLUTION
Use one of the following methods to resolve this problem:
Change the Windows style from XP to Classic:
Click Start, click Control Panel, and then double-click
Display.
In the Display Properties dialog box, click the
Appearance tab.
For Windows and buttons, click to select Windows Classic
style.
Internet Explorer 6.0 uses the new Windows XP themes to
render its controls. Add a meta tag to disable themes on
the page:<meta http-equiv="msthemecompatible"
content="no">
Use the background property instead of the background-
image property:<button style="background='url
(image.gif)';">show background image</button>"
I have seen it on three XP Pro boxes.
Anyone else encounter this? Any ideas would be greatly
appreciated.
button components are no longer visable...only the place
holders are there. Apparently this is a know bug
according to Microsoft Knowledge Base Article - 322240
I have implemented the fixes listed below but no success:
"SYMPTOMS
The DHTML cascading style sheet (CSS) background-image
property does not work with BUTTON elements in Microsoft
Windows XP when the Windows display is set to use Windows
XP style.
RESOLUTION
Use one of the following methods to resolve this problem:
Change the Windows style from XP to Classic:
Click Start, click Control Panel, and then double-click
Display.
In the Display Properties dialog box, click the
Appearance tab.
For Windows and buttons, click to select Windows Classic
style.
Internet Explorer 6.0 uses the new Windows XP themes to
render its controls. Add a meta tag to disable themes on
the page:<meta http-equiv="msthemecompatible"
content="no">
Use the background property instead of the background-
image property:<button style="background='url
(image.gif)';">show background image</button>"
I have seen it on three XP Pro boxes.
Anyone else encounter this? Any ideas would be greatly
appreciated.