Questions tagged as 'html'

0
answers

Spacing with the Menu

I'm having the following problem: I can not remove this menu spacing with jumbotron. <nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> <div class="navbar-header"> &...
asked by 10.04.2016 / 22:31
0
answers

Problem with menu

While hovering over it, it turns blue and I wanted it to stay blue while I hovered over the submenu cogigo:<ul><li><ahref="?op=5" accesskey="5" title="">Sobre</a></li> <li><a href="?op=1" accesskey=...
asked by 10.04.2016 / 01:11
0
answers

How to load form saved in localstorage into a table?

I need a form saved in localstorage to be loaded on another page inside a table, but I'm not exactly sure how to do that, the more I can load it on the same form page, the last saved data. Code using: function carregarDados() { i...
asked by 26.10.2016 / 05:41
1
answer

Link to external page does not work

In the www.wrccdesign.com.br menu, the BLOG link, which is a external link that should lead to another page, does not work, ie when clicking nothing happens. I would like to know how to solve the problem. I did some testing, and from what I...
asked by 26.10.2016 / 10:38
1
answer

Enter value of a radio button in the database

I have: <label class=""> <input name="user_perfil" type="radio" value="administrador"> Administrador </label> <label class=""> <input name="user_perfil" type="radio" value="cliente"> Cliente...
asked by 27.04.2016 / 04:18
0
answers

Slide with rounded base

First time I need to make a slide of this type, came up with a normal slide with a div overlapping the bottom of the slide, giving the rounded effect. Is there another way to do this? EDIT: It should work in browsers: IE, Firefox...
asked by 26.04.2016 / 18:59
1
answer

Help with increasing fields with javascript

I'm developing the following retirement calculator in JavaScript, I'm still learning the language. link The calculator is already working normally the way it is there, but I would need to put more fields and do the calculation with them...
asked by 03.04.2016 / 15:36
0
answers

Compare variable values and choose the largest values to calculate

I am developing a retirement calculator. Available on the link link (code also available below). The program works with the insertion of several companies. I need when the user gives the entry for example: (for male users) If the user worke...
asked by 03.04.2016 / 17:50
2
answers

problem with accentuation in autocomplete jquery [duplicate]

I have a UTF-8 problem in my code. I have a input text with autocomplete (jquery function) that works ok with results coming from MySQL, but when a word is accented with the accented letter appears a question mark (?). Here is my code:...
asked by 01.04.2016 / 21:45
0
answers

Flickity slide show

I'm developing a page that contains 2 slides. 1 principal and other related to it; however I need to create a separate slide menu navigation. I construct the same as follows, generating 3 slides and using 1 of them for navigation: html &...
asked by 02.04.2016 / 03:24