Questions tagged as 'html5'

2
answers

Placing scripts and css links in an html document

I've always put the scripts and links to the CSS at the top of the document in the head of the document. Now I realize that there is another concept in which the calls to scripts and CSS are at the bottom of the document html , in the last...
asked by 11.06.2014 / 18:57
2
answers

How to scale a div without changing the child elements?

How do I make the opacity and size of the content within the paragraphs not change when the transition occurs?! #quadrados{ padding-top: 2vw; overflow: hidden; width: 100%; height: 30.5vw; background:url(imgs/pared...
asked by 22.12.2017 / 21:11
2
answers

Animation in native HTML5 ProgressBar

How to animate ProgressBar below using JavaScript? <progress max="100" id="myBar" value="0" class="progressBar"></progress>     
asked by 31.01.2017 / 01:23
1
answer

FormData () object for sending files via ajax Jquery

I need to send data from a form via ajax to the server (php). I used the FormData () object but without success. Part of my jquery: var formdata = new FormData($("#myform")); var link = "form/insert"; $.ajax({ type...
asked by 27.10.2015 / 00:08
2
answers

How to use fonts on my Site?

Hello, I've always used Google sources on my sites, but I came across a project that has fonts that do not exist in Google Fonts. Can I use an external source, whatever it is? It is like? (I apologize if there are any similar questions, but I di...
asked by 24.11.2015 / 13:39
2
answers

How to create Fixed Header without javascript?

I want to create a header on a html page, responsive style that suits the mobile platform and the reduction of the page in the browser, how do I? Note: Nothing I read on the internet at the time was of use, I want without javascript.     
asked by 26.04.2016 / 20:59
2
answers

Using HTML5 tags as CSS3 selectors is a good practice?

Using HTML5 tags names like most CSS selectors is a good practice? Whether it's because I'm not creative to give names to ids or classes, or because I want to leave the HTML code as clean as possible, leaving only the structure and sema...
asked by 08.12.2016 / 16:38
3
answers

How to disable the "View Details" button in the image preview?

I'm using: link Here is an example in jsfidde: link How to disable this button: Hereisthecode:HTML:<inputid="input-id" type="file" class="file" data-preview-file-type="text"> JS: $("#input-id").fileinput({ showRemove:...
asked by 18.02.2017 / 19:14
1
answer

Section with two colors

I'm having trouble making a section with two colors (one occupying 70% of the section and the other color the remaining 30%), I would like to know how I can do this follow the example: suggestions?     
asked by 23.10.2018 / 03:39
1
answer

Prevent Element Edge from Growing by Using Transform: Scale

It's a very simple question, but I did not find an answer ... I have an element that has a borda of 1px . But when I make a :hover on it I apply a transform:scale() but the width of the borda of it tb seems t...
asked by 22.11.2018 / 12:09