Questions tagged as 'html5'

1
answer

MP3 Player html5 and javascript

Next, I have a script that works fine, but with some limitations, the play, pause, next buttons and slider of the music position work normally, but not automatically, when you finish playing a song, it does not jump to next, how to solve this? a...
asked by 16.10.2017 / 20:25
1
answer

Image misaligned by decreasing page width

So is the resolution of my image in the normal width of the page Butbydecreasingthewidthofthepagetheimagelookslikethis. Iwouldliketheimagetobethesamesizeasthe1smallimageHTML<divclass="col-6 col-md-4"> <img src="imagens/e...
asked by 10.10.2017 / 16:02
1
answer

Giving hover on one element and changing the other is not working

I looked for all the ways to give hover in one element and change another and some of them already knew and had trying but it was not working, so I went looking for others and I tried everything #example:hover + #change , #exampl...
asked by 13.10.2017 / 10:22
1
answer

Center content in a border CSS

I would like the Sign In / Sign up to be vertically centered within the borders, but I can not do that. The following is the code below: HTML:<ulclass="menu_2"> <div class="user"><li><i class="fa fa-user">...
asked by 27.09.2017 / 20:22
1
answer

Image no select

I have a select of languages and would like to leave flags in place of the words, I was searching and I saw that this is not possible, I would have to redo the select using div and span. My question is how do I do this. <div class="idiomaes...
asked by 26.10.2017 / 13:23
1
answer

Email form does not work on smartphones only!

Hello everyone! All right? This is my first post here. I have a silly problem, but there are three, four days! I started to develop recently and this is my first commercial project. It's pretty much done, but my email form is not working when th...
asked by 19.11.2017 / 19:42
1
answer

Read string generated by FileReader in result function

Next I'm getting a base 64 string but I can not get it to send to my server, it follows the code: $scope.cadastraFoto = function(){ var input = document.getElementById('fotoPerfil').files[0] var reader = new FileReader() rea...
asked by 19.11.2017 / 03:47
2
answers

Place item side by side with border redond CSS

I'm developing a web application, and I would like my icons i class="fa fa-user" and i class="fa fa-shopping-cart" to be side by side and I wanted to keep a circle around each one but I can not. <div class="col-6 col-m...
asked by 26.09.2017 / 23:40
1
answer

Tabs within a modal when clicking the modal disappears

I'm implementing a modal and inside it I'm putting tabs . However when I click on any tab tab the modal disappears. Look at the pictures. I use bootstrap. Notethattheurlchanges..howtosolve??Myhtml            Cheers    <divclass="co...
asked by 03.11.2017 / 12:25
1
answer

Boostrap Validator

Well, I'm trying to do a validator with Boostrap but it's not working. I want the input weight to be for example: 70 kg. The regex I think is working but when I submit, div.invalid-feedback does not appear <input class="form-control" type="...
asked by 02.11.2017 / 22:45