I have a website that controls a unique custom device. On this table, when you click on a cell, the color is sent to the device using javascript.
<table style="width:100%;" id= "ColorTable">
<tr>
<td style="background-color:#FF8080;"><br/><br/></td>
<td style="background-color:#FFFF80;"><br/><br/></td>
<td style="background-color:#808000;"><br/><br/></td> etc.
Unfortunately, on the Windows 7 computer used to control the device, the High Contrast theme #1 is active (sigh), per the customer's request.
While Windows XP ignored websites under theme changes, it seems that Windows 7 overrides website stylesheets in Firefox. When loading the site, cells appear black and send #000000 upon clicking.
Google Chrome displays colors as they are, while Internet Explorer does not.
Is there a way to ..
..instruct Firefox/websites to disregard Windows 7 themes?
..ask Windows 7 themes to let websites keep their appearance?
Attempts to modify compatibility settings and Firefox color preferences were unsuccessful.
Any assistance would be greatly appreciated!