Posts by Roney Berti • 71 points
7 posts
-
0
votes1
answer71
viewsQ: time animation with css
good afternoon, I need to do an animation similar to the one in the video https://www.youtube.com/watch?v=OKo0RMtZ7g4&feature=youtu.be. But I can’t seem to adjust the time. .container { height:…
-
0
votes1
answer57
viewsQ: create form with different size
good afternoon, I have to create a form with several rows and columns, until then normal, I wanted to know if it is possible that a row has columns with different width ? because the column always…
-
0
votes3
answers77
viewsQ: Color change with jQuery
I need you to change the color of the titles of a nav, putting ID in each of the titles I can do. Is there any way to make this exchange without putting ID in all titles, taking class or something…
jqueryasked Roney Berti 71 -
2
votes2
answers194
viewsQ: validation in IF Jquery
good afternoon, I have several screens that is hidden(fade), when clicked on a button it appears. <script> $(document).ready(function() { $("#animate").click(function() {…
jqueryasked Roney Berti 71 -
0
votes0
answers55
viewsQ: Superimposing the div’s
I have a screen that when clicked on the button it walks "x" px, the problem and when it does this effect, I have to send the screen that appears below, what happens and that the letters of the…
-
-1
votes1
answer63
viewsQ: move the container without appearing scrool
good morning, I’m having a problem when I move a div in mine, I make her walk 50% the size of the screen, until then everything ok, more when she goes to the side opens the scroll option to see me…
-
0
votes1
answer256
viewsQ: how to create a layout using float
I’m trying to create a page like the one in the picture, but without success. From what I’ve been seeing I need to use the float property. I’ve reached that point, but you’re not responsive either.…