Re: [question] style:invisible?

by "Anon Ymous" <anonymus13(at)hotmail.com>

 Date:  Fri, 03 Mar 2000 11:43:45 PST
 To:  pbabcock(at)bgsgroup.com
 Cc:  hwg-languages(at)hwg.org
  todo: View Thread, Original
>Hi
>
>Is there a way to specify that a <div> is invisible? I am pretty sure that
>there is a style sheet for this, but I cant remember the syntax and cant
>find it online.

Yeah, I'm working with that right now.  Here's the syntax (BTW, I found a 
great tutorial on doing this at www.webmonkey.com in the dHTML department).

If you use the tag in the DIV itself:

<DIV class="classnamehere" id="idhere"
style="visibility: hidden">

or, if you use a stylesheet at the top:

<style>
#classhere{visibility: hidden}
</style>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

HWG: hwg-languages mailing list archives, maintained by Webmasters @ IWA