Posts by Andre De Souza Castro • 31 points
2 posts
-
3
votes4
answers281
viewsA: CSS - How to manipulate Div’s?
Just add 'clear:right' to the larger’s css' #total { background-color:red; width:300px; height:400px; } #pequeno { background-color:yellow; float:right; width:50px; height:60px; } #maior {…
-
0
votes0
answers34
viewsQ: Form elements show and Hide with jquery
I have a form where 3 questions show the same part of the form, and your answers are yes or no, but when one of them is no and the other yes, it hides the form questions that are also valid for the…