Questions tagged as 'html'

1
answer

navbar-fixed-top bootstrap occupying entire browser

I've split the webpage into 2 grid , getting right and left side, and I have a menu on the left side that, when applying navbar-fixed-top , it occupies both grid . Can anyone help me? I want to make the menu fixed at the top but only...
asked by 28.10.2017 / 00:40
1
answer

jQuery error not visible when I migrate code

Well, I have the following page link The functional script Already when I migrate to the bottom of the page: link Then the following errors occur: 1) I can no longer click on li's 2) The pointer effect does not appea...
asked by 30.09.2017 / 15:27
2
answers

Get content from an HTML tag with JS

Well ... my doubt is how to capture the value that lies between: <ALGUMATAGHTML> O valor definido arqui</ALGUMATAGHTML> The value I want to capture is: <span style="" id="streamurl">Aqui!!!</span>...
asked by 01.10.2017 / 02:42
1
answer

How to leave content below the fixed menu top Bootstrap

Hello, my question is, I am trying to put a container-fluid exactly underneath a fixed-top div of the Boostrap, where it contains a Navbar Menu and an ul, I had to put it to leave the two fixed at the top. I had to use css in Body to make room fo...
asked by 01.10.2017 / 07:51
1
answer

How to activate SVG drawing animation when arriving at the div of it?

I put a file in SVG to have an animation as if it were creating it in lines (unfortunately in the example below it is not working, but in my file it is.) With this code below, as soon as I enter the page, the animation begins and happens un...
asked by 24.11.2017 / 21:34
1
answer

Page in several languages

How are pages made available in multiple languages? Are there really multiple linked HTML pages in different languages or do you have a word for it? I'm making a simple website for myself and would like to make it available in multiple lang...
asked by 26.09.2017 / 00:43
1
answer

How to put input and label side by side with bootstrap?

I have the following HTML structure: <div class="col-xs-4"> <div class="form-group"> <label for="vencimentoBolsa">Vencimento:</label> <input type="text" class="form-control" name="dtVencimento" pl...
asked by 24.09.2017 / 17:06
1
answer

How to make the border of the image below?

I would like to make a border like the image below, which comes out of the image and that is under the text Design Your Ring.       
asked by 18.09.2017 / 02:04
1
answer

$ routeProvider does not work - angularJs

I'm trying to do something simple in Plunker that is loading the contents of home.html into index.html , however, . Before it was not even working this line of code (when putting the ngRoute dapency but after adding the necessary lib wor...
asked by 16.09.2017 / 22:26
1
answer

How to make a div disappear and appear with JScript

I know you have a lot of topics talking about "how to make a div appear and disappear with JScript", most of them teach to do: document.getElementById('divaqui').style.visibility = 'hidden'; document.getElementById('divaqui').style.visibility...
asked by 18.09.2017 / 19:38