Link to home
Start Free TrialLog in
Avatar of mockweb
mockweb

asked on

FireFox issues...

i am having a couple of issues with the firefox browser when testing my application..

i have hidden fields on my html page that has a number of hidden fields..I have the font color set to "white" however my field values still show up in black..this does not happen in IE..and suggestions on how to resolve this?

also i have a javascript:reset() in the same form that does not reset the form when selected. Is there a solution for this..

thanks.
Avatar of b0lsc0tt
b0lsc0tt
Flag of United States of America image

Let us see html for the inputs and the reset().

bol
Avatar of mockweb
mockweb

ASKER

javascript:

<td align="left"><A class="blacktextsmall" onclick="javascript:reset()" href="#">Reset</A>

html:
<asp:textbox id="hiddenGender" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px"
                        runat="server" width="10" ForeColor=White>                              </td>
ASKER CERTIFIED SOLUTION
Avatar of b0lsc0tt
b0lsc0tt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I'm glad I could help.  Thanks for the grade, the points and the fun question.

bol