Questions tagged as 'html'

2
answers

Appearance of footer when it is above the image (arrow)

I tried to make the footer appear when the click is on top of the arrow, but blinking occurs and it does not work, can it be done only with css or will js be necessary? body { margin: 0; } .block { height: 2000px; } .header...
asked by 10.01.2017 / 17:06
2
answers

How to detect if JavaScript is activated in the browser of the visitor of my page?

I am creating a website where the use of javascript is a priority, so I would like to know how to detect if the browser is running javascript when visiting my site, and if not, address it or give it the option to activate it immediately.     
asked by 12.01.2017 / 04:55
3
answers

Adapt the height of one div to another div CSS

I am trying to make the div color negro suit the height of div color amarillo . The div color amarillo has the property top: 320px; in this example, but it will be dynamic, its property will change...
asked by 25.01.2018 / 17:20
1
answer

How can I get commas and keys in an html report?

I want to generate an HTML report with the win32_cdromdrive class, I need the CapabilityDescriptions object to display commas and keys. In the powershell if keys, commas and words are shown, but in the html report only words are displayed the...
asked by 08.07.2016 / 21:49
1
answer

Understanding META VIEWPORT

I do not understand meta name="viewport" . I am using the example offered by w3Schools and I am not able to understand what it is for, what exactly it does. I have read the explanation and I understand perfectly that it says that it serv...
asked by 24.06.2016 / 21:40
2
answers

Checked radio button. php ajax

Good, I'm having a problem with this code, when opening the option to edit the form, I select the value 2 .. But there are some that have value 1 .. I leave here the code so you can see it .. function editarDestino(idDestino){ $('#form_edi...
asked by 29.06.2016 / 17:48
2
answers

Friendly URLs - PHP [closed]

It is very important to know that friendly URLs are in order to make it easier for the user to 'memorize' the links in a certain way. But, how can I change this?    www.midominio.com.mx/clientes.php?id=8 Because of this:    www.mido...
asked by 17.08.2016 / 08:05
3
answers

Simulate Hover with JQuery

I have a navbar of Bootstrap with drop-down. I want to make hover in the div class="dropdown-content" dropdown also activate the hover of the menu option a class="nav-link" , since I have put styles to the optio...
asked by 13.12.2018 / 11:52
1
answer

Problem with the datatables cdn

Good night I have a problem, I am trying to use the cdn of datatables and when I want to make a table I do not load the page and search functions in the datatable, and I have no idea what the problem is in this format: That's how it should...
asked by 13.12.2018 / 04:45
1
answer

two selections in a row

I have to do this exercise before Friday and it does not finish to me to leave, I will explain myself. I have in a database countries, cities and data of those cities, to which I connect well. I need to make two selections in html in a row, one...
asked by 20.12.2018 / 12:55