css div height setting to zero -


i have problem hidding div container... there attribut called "visibility" can set "hidden". div container hides, container ... there white space... there possibility remove space? because belong container, theres text .... if container hides, there's gap.... need remove gap

thx responding :)

try display:none

the difference described here


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -