Questions tagged as 'html'

3
answers

Margin-top of DIV daughter pushes her and DIV father together

I'm wanting #div1 to move away from #fisrt and not to #second together, but it's not working with margin-top: 5px; on #div1; . That is, between joining #first and #second I want #div1 to mov...
asked by 13.03.2017 / 21:36
2
answers

Get radio value and pass to an input hidden with same name

I need to get the value of all the input radio (which are checked) from my page, it is around 10 radius, the value is loaded directly from the database, but they are disabled because the user can not change the value, they are already checked,...
asked by 17.03.2016 / 13:11
1
answer

Stylize input type file [duplicate]

Is there a way to style an input type file and leave it like this? I tried styling via css but I did not succeed. I can not think of any way to do this.     
asked by 23.03.2016 / 22:14
2
answers

How to make a checkbox in the corner of an image?

I'm doing work for school in php, css ... And I wonder if it's possible to put checkboxes into images that come from the database. I would like to put the checkboxes (in red) as they are in the attached image. This is to make it easier to de...
asked by 05.04.2016 / 23:37
2
answers

Display Div Only in Mobile Version

I have a question and I think other people may also have the same doubt ... Let's go to the situation: I have a website, with a header edited to appear on computer screens (resolutions higher than tablets) but I would like the header to chang...
asked by 10.03.2016 / 14:21
1
answer

Replicate information through the columns of the JS Angular table

I have a table where I need to duplicate the table columns when the ID change in the received array. The array consists of result=[{"id":"1","Dia":"250.0","inicial":"1050.0","final":"1050.0","DIAS":"800.0"}, {"id":"1","Dia":"250.0","inicia...
asked by 27.10.2015 / 13:47
2
answers

Remove unwanted margin below image

I've done this so far: *{margin:0;padding:0;} .container{ width:700px; } .image img{ margin-right:15px; float:left; width: 300px; height: 225px; object-fit: cover; position: relative; background...
asked by 23.10.2015 / 18:48
1
answer

Calling the jQuery event not working [duplicate]

I have a button in which I add some components on the screen (input, drop down etc ...), via jQuery manipulation. Among these components two buttons, respectively one of "Save" and one of "Cancel". $('#show-destination').click(function () {...
asked by 30.10.2014 / 20:26
1
answer

bootstrap modal does not work

<div class="modal fade" id="addhor" role="dialog" > <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h4&g...
asked by 10.11.2014 / 22:52
2
answers

jQuery adding multiple non-html rows

I'm using the following code: $("#divPrincipal").prepend('<p class="text-success">Você terá aproximadamente ' + resultado + ' plantas </p>'); The idea was to click on a button and it will print the line with the result in m...
asked by 23.11.2014 / 01:52