Posts by Angelo Scali • 189 points
8 posts
-
4
votes1
answer8851
viewsQ: How to center a Modal Box Horizontally and Vertically with CSS3? Is it possible?
Man Modalbox(.modal-fade on Boostrap), is appearing at the top of the page! I can center it on Horizontal and Vertical using only CSS3? If yes, what would be the right way? Follow the code of my…
-
0
votes1
answer211
viewsQ: Modal Box - Where to start? (example link)
I need to make a modal box like the one in the example Modal Example. I can use Bootstrap’s . js to do this?…
-
0
votes1
answer78
viewsQ: Javascript Beginner - Feedback Problems
Why isn’t this code returning the right answer? I’m testing through the Chrome console. In the tests I change the value of var, but nothing happens. Following the example of the class I am doing,…
javascriptasked Angelo Scali 189 -
3
votes3
answers4210
viewsQ: Send form without using PHP or similar
I need my HTML FORM with Bootstrap sent. The problem is that I don’t know anything about PHP. The functionality I need is sending a message to an email address. Only the data and a message the…
-
1
votes1
answer538
viewsQ: Give ID to a Jumbotron
I have a few pages with a Jumbotron of the same formatting on each page. I need you to have background-image different on each page. How can I give an ID to each of these jumbotrons, so I can edit…
-
2
votes5
answers1089
viewsA: Problem with <link rel="stylesheet/Less" ... >
Solved the problem! For that reason: Use a compiler (I don’t know if that’s the name) for Less. Direct to the CSS file this compiler will generate. Here worked! I’m spinning on top of the WAMP, I…
-
1
votes1
answer1103
viewsQ: Video startar with autoplay, but with volume in 50% or mute!
My video tag shows my video/audio controls perfectly. Everything works. But I need to set the audio between 30% and 50% or even mute. You can do this with CSS and/or JS? <video width="960"…
-
5
votes5
answers1089
viewsQ: Problem with <link rel="stylesheet/Less" ... >
I’ll start studying LESS, but the problem is I can’t move on to the first step. If I put the <link rel="stylesheeet/less"...> does not work. Only work if I put the <link…