Can you see me?
It works in Gecko based browsers (Firefox, SeaMonkey, Flock, Netscape...) and in Opera, but it does not work in Safari and IE :(
label.toggle { cursor: pointer; color: #068 }
input.toggle { display: none; }
input.toggle:checked+div { display: none; }
<label for="mytoggle" class="toggle">Toggle Div visibility...</label> <input id="mytoggle" type="checkbox" class="toggle" /> <div>Content here</div>
--
Giorgio Maone
There's a browser safer than Firefox, it is Firefox, with NoScript