Questions tagged as 'html'

1
answer

list-style does not return to default

Well, I'm developing a website, and the following problem came up: I reset all elements of the site; *{ color:inherit; font-family:inherit; font-size:inherit; font-weight:inherit; background-color:inherit; margin:0;...
asked by 06.10.2017 / 16:20
1
answer

Bootstrap menu does not work

I'm developing a web application and put it in the bootstrap menu link Menu in normal page width Butbyreducingthewidthofthepagethemenudoesnotlooklikethis. Staythesame HTML<divclass="body-wrap" > <div class="container" >...
asked by 07.10.2017 / 19:28
1
answer

Currency formatting [duplicate]

I have the following script in my HTML, what it does is simply check a checkbox whether or not it is selected and in case it is adding a value, my question is, how do I make this value to be formatted in currency? For example, instead of appea...
asked by 04.09.2017 / 13:15
1
answer

Using require, where to use this tag?

Tinah asked this question before, but I was not so specific so I decided to reformulate here by putting my code to understand better. Here I have the main file that will be used as a template for all pages: <!DOCTYPE html> <html lang...
asked by 10.08.2017 / 21:57
1
answer

jsPDF include css

How do I save this DIV, with css formatting, if it's easier to do with table, so can I, so what I need is to just show this DIV with value inside. It will be generated side by side. var doc = new jsPDF(); var specialElementHandlers = {...
asked by 11.08.2017 / 02:02
2
answers

Redimensional Input Bootstrap in Form Inline

I have the following form inline, and would like to resize the input as per the drawing: Followthecodebelow:<divclass="row"> <div class="col-lg-12"> <div class="panel panel-default"> <div class="panel-heading">P...
asked by 08.08.2017 / 20:25
3
answers

Problem in division and multiplication

I have an exercise to do the four basic operations, but multiplication / division is not going, and you have to test if the number q is dividing is not zero. But sum and subtraction is right. <html> <head> <title>...
asked by 12.08.2017 / 05:00
1
answer

Update price inside a box with jquery

I have a page with several boxes containing some information and the price of the product, a URL and a select, when the person select a different option in the select the price of the product will be changed. I searched the internet and found so...
asked by 14.09.2017 / 15:32
1
answer

Date Scheduling System

I have a scheduling system, where I have to return the dates and times available (which is not already registered in the database) for a new schedule with these available dates and times. I have no idea how to do this, can anyone give me a lig...
asked by 15.09.2017 / 04:08
2
answers

How to modify an item at a specific point on the page? (HTML, CSS)

Hello, my page has a fixed menu consisting of text, I need it when it reaches a certain point on the page it changes from white to black but I have no idea how I can do it.     
asked by 13.09.2017 / 21:14