Questions tagged as 'html'

1
answer

Centralize div container materialize

I have the following structure in my HTML : <div class="image"> <div class="container center-align"> <h1 class="grey-text text-lighten-5">Análise de Sistemas</h1> <span><b class="grey-...
asked by 17.05.2015 / 00:43
1
answer

How to make the tip of the "dialogue balloon"?

How do I make this triangle before the numbers flap? Can you do this by manipulating the borders?     
asked by 06.04.2015 / 03:40
4
answers

Convert a Select with 2 option in HTML to 2 buttons

Context:    Daily access to a website several times during the day, which before actually entering, in addition to informing user and password, I have to select the type of access between the existing 2, I think it is bad to have to select...
asked by 31.03.2016 / 15:54
1
answer

Use 2 fonts in a sentence

I have a site that the client asked me to use one font type for some things and another type for others. And he asked that the mail be all with a typeface (type1) but this type does not have @ so he asked that the mail was all with type1 but @ w...
asked by 14.07.2015 / 16:56
1
answer

Paste HTML element via Javascript using getElementsByClassName

What is the problem with this javascript code? The function always returns error. <!-- IMAGEM --> <img class="coverPhotoImg photo img" src="ABC.JPG" alt="Foto 1"> <!-- IDENTIFICAÇÃO ---> <span class="hidden_elem enableFrie...
asked by 26.07.2015 / 00:37
2
answers

Set JS variable in input value HTML

I have several inputs in an HTML where the IDs are correct. I want to get value of these Inputs with these JavaScript variables, however only the Input of nome takes the value of the variable! The rest of the inputs are empty: $...
asked by 20.02.2015 / 17:24
1
answer

Open a span when the image loaded by Jquery loads

This is the Jquery code: What I want is that when I click the loaded image it displays a span with a text at the end of the image. (function(){ /* Private variables */ var overlay = $('<div id="galleryOverlay">'), slide...
asked by 28.03.2015 / 23:03
1
answer

Why is my radio input returning "on"?

I have this code : $(document).ready(function(){ $("[name='valor1']").on('blur',function(){ $(".empresa1").text($(this).val()); $(".valor1").val($(this).val()); }); $("[name='valor2']").on('blur',functio...
asked by 07.05.2015 / 04:08
1
answer

Change SVG object color with animation

Using the animateColor tag, I wanted to change the color of an SVG object. Example jsfiddle but does not work: <svg width="500" height="650" > <rect ry=5 rx=0 x=150 y=100 width=90 height=100 style="fill:red"> <animateColor a...
asked by 13.04.2015 / 23:56
1
answer

How to narrow the spaces between the edges of a table in html?

I have a table and would like to remove the spaces between the borders! How can I do this? <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title&...
asked by 20.09.2015 / 20:38