Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i have to use style="visibility: hidden", there is no option. but it is giving some space. how can i solve this issue excpet using display:none?

can you give some suggestion?

Thanks in advance
Posted

1 solution

If you don't want to use display: none then you can use visibility: collapse, but that one only works for table rows and columns.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900