Questions tagged as 'html'

0
answers

Map an image with colors [closed]

I have a vector with several values, each vector position can range from 0 to 100: vet = a [10 , 50 , 60 , 70 , 50 , 0 , 99 , 65 , 32 ]; These values are the pressures in the sole of the foot of an individual. So I need to color this image...
asked by 01.10.2016 / 12:02
2
answers

Error when using CSS nth-child () [closed]

.citacao-bio { background-color: #D9E5E3; border: 10px solid #C2CCCA; width: 250px; box-sizing: border-box; margin: 20px 40px; float: left; position: relative; } .citacao-bio:nth-child(2){ float: right; } <div...
asked by 19.09.2016 / 14:56
1
answer

How to modify elements: hidden with jquery?

I use the Bootstrap carousel and I need to modify the margin-top of a title, but when the content div is: hidden, I can not get the height of the text with jquery. Here is the code: $(document).ready(function () { $('.slogan').each(fu...
asked by 19.09.2016 / 19:36
0
answers

Implement swipe in the Venobox lib

I'm using a lib called venobox on a website, but it does not have the native swipe which is the slide of the side image to pass it or go back and I've already tried to implement the TouchSwipe-Jquery-Plugin lib but it does not work on the images...
asked by 14.08.2016 / 17:40
1
answer

Centralized HTML / CSS Menu

I need a help with a code I do not know much about HTML and CSS , I'm learning slowly and need help.    Home HTML / CSS <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN...
asked by 17.08.2016 / 15:55
1
answer

Records Query on DATE Fields per Month

Hello! I would like an aid I am performing queries on a VIAJEM table where I have 2 fields IDA E CHEGADA . Both of type DATE . I need to query all records for a given MES . Ex. ida = '2016-08-15' chegada= '...
asked by 17.08.2016 / 20:59
1
answer

Change form when typed

I have a page, where I search by name, cpf or contract, and I'm having difficulty resizing the form when typing. I think so, when I start typing the characters, you already know that it is by name and it appears the form of size x, if I start...
asked by 16.08.2016 / 14:35
1
answer

How to map a html page in Spring MVC

I have a Spring MVC project that will provide the rest service for the front end. But when creating a page .html the project does not recognize it and always 404. Does there any configuration that I should do more for spring mvc to recognize .ht...
asked by 18.08.2016 / 01:19
1
answer

Slide toggle with multiple divs, each div makes its own slide

Well, I'm having a problem creating a slide for each div. I am making a code that will create x divs alike, but with different contents and I need each one to have a button to perform a slide up with your information ... I am trying to create a...
asked by 11.08.2016 / 20:32
1
answer

go through array and insert jquery line break

This application does not work as expected. var storeElements = [];     var store = []; $('body').on('click', 'a.add_aluno', function () { var aside = $(this).parent().parent().children('aside'); $(this).parent().parent().append('&...
asked by 29.10.2016 / 02:24