Can I show or hide stuff using ony css, where the stuff that hides or shows depends on checking or unchecking a form box?
Or do I need javascript for that?
Thanks for your insight!!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, by using the “adjacent sibling” selector (
+) and thecheckedpseudoclass.HTML
CSS
Demo here: http://jsfiddle.net/LSF3C/