Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help needed hiding a radio button in Netscape

Status
Not open for further replies.

jlawler

Programmer
Feb 26, 2003
14
IE
Hi,

I've hidden a radio button, by setting it's visibility to hidden. <code style=&quot;visibility:hidden;&quot; >

It works fine in IE but Netscape 4.75 dosen't hide the button.

I dont want to use the following <code style=&quot;display:none;&quot; > because when I do this, the radio button doesn't preform the function required.

I'm also setting the checked attribute to true.

How can I make this button invisible in Netscape. Is there a way of masking it with another image (or white space).

Any help is appreciated
thanks
jlawler
 
It worked for me just doing it like this:

<input type=radio style=&quot;visibility:hidden;&quot;>

Is that what you tried??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top