| Posted by Vince Morgan on 12/27/07 03:41 
"Gnarlodious" <lists.gnarlodious@gmail.com> wrote in messagenews: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
 [Back to original message] |