Questions tagged as 'html'

2
answers

Use table or not

I need to position labels controls, exactly one underneath the other and sometimes to the side. I do this with a table, but I ask. Is there another way to do this and give a result similar to table? Table is legible, and everything mine is dynam...
asked by 08.05.2014 / 01:46
1
answer

How to make the Youtube Music fixed menu effect

I would like to bring this effect of the Youtube Music app menu to my site. Basically it rolls along with the page when descending and appears again when ascending, fixedly. Mycurrentattemptisnotsimilar,whengoingdownthepagethemenugoesupandwh...
asked by 12.12.2018 / 00:40
2
answers

Hover effect on child element with CSS

I have the following code, which is the menu of my application: <div class="mainmenu-area" data-spy="affix" data-offset-top="100"> <div class="container"> <!--Logo--> <div class="navbar-...
asked by 04.12.2018 / 19:10
3
answers

Format date DD-MM-YYYY string jquery [duplicate]

I have a 'DATAADMISSAO' field that receives DB information in the format below: Iwouldliketoinputinthefollowingpattern:DD-MM-YYYY.Belowisthejavascriptthatinsertsthedataintothefield:functionsetSelectedZoomItem(selectedItem){varinfo=select...
asked by 30.10.2018 / 20:27
2
answers

How to move html input

I wanted to move this login form to the center of the page but it will not. I tried padding , text-ident , align , nothing makes these input move, except for the button nothing moves, even doing until copied and pasted,...
asked by 29.10.2018 / 20:36
1
answer

conflict with googleapis jquery

I am importing several apis to the same site, the problem is some cease to work. For example, one api to do an autocomplete, another to make an effect in the menu and another to a feedback box. Is there any way around these conflicts? I'm callin...
asked by 12.02.2014 / 17:43
1
answer

Making an input only appear when an option (select) is chosen

I have a registration form, with a selected, but one of the options of this selected when selected should appear an input. Example: <select> <option>value1</option> <option>value2</option> </select>...
asked by 07.11.2015 / 21:12
2
answers

Variable value changing according to a select

I have the following problem, guys: I have a variable $soma_produtos = 0 (Get bank values through a foreach) Getting the foreach data would look something like this: $soma_produtos += $produto->getPreco(); Other $des...
asked by 14.11.2015 / 17:21
1
answer

Forms and Iframes

Is it possible to use <iframe> within <form> ? I am making a code where I pass id on <div> and within <form> with another id , so within <form> I want to call a &...
asked by 26.06.2014 / 14:50
1
answer

Div is fixed by decreasing the screen

I'm developing the following website: http://173.44.46.62/~bellanap/pedidos.php However, when the screen is dimmed, the div where the form is breaking down. It needs to be fixed. Help me?     
asked by 01.07.2014 / 02:40