Questions tagged as 'html'

1
answer

Slider of images with css

.slider { margin: auto; width: 100%; display: flex; flex-wrap: wrap; } .slider ul { width: 400%; /* mas imagenes mayor el % 100+*/ height: 500px; display: flex; list-style: none; overflow: hidden;...
asked by 11.03.2017 / 21:52
3
answers

Jquery search in input checked the value of a [duplicate] property

I have the following html code <input codprueba="Prueba1" type="checkbox" title="Observaciones Prueba1"> <input codprueba="Prueba2" type="checkbox" title="Observaciones Prueba2"> <input codprueba="Prueba3" type="checkbox" titl...
asked by 02.03.2017 / 10:02
3
answers

Floating text when hovering over an image?

I need to place a title that appears only when I pass the cursor over the image, I have tried with the title attribute but it does not work. <img src="mad.png" alt="Smiley face" width="42" height="42">     
asked by 15.03.2017 / 20:09
2
answers

How to concatenate a MySQL query with html tags to send color to text textView on Android?

The following code in php $result = mysql_query("SELECT name, concat('<div style="color:Red">',designation,'</div>') as designation FROM test.table_test;") or die(mysql_error()); if (mysql_num_rows($result) > 0) { while ($...
asked by 03.03.2017 / 21:59
1
answer

Is it possible for a button to add a tag to a textarea without erasing the content?

The HTML and JS code is as follows: window.onbeforeunload = confirmExit; function confirmExit(){ return "Ha intentado salir de esta pagina. Si ha realizado algun cambio en los campos sin hacer cl...
asked by 27.03.2017 / 09:33
3
answers

a href to an identifier with margin

My question is if you can do a href to an id but send you 5px higher or 10px for example: <a href = "#nosotros"></a> <div id = "nosotros"></div> That looks like this and not stuck up like here    ...
asked by 07.03.2017 / 18:45
3
answers

Error icon corrido span html

I have the following problem, in which way I can place an icon in the span that contains "$", by placing the icon of the template this is run, the icon should be in the place of "$" and not on top of the Fuel name thank you very much greetings,...
asked by 07.03.2017 / 14:22
1
answer

Save a canvas capture?

I need a button to download and save me the canvas with name and extension ex: imagen.png in JavaScript . The image to be downloaded does not put the extension of .png , it is downloaded with the name of descarga and...
asked by 26.02.2017 / 20:46
3
answers

How to align 2 elements vertically to another [closed]

I need to align 3 images in the following way: How could you do it using bootstrap and CSS?     
asked by 29.01.2017 / 07:49
1
answer

I can not find my error in a project using Angularjs creating a directive type element

Good morning. I have a question in a project that I am doing, in which I use angularjs and html. What I have to do is basically create a directive type element that contains all the content in a table, which depends on an object in a controller,...
asked by 23.03.2017 / 01:52