Posts by Steve Alisson • 39 points
3 posts
-
1
votes2
answers328
viewsQ: Parameters in Javascript functions
What are the parameters in the functions and what are their needs? I don’t understand the difference between having or not having a parameter in the function, for example Parameter-less: var V =…
-
0
votes0
answers80
viewsQ: Aligning elements side by side correctly
I’m not being able to align elements side by side correctly To Div feels like I’m with Height: 0; Just recognizing the height of the element without the Float: left; HTML The first is how it turned…
-
2
votes1
answer408
viewsQ: Float problem
I’m not being able to align two elements side by side correctly. The container of these two div'It’s like I’m with height: 0; or initial, only recognizing the height of the element without the…