Questions tagged as 'html'

2
answers

Color the entire header

I need to change the color of the header of the site, but when I apply the background color in header , the color only takes up the space of the content, thus getting the color of body at the top and bottom like this: <...
asked by 07.03.2018 / 13:28
1
answer

Set dynamic height for div with javascript

I would like a script that takes my div with class master and set height: 100% according to the size of the screen. html: <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset=...
asked by 28.02.2018 / 19:07
1
answer

Chronometer in JS

Personal I did a timer on JS but it "Tremors" when I run it, is there any way to fix it? var centesimas = 0; var segundos = 0; var minutos = 0; var horas = 0; function inicio () { control = setInterval(cronometro,10); documen...
asked by 28.02.2018 / 18:58
2
answers

Prevent css changes with javascript

I have a div with the footer class when I go to stylize it in css and leave it in display: none; It disappears so good. but I wanted it when used css to hide this div it did not suffer any effect. Ex: .footer { display:none !important; }...
asked by 01.03.2018 / 18:04
1
answer

how to get the word of the clicked link and send it to the page that the link sends

I do not know if the question was clear, but let's go. I have this code here: <html> <head> <META CHARSET="UTF-8"> <META NAME="author" VALUE="Fernando Aguiar Pinedo"> <LINK REL="stylesheet" HREF="css.c...
asked by 20.02.2018 / 17:52
2
answers

problem with dblclick event

I have a code that was working and from one day to the other stopped working, I do not understand why! You're not even triggering the event ... I followed the code below: <table style="width: auto;" id="tblEditavel" > <thead>...
asked by 20.02.2018 / 22:22
0
answers

Images added with tinymce do not respect div

I made a small file upload plugin that is integrated with tinymce, but when I add images to tinymce they do not respect the div. How can I fix this? I saw that tinymce adds fixed pixel sizes, it would be cool if it added the images with style ma...
asked by 17.01.2018 / 04:10
1
answer

Problem to horizontally align responsive layout using Bootstrap

Now with the header it worked. I need to create a second ROW (line) It will be 4 | 4 | 4 and should have one image, and the other 2 parts of text. But I have 2 doubts. The first one is, I do not know what I do to make the image smaller than the...
asked by 17.01.2018 / 02:28
0
answers

Recover audio from GetUserMedia to record

Good morning, I've already made treatment to record audio with GetUserMedia. I used this example ( link ), it has the same js code. The problem is that the framework I use requires a physical file (you can put more if you want) to send to...
asked by 17.01.2018 / 12:14
1
answer

OG image in several sizes

I have a goal with og: image on a website in the size of 300x110px; So far so good, I share the website on social networks like Facebook and others and it pulls the image right; The problem is this: When I share the website in places where...
asked by 27.02.2018 / 13:31