marius
marius

Reputation: 1

css div height setting to zero

I have a problem hidding a DIV container... there is a attribut called "visibility" that you can set to "hidden". The DIV container hides, but where the container was ... there will be white space... is there any possibility to remove this space? because belong the container, theres text .... if the container hides, there's a gap.... I NEED TO REMOVE THIS GAP

thx for responding :)

Upvotes: 0

Views: 101

Answers (1)

Nikita Rybak
Nikita Rybak

Reputation: 68006

Try display:none

The difference is described here

Upvotes: 3

Related Questions