Questions tagged as 'html'

2
answers

Div does not align with the text

I'm trying to align div and text side by side, but it does not work at all, I've tried float, tb, align, and nothing works, please can you give me a help. #sobre { width: 100%; height: 100%; background-color: #0C0; ba...
asked by 01.05.2016 / 22:26
1
answer

Login user information does not appear using Firebase!

I'm developing a Web-app! In the case, a chat, however, a chat with new and legal functions! I'm doing just for learning and fun! In the app, I'm using Firebase, to create Logins, Notifications etc! My question is: I am not able to di...
asked by 28.09.2016 / 06:29
2
answers

How to change a color based on the scroll position

Hello! I've been looking for a while and I find several things, but for what I specifically want, no. In my Tumblr blog, I want a border around the posts with approximately 5px, whose color changes based on the scroll position. I want it to be f...
asked by 08.04.2016 / 23:31
2
answers

Doubt of how to format value using Chart Chart JS

I'm using a Jquery plugin called Chart JS.
asked by 19.04.2016 / 18:32
2
answers

Position of DIV relative to another with dynamic content

I have two divs on my page, one class="rodape" and another class="content" . The first is the footer of the page, and adjusts its position relative to bottom of the fixed contents of the page without problems. Ho...
asked by 08.01.2016 / 16:00
2
answers

Redeem checkbox data stored in the database

I am writing data from 6 checkboxes in the bank. I'm treating each one separately, as below: <tr> <td>Tabela Nutricional:</td> <td><input type="checkbox" name="export_tabela[...
asked by 14.01.2016 / 11:51
1
answer

Reload content while giving Submit

I need to load all the content defined in the database query every while and fill in the fields and give the submit, it will write to the bank and reload only that loop bringing me the filled bank data again. So when you are posting information...
asked by 25.08.2016 / 13:30
1
answer

Change the font of a textarea with onclick in an option

<select> <option>Arial</option> <option>Open Sans</option> <option>Roboto</option> <option>Calibri</option> <option>Helvetica</option> </select> <textarea id="t...
asked by 25.08.2016 / 23:05
1
answer

How to make the body have a scroll

How can I make the body of a site have a scroll, so users can drag the bar down and up to see all the information on the site.     
asked by 23.03.2016 / 20:01
1
answer

Use variable with site address in HTML - Angular

Hello, I'm developing an angular site, but I'm having a hard time using the baseurl variable, which contains the base path of the site, in some things like links I can use, but inside a background-image or an ng-click , for example, it does...
asked by 23.03.2016 / 20:07