Questions tagged as 'html'

3
answers

Return false does not work within each

I'm going through a table with data, pressing search takes the value of the input and looks for it in the table, when it finds it I need to cut the execution of the function, which is what I can not do thanks. function BuscarCodigo() {...
asked by 13.11.2017 / 16:32
2
answers

custom input

I have the following code with which I would like to emulate the functionality of this site: Mathway : .fraccion { display: inline-block; font-size: 90%; text-align: center; vertical-align: middle; padding: 0 .1em; } .d...
asked by 03.02.2017 / 19:11
2
answers

CSS - Margin Padding HTML

Why does not the white line between the first and second elements respect me? I leave my website: link The CSS is: *{ margin-bottom: 4px; margin-top: 4px; } #todo{ width: 750px; height: 100px; font-family: "Times New...
asked by 24.11.2016 / 09:54
2
answers

How to zoom content to fit the width of the screen

Consider this example: Manually I adjusted the zoom of the body to 60% so that the div #content fits horizontally on the screen (The div #content should not wrap or have scroll) body{ zoom:60% } #content{ overflow-x: hi...
asked by 13.04.2016 / 18:11
1
answer

Get and change CSS of some containers

I hope you are well, I tell you what I should do ... I must do a function that detects me if one or many div within their styles have the property background-color: #ffffff; and in case they have it, change it by background-color: #...
asked by 28.12.2018 / 16:18
1
answer

When inserting html code from javascript, css fails

I have a code in javascript that accesses to firebase to obtain information and then inserts html code with this information. All this does but not as expected. For example, it uses images but instead of putting them with a specific size, it put...
asked by 02.01.2019 / 23:32
2
answers

Keep a fixed label on select

I have a SELECT that when displayed and select the option, sends the value to an INPUT text. The issue is that I want the SELECT button to not change the name, that is, to always type TYPE: <div class="input-group-btn"> <select type="...
asked by 09.03.2018 / 16:21
2
answers

Select shows blank Background of your selected options

I have a Select which contains 3 colors as options, but when I select an option it does not show the background color, it only shows the text: <html> <head> <meta http-equiv="Content-Type" content="tex...
asked by 15.03.2018 / 16:53
2
answers

how to insert a tr in position 0 in a table with jquery?

I have a table similar to this one: $("#nuevo").click(function(){ tr="<tr><td>Nuevo</td><td>1</td></tr>"; $("#tabla").append(tr); }); table tr td{ border:1px solid #000 } <script src="https...
asked by 04.10.2018 / 09:03
2
answers

Google maps does not work on my website but on fiddle

I have a fiddle that works perfectly, now I want to upload it to my server, to I have separated it into 2 files, map.html and map.js . map.html I put a temporary key that I created (I do not know if that's the problem) I'v...
asked by 25.07.2016 / 20:15