Questions tagged as 'html5'

1
answer

Apply edge only to a td [closed]

I have the following two simple tables, what I want to do is apply the border only a pair of elements td but that remain with the same style as when applied to the whole table as such, this is what I wear and can not recreate the s...
asked by 18.12.2016 / 22:32
3
answers

Navbar Aside Left Height 100%

I know that many know SB Admin 2, I'm doing something similar but I have a question about how to put the Navbar on the left that takes 100% of the top of the page as a aside; As it is in the image: Please keep in mind that I also want the...
asked by 27.02.2017 / 15:51
1
answer

Show results in a select from the database [closed]

I want to pull data from a database but only show fields that are equal to 1 and its id equal to 7 say in an html select. Let me explain myself better: If your id is equal to 7 but your "home" field is equal to one, I do not want to show "hom...
asked by 12.01.2017 / 23:19
2
answers

How to make Template with Vue.js

I can not do this example on my local PC Example Template , if I want to create a template in a separate file where I can call it and use it in any part of my html, in order to simplify code, but I can not do it because I can not identify if I'...
asked by 03.12.2016 / 23:06
2
answers

Validate in two different groups of radio buttons

Hello very good afternoon I have a form of about 28 questions in which each question has two answers that is organized by groups, what I want to try is that the answers do not overlap see the attached image I am looking for how to validate...
asked by 25.11.2016 / 04:21
1
answer

Read a zip inside another zip in Javascript

I have a zip file called A.zip, this file has inside more zip files called A_001.zip, A_002.zip .... And inside each of these zip there are several .txt files that I want to read and put in different arrays What happens is that I have no idea...
asked by 09.12.2016 / 14:21
1
answer

I have problems validating a form with php

I have the following form: <form action="#" method="post"> <ul class="ulformu"> <li class="liformu"> <label for="nombre"></label> <inp...
asked by 03.01.2017 / 20:35
3
answers

Can I hide src from a video?

I am developing a panel of infoproducts that will play videos, I want to avoid downloading videos, how can I do it? Use Html5 <video class="dimvideo" controls><source src="videos/CompresoSE.mp4" type="video/mp4">...
asked by 03.11.2016 / 23:34
1
answer

Embed html inside another html page

Hi, I'm doing a web page with php, but I would like to know how I can embed another html page within my page, that is, I have this menu saved in another html <nav class="navbar navbar-default"> <div class="container-fluid">...
asked by 01.02.2017 / 13:30
1
answer

How to apply color to Bootstrap popover using jquery?

I have a table in which inside one of its cells I have a "a" tag to which I want to show a popover when I pass the mouse cursor: <table id="tableOcMateriales" class="ctrlLineTable table table-condensed table-striped table-border...
asked by 22.11.2016 / 02:32