<font face="arial" size="2">Hi Tim (not top 'o the mornin' anymore?)...<br /><br />   That should work.  Can you show us the actual code, and perhaps share with us what kind of browser/os/etc this user is using?  Does he have Javascript enabled?  Is there an error message, what is it, etc?<br /><br />Cheers,<br /><br />Peter<br /><br /></font>
                <font face="Tahoma, Arial, Sans-Serif" size="2">
                                <b>From</b>: "SkyScanner" <a href="mailto:skyscanner@eircom.net">skyscanner@eircom.net</a><br /></font>
                <br />I have two DIVs on the same page, that overlap each other. One has its style <br />set to visibility: visible; and the other's style is set to visibility: <br />hidden; After some javascript completes, I hide the first DIV, and then show <br />the second one.<br /><br />However, I have had a complaint that my method of hiding and then showing is <br />not working for one guy. Rather than show you my code, I will instead ask <br />the following:<br /><br />What is the best, absolutely bomb-proof method to change the visibility from <br />visible to hidden, and from hidden to visible, for the following:<br /><br /><div id="result">blah blah blah </div><br /><br />It should work for *nearly everybody* (haha)<br /><br />Tim in Engalnd