Questions tagged as 'html'

1
answer

How to use two css files in an html

How can I use two CSS files in an HTML file, but one of the CSS files is only used in div . I have a CSS file to style the page, but I needed another CSS file to be able to style a div in the middle of the page. Because I'm te...
asked by 26.11.2015 / 18:37
2
answers

Convert a date to javaScript

Good afternoon. How do I convert a date to javaScript, taking into account the entered date can be format day-month-year or year-day-month. I have the following code: data = toDate('2015-10-01'); function toDate(dateStr) { dateStr...
asked by 14.12.2015 / 16:43
2
answers

Real-time Google Maps update

I'm using Google map to show objects in real time. I made a function in Javascript which is refreshed every 3 seconds and in that it updates those marked on the Google map. Something like: vmarcador[value.Id] = new google.maps.Mark...
asked by 12.08.2016 / 20:22
2
answers

Make div appear when right-clicking

I use the (hover) function to make a DIV appear, I wanted to know if I can make it appear when I right click. That is, a child DIV appears when I click a parent DIV with the right button. Here's an example I'm trying here. .pagina {...
asked by 12.04.2016 / 18:55
1
answer

Force rewriting of the title of a page

Well I have a page, but one of these pages wanted me to change the title. Example my page uses in Reader a code that defines the title of all pages, but I have a page in custom php that also want to put a different title, ie Rewrite the title th...
asked by 05.04.2018 / 20:54
1
answer

How to force Highcharts to show all points?

I use the highcharts API to generate graphs from information collected in a database, the problem is that when it comes to many points in your series, it HIDES and GENERATES a Mean in periods. . See the example in this jsfiddle . The highe...
asked by 20.04.2018 / 16:25
1
answer

CSS renders BODY tag even without the TAG existing

I have an HTML file which I set as follows <!DOCTYPE html> <html lang="pt-br"> <head> <title>Prompt</title> <meta charset="UTF-8" /> <link rel="stylesheet" href="style/prompt.c...
asked by 29.10.2016 / 18:01
2
answers

Set css with php according to browser

Earlier today I did this question. What I need to know is how I can do something like this: Check whether the browser is Safari or not. If it is, section#internal.services aside ul li a should receive this css: CSS...
asked by 17.07.2015 / 20:50
3
answers

Date 01 day of month returns as last

When I enter day 01 as the date, it returns me the last day of the previous month. What is the reason? function myFunction() { var fromdate = new Date(document.getElementById('data_venc').value); alert(fromdate); var dd =...
asked by 10.07.2015 / 22:55
2
answers

Input transition effect jquery javascript

Hello, I wanted when I opened a page my image would come from the bottom up, and when I reached the top it would disappear, all in 10 seconds. How could I do that?     
asked by 23.07.2015 / 03:53