Questions tagged as 'html'

0
answers

Tag anchor and hover do not work in a drop-menu?

I'm trying to create a drop-menu but the tag <a> and :hover does not work, when I step or mouse over it it looks like it has nothing. #menu-block { width: 100%; height: 42px; margin-top: 5px; background: #11...
asked by 03.08.2017 / 01:03
1
answer

each of jquery does not find "TR" dynamically added table

Hello, I have a table where the first TR of it is fixed containing some inputs to search Assunto | Data | Categoria input1 | input2 | input3 item1 | item 1 | item 1 Where this item 1 is dynamically added according to the input search r...
asked by 07.07.2017 / 04:40
4
answers

Adding 3 inputs

I have an input that is mandatory with currency mask but the user can enter 2 more inputs. I am not able to do this calculation, especially when the 3 value inputs are not used. The input values only appear if the user selects something in th...
asked by 30.06.2017 / 20:17
1
answer

how to force one dialog box to stay above the other?

I have 1 dialog box that calls a 2, but this 2 needs to be above 1 how do I force it via javascript? or any other way, less z-index than tried and is not going.     
asked by 06.07.2017 / 14:37
1
answer

Make website in appmobile available in playstore [closed]

I need a quick fix for an urgent need, I would like to create a website with web languages, and make it an android app and make it available in the playstore. Has anyone done, or tells me which tool or method of code to use ??????     
asked by 28.06.2017 / 18:27
1
answer

Function calculates date and returns invalid date

I have the following code: //função exibe data de hoje no campo cancelamento function Data(){ data = new Date(); dia = data.getDate(); mes = data.getMonth()+1; ano = data.getFullYear...
asked by 29.06.2017 / 04:37
1
answer

How to make the optgroup access a page

I have a code and I want it to work as follows: I created a list of options within a optgroup and I want it as soon as I click on an option, it goes to the page I want. Example: <optgroup> <option>Opcao1</option...
asked by 13.07.2017 / 01:02
0
answers

Li passing the line

I put 5 li with an image for each a link within Li . After that, I put a :hover on Li so that the image would change over the mouse, but it happens that width is 100% , and I can not change it because my...
asked by 17.07.2017 / 05:24
1
answer

How to leave my content on the sidebar and not behind?

Imademysidebarresponsiveincss,however,thecontentwasleftbehind,howdoIleaveitaside /*MENU*/ #bs-sidebar-navbar-collapse-1 { width: auto; height: 100%; overflow-y: hidden; background: #1f262d; font-family: "Open Sans", sans-seri...
asked by 14.06.2017 / 17:44
0
answers

Place div in the same place with different screen sizes

<div class="container-fluid"> <img src="imgs/3.jpg" alt="Avatar" class="image" style="width:101.65%; opacity: 0.8;"> <div class="middle"> <div class="text">Hello World</div> </div> </...
asked by 16.06.2017 / 22:55