I have a HTML paragraph that initially i want to be hidden.Later On a click event i want that to show or display where someother paragraph is present this time by hiding that.But when i am trying to set visibility property to hidden ,that time also paragraph is taking space and height ,width that i dont want ..
Here is the sample paragraph ..
<div id="TeamsDesc" style="visibility: hidden;">
<p id="Billing" style="float:left;color: #666666; width:700px; font-family: Candara,Trebuchet MS,sans-serif; font-size: 12px; font-weight: bold; border-right: thin dotted #666666; line-height: 18px;">
Paragraph Contents
</p>
</div>
If i am adding this at the end of the webpage that time it is increasing the height of the webpage that is not desired..