Questions tagged as 'html'

3
answers

Balloons with tips to use the system (Tour)

What I want is to know the name given to those tips that are appearing to assist in using a system when we first enter it. For example, I log in to the system and a balloon appears as if it were a modal in a certain location with a hint and a...
asked by 06.12.2016 / 17:33
4
answers

Problem with height of divs that do not follow each other's content

I have a problem that I think is easy, but I can not figure out how to solve it. I have a structure of type: <div class="conteudo"> <div class="esquerda"> </div> <div class="direita"> </div>...
asked by 17.05.2014 / 16:09
2
answers

Ideal attribute to not be 'clickable'

Good afternoon. I'm making a button that has the function of increasing the amount of products in the cart. However, by clicking many times on it, the element becomes as 'colored' as if it were a word or something. as in this image: The...
asked by 16.08.2017 / 20:23
3
answers

Float half of Dropdown Menu list to another position

How to do in the sixth cell of Menu Dropdown float to left as in the example below: Itriedunsuccessfullysomethinglike:<style>#main-navigation-2.dropdown-menu:nth-child(6),#main-navigation-2.dropdown-menu:nth-child(7),#main-navigation...
asked by 14.12.2017 / 19:03
2
answers

Place spacing effect at beginning of paragraph

Scenario : I have a Terms of Service page and responsibilities. For being very verbose, there are about 15 paragraphs. To generate the initial spacing of each paragraph I am using a set of: 5 &nbsp; however I want to remove these...
asked by 03.08.2015 / 15:03
2
answers

Difference italic and emphasis in HTML? [duplicate]

What's different about <i> and emphasis <em> tags in HTML? When to use each one?     
asked by 27.01.2017 / 12:13
2
answers

How to export an HTML DIV to PDF by CSS?

Does anyone have any code that can export a DIV to PDF rendering all the CSS of this DIV? Should I do this in backEnd (Java) or frontEnd (JavaScript)? If anyone can help, I appreciate it!! EDIT: Thanks for the reply Gabriel Rodrigues, but thi...
asked by 24.03.2016 / 12:24
3
answers

How to repeat columns up to "x" times

I have a column in my database with names, I write it on the screen, through this code: <html> <head> <title>Pagina Inicial</title> <meta charset="utf8"> <link rel="stylesheet" type=...
asked by 28.09.2015 / 01:04
2
answers

How to change the url of the "background" property?

I have this function that changes the src of an img: window.document.images['img'].src = n_src; <img src="" name="img"/> But I wanted to change the background url of the style: <div name="img" style="background: url()"></d...
asked by 12.10.2015 / 23:25
3
answers

Input date type how to disable the next 7 days from the current date

In an input of type date, how can I do to disable the next 7 days in relation to the current day in the calendar? I know that with JS I can do a function to disable the days before the current one with the min parameter, but how could...
asked by 20.10.2017 / 16:11