Questions tagged as 'html5'

1
answer

Padding / Margin bootstrap

I am learning how to use bootstrap by making a page based on a model and I can not remove the margin to the left of the start button. I have tried many things changing the css (modifying margin, padding, etc) and I can not change it even if it s...
asked by 31.03.2017 / 14:24
1
answer

Write XML file on server via JS

I have an HTML page in local, with one of its pages that contains a form that has to modify an XML file that is part of the project. The file is part of the page, not the machine that was a client. The XML should be recorded as a file, not as a...
asked by 29.03.2017 / 12:24
2
answers

Align HTML content to the center with CSS

I have the following styles: /*Estilos para movil*/ [class*="col-"] { width: 100%; } @media only screen and (min-width: 600px) { /* Para tabletas: */ .col-m-1 { width: 8.33%; } .col-m-2 { width: 16.66%...
asked by 22.03.2017 / 00:26
2
answers

Activate drop-down menu when the mouse passes

I am working on an ASP.NET MVC application, in which I have a menu which one of its items has a sub menu which is hidden by applying css HTML <div class="container" style="width:100%; height:100%;"> <div class="menu-wrap">...
asked by 15.03.2017 / 03:38
1
answer

reading view on the Web

How can I activate the reading mode on my website Is it a configuration or a goal? To display this icon in the search bar of browsers     
asked by 15.03.2017 / 08:51
1
answer

Achieve the height of nav materialize

I have materialize nav-bar <!-- Compiled and minified CSS --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.0/css/materialize.min.css"> <!-- Compiled and minified JavaScript --> &...
asked by 24.02.2017 / 02:49
1
answer

Videos as background

I am working on a website where I have to place 3 background videos and apply parallax effect in different sections of the web, in the first section I have put the background video and it is reponsive and I have no problem, the problem it comes...
asked by 19.02.2017 / 23:57
1
answer

HTML5 audio wav 13kbps

They send me audios in .wav format with a bitrate of 13kbps that I need to play on an audio tag. The problem is that browsers, from what I have researched, support wav of 8 or 16 kbps. I've tried jQuery players like jPlayer and nothing .....
asked by 27.01.2017 / 11:37
1
answer

update a single record with submit in index.html and function in views.py

I have a code which should allow me to update the field = status, by 'delivered' this is the index.html where the button is: <form action="/some/url/mapped/to/pedido_sub/view/"> <input type="submit" name="Aprobar" class="btn btn...
asked by 14.02.2017 / 16:20
2
answers

How to activate a href="# id" from another page .html?

How can I make a click on a route that should take me to an identifier and this identifier must perform a secondary action as modal, everything works well from the same page, since the reference from there , but in the practical exercise it must...
asked by 11.06.2017 / 23:48