Hello group - my hidden elements are messing up my form page layout.
CSS :
input type=["hidden"] {
display: none;
visibility: none;
}
HTML:
<form action="registration.cgi" method="POST">
<input type="hidden" name="IDNUM" value="4">
<fieldset><legend>Restrictions</legend>
<div id="regBox2">
blah blah blah
</div>
</fieldset>
</form>
It is creating white space - horizontally and vertically - where the hidden elements are.
WHY! Any advice is hugely appreciated.
david







Bookmarks