Posts by luizbills • 5 points
4 posts
-
0
votes3
answers1165
viewsA: Problem leaving automatic field width in responsive layout
Since you are making a layout responsive, You should think responsibly. When the screen is too small for your sidebar to behave as it should, use an off-canvas sidebar (search for it) or make it…
-
0
votes2
answers360
viewsA: Return Divs to start position
Hold position x and y and then when you need to arrow the values of the left and top hers.
-
0
votes2
answers786
viewsA: How to update the canvas?
Use the context.clearRect to clean up the canvas or just the square. And then redesign.
-
-2
votes4
answers2771
viewsA: How to change the color of a div before loading the page through a script?
Use the . ready of jquery. I think it works. I think q will have to put the script in <head>