Questions tagged as 'html5'

0
answers

footer positioning!

I'm not able to position my footer, other than that it's accompanying my widget. how can I position it correctly? codes below: body { margin: 0; padding: 0; font-family: hel...
asked by 16.05.2018 / 17:21
0
answers

Doubt - Upload page before loading

Recently I have analyzed websites and always getting doubts. It turns out that on some pages when I quickly enter and load a a diagrammed template of what you will have on the page. First shows the Next Page diagrammed andthenquicklyandloadi...
asked by 16.05.2018 / 22:16
0
answers

slide with thumbnail images of the database [closed]

I'm developing a mini shop. I would like help to create a slide by taking the images from the database, so that they are list formatted and when you click any one of them, that the selected image appears in another div. And so on with the others...
asked by 10.05.2018 / 04:40
1
answer

Varying value of a modal function within javascript

I have a password change field in a modal, in this field I have a function in java script that shows the password when clicking on the icon, as I am in a modal the function works only in the first user of the list, because, the code understands...
asked by 28.05.2018 / 04:30
0
answers

image appears in explorer but you can not see

I'm uploading files with html5 , ajax and php . All is well, the recording in the bank is done, the upload is done, but the image, when you see it in windows explorer, even though it is there, but you can not see it. The name is correc...
asked by 24.05.2018 / 23:06
0
answers

Validate Captcha for site with accessibility

I'm developing a form that will be accessible. For this, the captcha field I'm doing this way: <div class="control-group"> <div class="controls"> <?php $codigoCaptcha = substr(md5(time())...
asked by 11.06.2018 / 03:43
2
answers

How to create a clickable link inside another

I have a system where I need to create a clickable href link inside a div that is also clickable. In short, I wanted to know if there is any way to create a "clickable link B" within a "clickable link A". Being that the "internal link B" has...
asked by 29.04.2018 / 05:44
0
answers

Upload Preview in modal

I was previewing through another tab: public visualizarArquivo(file): void { var url = window.URL.createObjectURL(file); var a = document.createElement("a"); a.setAttribute("href", url); a.setAttribute("target", "_blank");...
asked by 14.05.2018 / 13:15
0
answers

How to change the length of an input in ASP.NET MVC

Hello, I'm having a hard time changing the width (length) of an input in asp.net MVC , I followed the course guidelines and it did not work. Follow the code of my view , if anyone can help .... I can not update the bootstrap...
asked by 14.05.2018 / 23:10
0
answers

How do I change the input type="file" path and submit form with another image?

I need to upload multiple images that are inside my application. My form is this: <form id="uploadForm" enctype="multipart/form-data"> <div class="file-field input-field offset-s4"> <div cl...
asked by 23.05.2018 / 09:39