Questions tagged as 'html'

1
answer

Select dependent PHP and MySQL

Greetings, I am creating a web application to register job vacancies using PHP, MySQL and a bit of Javascript. My problem is that I want to filter by educational level so that all records do not appear. I thought to use a switch inside PHP but i...
asked by 04.09.2017 / 20:21
3
answers

Very extensive words are outside the li

/* General */ body{ background-color: #000000; } /* ------- */ /* 1.0 - Menu de navegación */ #menu{ list-style-type:none; margin:0; padding:0; top:0; position:fixed; } #menu li{ float: left; width: 20...
asked by 04.09.2017 / 18:54
2
answers

Hide image by CSS when doing hover

I have two divs positioned one on top of the other. In each div I have a photo. In the first appears the face of an unfocused person and above (in the other div) a png file where it looks like a text that says TOP SECRET. My idea is that when ma...
asked by 04.10.2017 / 19:21
2
answers

Starting to lay out

I'm making a website and seeing the changes with Chrome. I have finished designing the web and all the content when changing to a resolution (1366X768) is misplaced and many elements do not occupy 100% of the box. I mean, I get the feeling that...
asked by 18.08.2017 / 19:34
1
answer

Aligned Titles

In my code: #lista1{ border:8px solid #EAF2F8; height:auto; float:left; margin-right:18px; border-radius: 15px; border-style: double; position: relative; top: 20px; text-align: center; } #lista2{ bor...
asked by 04.08.2017 / 19:39
1
answer

Change color to a word

I have a table made with HTML and JavaScript . var ths = document.getElementsByTagName("th"); var tds = document.getElementsByTagName("td"); for (var i = 0; i < ths.length; i++) { ths[i].style.color = "red"; }...
asked by 25.07.2017 / 20:35
1
answer

Datatables with Bootstrap 4

I am working on a project that shows a catalog of production cells because there are too many data that I throw when making the Query, I wanted to try to use the Plugque of Jquery, Datatables, try to do it first in the following way: <...
asked by 27.10.2017 / 18:14
2
answers

Detect scroll movement of a select

I have this example code:                          </head> <script> $(document).ready(function() { $('#contenido2').scroll(function(){ var windowHeight = $('#contenido2').scrollTop(); console.log(windowH...
asked by 27.10.2017 / 12:03
1
answer

Is it possible to disable the zoom of an embedded Google Maps when scrolling?

Hello good night everyone, I continue with my project in a teaching institution and I have encountered a problem that I hope you can help me solve. Using Google Maps I added a map to the website as seen below: I include the code I use: &...
asked by 10.08.2017 / 06:53
1
answer

Download with PHP filters

I want to be able to make a download with filters. So far I get to download by city, state or city by state or vice versa, but not download me by a date range, or city or state according to date. In a few words I want to download by a single fie...
asked by 15.01.2018 / 17:46