Questions tagged as 'html'

1
answer

Encrypt link javascript

Hello! I need to encrypt a script, however when I do this the url I'm using as the API for ajax does not work. And the most important thing would be to hide encrypt it.     
asked by 18.12.2017 / 22:39
1
answer

Specific Confirmation Mode

<buttontype="button" class="btn btn-danger alert-confirm m-b-10" onclick="_gaq.push(['_trackEvent', 'example', 'try', 'alert-confirm'])"><i class="fa fa-trash fa-lg"></i></button> What I want is that by clicking on th...
asked by 17.12.2017 / 17:20
1
answer

How to draw shapes with HTML5 and CSS, in the case: an arrow?

Can you draw an arrow, plus the strokes, as in the following image, using HTML5 and CSS3? Or should I create and place a graphic? I wish it was drawn.     
asked by 21.11.2017 / 18:52
2
answers

How to give a disabled in a form depending on which radio button to choose?

Good afternoon ... I have the following radio buttons: <input type="radio" name="radio1" value="entrada"> Entrada <input type="radio" name="radio1" value="saida"> Saida I also have the following forms: <div class="form-...
asked by 14.11.2017 / 20:49
1
answer

How to style multiple elements with different hover styles

I have a div with multiple links, like this: Whereinhoverofdiv(wrapper)onlymadetheunderlineofboldtext(title)butdoinghoverintagsunderlineditstaganddidnotunderlineboldtext.IleavebelowaschematicofhowitisdoneandthecodethatIhavesofarforbet...
asked by 15.11.2017 / 15:03
1
answer

Media Queries messing up the site

Galera, next. I already have 4 CSS that make the necessary adjustments on my site. (unfortunately I started from the highest to the lowest, since I did not know it was good to have started from the mobile). Pro my site will require:...
asked by 14.11.2017 / 18:29
1
answer

How to draw file in gz compressed HTML?

I'm starting to use gzip, I compress a JS file but when I call it in HTML, the error in the console.     NO HTML <script src="/presencial/includes/jorge_includes/all/js/main.js.gz/main.js"></script> The folder is as follows:...
asked by 02.02.2018 / 15:33
1
answer

Problem with ROW Bootstrap

Hello, I'm starting bootstrap, and I'm already asking for forgiveness for ignorance in the subject, for testing some things, and I noticed that when using the grid system using class "row" there was this result : Noticethatthebootstrapcuts...
asked by 01.11.2017 / 03:45
1
answer

Chartjs - Insert% at end of value in tooltip

I'm making a Chart.js in angular and I need to put the percent (%) at the end of each tooltip where it shows the value in the chart. Follow my chart code: Html: <canvas class="chart chart-doughnut" chart-data="vm.data" chart-labels="v...
asked by 03.11.2017 / 18:28
1
answer

how do I get scrollbars from my iframe via css?

I'm doing an exercise to hide the iframe's scroll bars but something went wrong! again! function mudaFoto (foto) { document.getElementById("icone").src=foto; } @charset"UTF-8"; section#conteudo { width: 1000px; margin: auto;...
asked by 02.11.2017 / 16:06