Questions tagged as 'html5'

1
answer

Place icon in a cell of a table made with semantic-ui

I'm using Semantic-ui and on a page I load a table, which in the last two cells of each row, I put two icons that should behave as links to two other processes such as: edit the record, or delete it. Now ... according to the documentation of the...
asked by 29.06.2017 / 22:24
2
answers

Create table with fixed header and generate a vertical scroll

I'm working on a table from HTML and CSS, what I need is to generate a table whose content inside the thead tags is static which is obviously the header of a table, and the content within tbody will generate a vertical scroll. And I have the...
asked by 19.06.2017 / 18:04
2
answers

How to put a footer of a HTML CSS box

I am recently in the world of html and css, almost 2 weeks I am doing these pictures, but I would like the part of rojito that is a button, that will remove its properties (wight, line height, etc) that is why see so, I would like it to always r...
asked by 26.05.2017 / 17:31
2
answers

Decimals point type for the input type number of HTML5

I have the following input: <input type="number" value="1.5" step="1" id="id_texto" /> Currently the value of the input shows me 1.5. But what I want is to show me 1.5. I want decimals to show it to me with a period, and not with a co...
asked by 10.06.2017 / 00:24
1
answer

Shrink-to-fit attribute-no in meta name="viewport"

The question basically consists of what you see in the title, and I have seen this attribute in many templates and works lately ... Can someone tell me what it works for? Apart from that, what is the best way to write this meta tag with its a...
asked by 19.03.2017 / 21:29
1
answer

Show an image for an order GET Ajax (axios) of vue js 2 and show it by html 5

This is my code I want to make a call get of axios by vue and that after having the image that shows it in html getImage(param) { axios.get(param) .then((resp) => { return this.image = resp.d...
asked by 23.06.2017 / 02:23
1
answer

Keyboard input type number

I am creating an app with angularjs and Ionic. I have some inputs type number but in the android device, the keyboard that presents me is with the option to add a period (.) And it is not what I need. I tried: if ( ($.inArray(e.keyC...
asked by 24.03.2017 / 18:06
1
answer

Implement DataTables.net

I am implementing DataTables.net but it is not doing the paging, I am working with ASP.NET MVC 5, the code I handle is as follows. @{ ViewBag.Title = "Proveedor"; } <h2>Proveedor</h2> <html xmlns="http://www.w3.org/1999/xhtml"&...
asked by 14.02.2017 / 19:39
1
answer

Because blank spaces are generated in my input value

<input type="text" class="form-control txt_respuesta54_act" name="txt_respuesta54_act" required value=" <?php if ($trim == 1){echo trim($respuesta_Trans_Q2);} elseif ($trim == 2){echo $respuesta_Trans_Q3;} elseif ($trim == 3...
asked by 30.01.2018 / 23:22
1
answer

Correct format for links in W3C

I have a site that has a footer where the following string is included to link internal links (I speak of an HTML document): <a href="<?php echo url_for('nosotros/aviso-legal#top'); ?>" title="Aviso legal"> At the same time it...
asked by 21.01.2017 / 18:44