i want to have a hidden checkbox that doesn't take up any space on the screen
if i have this:
<div id=\"divCheckbox\" style=\"visibility: hidden">"
i dont see the checkbox but it still creates a new line
if i have this:
<div id=\"divCheckbox\" style=\"visibility: hidden;display:inline;\">"
it no longer creates a new line but it takes up horizontal space on the screen.
is there anyway to have a hidden div that takes up no room (vertical or horizontal?