How to make a div disappear with CSS?

How to make a div disappear with CSS?

am 27.12.2007 04:38:28 von gnarlodious

Is it possible to make a DIVbox disappear using a custom stylesheet? Or
is displaying all the content mandatory?

-- Gnarlie
http://Gnarlodious.com/


--
Posted via a free Usenet account from http://www.teranews.com

Re: How to make a div disappear with CSS?

am 27.12.2007 04:41:08 von dorayme

In article <47731278$0$26107$88260bb3@free.teranews.com>,
Gnarlodious wrote:

> Is it possible to make a DIVbox disappear using a custom stylesheet? Or
> is displaying all the content mandatory?
>
> -- Gnarlie
> http://Gnarlodious.com/

Have you tried it to see if it works?

--
dorayme

Re: How to make a div disappear with CSS?

am 27.12.2007 04:41:55 von Vince Morgan

"Gnarlodious" wrote in message
news:47731278$0$26107$88260bb3@free.teranews.com...
> Is it possible to make a DIVbox disappear using a custom stylesheet? Or
> is displaying all the content mandatory?
>
> -- Gnarlie
> http://Gnarlodious.com/
>
>
> --
> Posted via a free Usenet account from http://www.teranews.com
>

div.myclass {
display: none;
}
HTH

Re: How to make a div disappear with CSS?

am 27.12.2007 04:51:01 von gnarlodious

On 2007-12-26 20:41:55 -0700, "Vince Morgan" said:

>
> div.myclass {
> display: none;
> }
> HTH

HA! There's one I didn't know. Thank you!

-- Gnarlie


--
Posted via a free Usenet account from http://www.teranews.com