Click to See Complete Forum and Search --> : Hiding the page content from a user.


thisObject
05-31-2005, 11:41 PM
Hey every1!

If anyone can help me out I would greatly appreciate.

Here is the deal. I have an .xml page and when it LOADS I do not want a user to see some parts of the page. When the user clicks on a link then that part becomes viewable. .xml page is interpreted by .xsl page which has javascript code and so on. How would I achieve this behavior? Basically, I need to put some restriction on what is displayed when the page is loaded. Thank you.

crh3675
06-01-2005, 11:42 AM
CSS, use :

<element style="display:none">