Questions tagged as 'html5'

1
answer

center svg on a

Hello to everyone! I've been trying for a while but there's no way to do it, I try to center a vector object (svg) on a link 'a' and there's no way guys .. When you enlarge the page or make it smaller the svg goes out of 'a' instead of stay insi...
asked by 21.09.2018 / 17:32
2
answers

How to place an event for several elements?

I have a doubt. Well, I have a post in which users post comments and next to each post I have a button belonging to each of them. Well, how do I do it so that when I click on each one of them? those buttons I get a popup. With what event? An...
asked by 08.10.2016 / 06:54
2
answers

Various doubts with div [closed]

I have a page where the header and footer are always static, just change the body when you press a few buttons. The fact is that I have the main page, I need to make the different divs of the content I want to change. I have two questions:...
asked by 17.06.2016 / 11:23
1
answer

immutable div within a div content-editable

Approach I would like to make a div that would be totally unmodifiable , preferably, inseleccionable and unfocusable even if it is within an element that have the contentEditable attribute enabled. Note: I can not choose...
asked by 18.02.2016 / 19:59
1
answer

Input type range does not show range

I am creating a form whose content consists of having some input of type range. However, the corresponding ranges are not shown and besides that, I would like to know how I can have two sliders instead of one, similar to this one, for example:...
asked by 15.02.2016 / 09:23
2
answers

Micro rich data

I am studying rich micro data, but I really do not understand much of the subject, for which I am following an example, this example . The thing is that I only have to ask for example, what the hell is it worth to put that on my website, and...
asked by 11.07.2018 / 17:03
1
answer

Put contenteditable to all TD except the last ones

I have a table of 5 columns, with information, the last column is of actions (Edit, delete, etc). I'm trying to click on an edit icon to enable text editing of all the TDs in the same row except for the last one, since it is a cell of tools, how...
asked by 25.09.2018 / 19:02
2
answers

Internet Explorer Compatibility with HTML

I have a drop-down list, when using Edge emulation and 10 it works without problem. When using the emulation of 9, 8 and 7 does not work. They could explain to me why this situation happens and how to solve the problem.     
asked by 30.08.2018 / 17:57
1
answer

Place icons on a menu with bootstrap4

I have a little problem, I'm trying to make a footer where I have some icons above and below I have a navbar, something like this: And I did this: <div class="footer"> <div class="container"> <div class="r...
asked by 18.03.2018 / 05:28
2
answers

Line break of a paragraph content in a popup?

I have the following code that dynamically puts some draggable images on top of another image with a popup . But, having a content in the <p> big% for example: sensor 1 2 3 4, 1234 goes to another line and I want it to continue on t...
asked by 06.04.2018 / 19:25