Posts by Day • 33 points
2 posts
-
1
votes3
answers50
viewsQ: Show div only after checking 3 radio Buttons
I got a problem I can’t fix. I need a div to be shown ONLY after 3 radio Buttons have been checked, but it’s not working. I’m only getting through with one option, but it has to be the 3 at a time…
-
2
votes1
answer93
viewsQ: How to leave boxes next to each other with CSS without inline-block
I’m in a quandary. I want 8 boxes to be next to each other with CSS without using the display: inline-block because I got it with this property but it is not accepted in the pdf that is used in my…