Questions tagged as 'html'

2
answers

View HTML text on Twitter-Bootstrap Popover

I created a Popover provided by Twitter-Bootstrap in this Popover a message formatted with HTML tags is displayed, however when I open the page the text that should be formatted in HTML is formatted as texto plano...
asked by 28.07.2015 / 15:53
2
answers

List generated with JSON data

I'm having trouble querying data from a JSON file within a list in HTML. I put my prototype in the Plunker . Script ... $.getJSON("list.json", function (json){ //alert("Carregou o list.json"); var states = json.states; var...
asked by 31.07.2015 / 22:25
3
answers

Add numbers respecting formatting R $ 00,00

Good afternoon I'm trying to represent a sum that the output value is in the formatting below:    $ 00.00 But I'm having difficulty with decimal place numbers, Instead of the number being $ 15.10 it gets in the format $ 15,1...
asked by 11.01.2017 / 14:25
2
answers

Layout with div diagonal and responsive

I need to create a layout and make the divs diagonal and responsive (100%), as in the example below: ContentfrominsidehastostayhorizontalAnyideas?Suggestion? JSFiddle for editing     
asked by 20.07.2015 / 16:55
1
answer

Text effect or paragraph loading [duplicate]

Hello. I've been watching on several sites. Facebook, Dropbox and various frameworks that use css and js an effect that appears before text is loaded. I hope you understand. Thanks     
asked by 03.01.2017 / 02:03
3
answers

Append javascript

I have a modal that opens when I click on a link, in this modal I'm going to type an email that, when I click on add email , will add the email text in <ul> <li> below of the input . I have already made a code that follow...
asked by 12.03.2018 / 19:39
2
answers

Perfect centering of elements using transform: translate style

In another question I asked before, a user gave me an example of how I could perfectly leave a html button on the screen. It was in this question: How to position a button anywhere on the screen in html He simply did: #centralizar{...
asked by 12.04.2018 / 21:45
1
answer

Make a DIV appear only at a certain time

For example, I have a certain div, but I want it to appear only from 6 p.m. to 00 p.m. every day, but I have no idea how to do it. <div class="conteudo"> <h1>aqui vai o conteudo da div</h1> </div> I want...
asked by 30.03.2018 / 00:21
2
answers

How to get value from a checkbox

When I submit the form the input does not return the value of checkbox and says $_POST['newsconf'] does not exist. HTML <input type="checkbox" id="newsconf" name="newsconf" value="1"/> <label for="newsconf">...
asked by 31.12.2014 / 23:15
2
answers

CSS for different browsers

I'm building a custom%% of% +% with custom%. The problem is that each browser interprets the code differently. My final intention is to make the label appear to be just a single line. Chrome and Opera are correct. Already in IE and Firefo...
asked by 05.01.2015 / 18:48