Questions tagged as 'html'

1
answer

Div invades another div

I have two div that have to be in fixed so that they always stay at the top of the page, but the div above is eating little space of the div that has the menus. link     
asked by 01.11.2017 / 15:47
1
answer

The content of '.modal-body' appears 'visually' outside of its container

What happens is that there is a line that delimits what would come to be the end of the "modal-body". But as you can see in the image the content that entered the label with that class appears as if it were outside that container but a bit above...
asked by 18.10.2017 / 18:51
3
answers

Query on some html paragraphs

good evening I have the following code <p style="text-align: center;"><strong><span style="font-size: 11.0pt; font-family: 'Arial',sans-serif;">Los elementos que aqu&iacute; se entregan son y ser&aacute;n de la...
asked by 23.10.2017 / 22:27
1
answer

HTML CSS Positioning of elements

I need to position three boxes this way: A Events and Glossary place next to Products, and the title of the best. I copy my code from how I went in HTML modeling the divs. <div class="contenedor1"> <h1> <img src="ima...
asked by 19.10.2017 / 18:34
1
answer

How can I modify the total value when modifying a quantity or unit price data?

<div class="caja6">      DETAIL MATERIALS, SPARE PARTS AND SUPPLIES       <br> <div class="form-group"> <label for="tablaDetalleMaterialEinsumo"> <div class='btn btn-success' id="btnNuevaDetalleMaterial...
asked by 14.10.2017 / 17:10
3
answers

how to adjust the contents of a cell, which occupies the entire cell

I want what is inside the cell to fit the content or that the content fits into the cell I send you the image of how it is: as you see the tto1linea image does not occupy the entire cell, when I change the size of this image, it gets...
asked by 12.10.2017 / 20:09
0
answers

why html content is hidden

Hello everyone I would like to know the solution of a problem I have with the main behind the drop-down menu. If I put the menu in relative it appears to me in the following way: This is my CSS code: @import url('https://fonts.goog...
asked by 16.10.2017 / 00:34
1
answer

how to align the div above?

My problem is that I have not managed to align the div in this way: but it's only shown like this: Styles and HTML are these: .marco{ border: 1px solid #333; } .visual{ width: 100%; text-alig...
asked by 11.10.2017 / 15:52
1
answer

Validate form

I need to validate the fields of a form with jquery and I already had some but this form is written in php and it does not come out, This is the code of the form <form name='frmUpdEspecialidades' id='frmUpdEspecialidades' action='qryEspecia...
asked by 11.10.2017 / 00:19
0
answers

Problems with grid-layout

I'm starting the design of a page using grid-layout. And I face two problems. The first is that I do not know how to make the footer stick to the end of the page. I only achieve it when the div that handles the content is full of information. If...
asked by 23.10.2017 / 14:21