Questions tagged as 'html5'

1
answer

Can you implement @import and @ font-face in the same project?

I downloaded the Fonts from Google Fonts and I want to know if it is possible to use @import and @ font-face in the same project in case one of the 2 ways to load fonts does not work. example: @import 'https://fonts.googleapis.com/css?fa...
asked by 22.06.2016 / 06:31
1
answer

Swap rows between tables

I try to make it possible to send a row to another table from a modal with a table. Here is what I have advanced. link However, even if you send the row to another table it does not return to its original table when it is deleted. And I...
asked by 22.06.2016 / 08:02
1
answer

Overlay a DIV and disable the background

I run into a problem and I can not find a solution. It turns out that I'm doing a portfolio-like gallery, where the user clicks on a thumbnail of the work to visualize it. The issue is that when you click, a div opens with a iframe inside, s...
asked by 13.08.2018 / 15:00
2
answers

Problem with setTimeout

I did a function that updates a table and a graph with setTimeout () and it works perfectly. The problem is that there are occasions (not always) that if I'm on another screen, I see ajax calls (I've reviewed it in the requests, on the networ...
asked by 13.10.2016 / 21:00
1
answer

Why does not my HTML5 website show the VIDEO tag on an iPhone?

I'm making a website that uses videos, with the VIDEO label; I've tried it on PCs, iPads, iPhones and Android and Windows phones. In all it is shown correctly, less in iPhone (iOS 10); showing the poster image with a 'play' crossed out....
asked by 19.04.2017 / 09:05
2
answers

I can not show a modal form popup

Working with ASP.NET MVC 5 I can not show a modal form popup when I call it from a floating button shown and it automatically closes only the modal view popup looks second. I show code. HTML <div class="contenedor"> <bu...
asked by 21.02.2017 / 19:09
2
answers

Get the name of a binary image with base64 when you download it

Suppose I have the following base64 image: <img alt="imagen de prueba" width="16" height="16" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAA……… /> When I run the view in the browser and show the image, at the time of downloa...
asked by 13.01.2016 / 04:30
3
answers

Design Responsive with CSS images

img{ width: 50%; height: 50%; } img[name="imagen_cuadrada"]{ width: 50px; height: 50px; } <img src="https://www.tuexperto.com/wp-content/uploads/2018/03/paisajes.jpg"> <img name="imagen_cuadrada" src="https://www...
asked by 13.12.2018 / 15:12
2
answers

Hide scroll bar without disabling it

I would like to find a way to hide the scroll bar in the browser. I have tried the following: <style type="text/css"> body { overflow:hidden; } </style> But setting overflow:hidden in the body , what happen...
asked by 17.05.2017 / 15:25
3
answers

Put a background photo in a section. html css

I am developing a static website where I want to put a photograph in a section. the background right now has a color, but no matter how hard I try to put the image it does not appear. <section class="bg-primary" id="nosotros"> <di...
asked by 27.07.2017 / 11:51