Questions tagged as 'html5'

1
answer

How to add a transition (fade-in) in this example?

I have a site that when you hover over the item there is a photo exchange. but this exchange is immediate. I would like to add a transition effect, type a hover transition 1s. it's possible? I am using mouseover and mouseout. I call this meth...
asked by 10.03.2017 / 23:53
1
answer

Vertical Text / HTML_CSS

I want to know how to insert vertical text with CSS, I tried already position: absolute; top: 50%; left: 25%; width: 50%; text-align: center; vertical-aling:middle; I think I'm putting the wrong codes or in the wrong place, I need to put th...
asked by 10.03.2018 / 16:23
2
answers

Sum of fields for input

Good morning, I have the following: <div class="form-group col-md-2"> <label for="campo4">Valor da Peça</label> <input type="text" class="form-control" name="customer['valor_venda']"> </div> . .          ...
asked by 16.02.2017 / 12:06
0
answers

Form accent problem

I have a form for sending emails and I usually receive them when there is an accent on the message. It comes with "Special Bugada" with strange special characters. The funny thing is that in the php code I set a UTF-8 charset and anyway does not...
asked by 13.02.2017 / 14:52
0
answers

Sending email (outlook) with javascript

I found a code that makes Outlook open, but when I enter it into my code it does not work. BELOW THE CODE THAT I WILL FIND <!DOCTYPE html> <html> <head> <title></title> </head> <body> <div id...
asked by 13.02.2017 / 15:35
1
answer

Slash "/" and blank space in JavaScript function parameters

Ineedtopassastringcontainingbarsandwhitespace.<ahref="javascript:carregaCliente('184/5 RB')"></a> And in function function carregaCliente(reg){ console.log(reg); var map; $('#modalMapa').modal('show')...
asked by 22.02.2017 / 17:41
1
answer

Progress bar in angulajs

I need a% w / o% to be the image of a chalice being filled with progress-bar . Something like this: link . Can anybody help you? I still do not have the official image, but it would look something like this: When you open a page, th...
asked by 30.01.2017 / 18:56
0
answers

error html5 css3 element does not stick with what was specified

How can I make the elements stay the same as the first column element. because they are not as desired. in the first element I have two icones one of heart and one of check , but they do not repeat themselves in the respectiv...
asked by 10.02.2017 / 22:50
1
answer

Ionic 2 - Custom tabIcon images do not appear on the device

I'm trying to put custom icons (in svg or png) on the tab of my app, the ionic serve works quietly, but when running on the device (android) the icon does not appear, I'm wondering what permission (which are in the assets / images / tabIcon / im...
asked by 12.01.2017 / 14:33
1
answer

Display database elements in bootstrap modal

Good evening, I have a modal to display information about a product, until then I can display this data with this script $('a[data-target="#saberModal"]').on('click', function (e) { e.preventDefault(); var nome = $(this).data('nome');...
asked by 10.01.2017 / 05:24