Questions tagged as 'html'

0
answers

How to print in html as a tax coupon?

How could I print on the html screen the table below as a tax coupon? Type the following image. on the side of the meal the quantity.     
asked by 30.01.2017 / 21:22
2
answers

Return Bank Data and List in Combobox

Hello, I would like to be able to return the values from the table bank of the company and for each line that returns going to create an option in the combobox, I would like to know how to do this, I think it should be with while or for each, hel...
asked by 10.02.2017 / 12:40
1
answer

Bootstrap menu with logo in the middle

Can anyone help me with how to make the bootstrap menu of the model below? I am not able to do with 2 ul of menu with the image in the center, to go aligning in the responsive.     
asked by 14.02.2017 / 20:50
1
answer

use dynamic INPUT to query the bank

I have this script in html and jquery that searches the database for what the user wrote in the input <div class="form-group col-md-8" id="dynamicDiv1" > <label for="categoria">Categoria</label> <in...
asked by 15.02.2017 / 04:25
2
answers

Changing element display in hover of another element does not work as it should

I want to change the display of the elements with the .slide-prev and .slide-next classes. As I'm using a slide plugin, it automatically creates the navigation elements outside the ul, so the only way the display change worked was with javascrip...
asked by 11.02.2017 / 21:29
3
answers

align image to center over another image

I'm developing a website as a portifolio, I'm using wordpress and bootstrap, I created a div and inside it I put an img tag with the background image of this div, but now I want to put an image of my logo superimposed on the background, using so...
asked by 11.02.2017 / 00:08
0
answers

error html5 css3 element does not stick with what was specified

How can I make the elements stay the same as the first column element. because they are not as desired. in the first element I have two icones one of heart and one of check , but they do not repeat themselves in the respectiv...
asked by 10.02.2017 / 22:50
1
answer

HTML page with bad margins [duplicate]

I'm trying to put a slideshow on my page, but for some reason, the images have some kind of left margin that does not cover the entire page. Here's the image: HereistheHTML:<xmp><!DOCTYPE html> <html> <head>...
asked by 11.02.2017 / 21:34
2
answers

Responsive Site

This is the following, I'm having trouble modifying a footer on my site. I am using Bostrap to style the site, however I wanted to leave the radapé in two columns on mobile devices. The structure of my site is as follows: CSS: @med...
asked by 19.01.2017 / 20:27
1
answer

Thymeleaf - Submit information from inside table

Is it possible to give information submit from within one using thymeleaf? Example: <form method="post" th:action="@{/receive}" th:object="${objeto}" > <input type="text" th:field="*{nome}"/> <table&...
asked by 19.01.2017 / 15:03