Questions tagged as 'html'

2
answers

Click on a plus sign + and more inputs appear [duplicate]

There would be some way for a user to click on a small image with a + sign, to add more inputs to the form. In case I have the following inputs: Identificação do Responsável da Empresa 1: <input type="text" name="socio1"><br&g...
asked by 22.03.2016 / 02:12
2
answers

Summernote Plugin fullscreen modal problem

I'm using the Summernote plugin for creating content within a system. But when I'm in fullscreen and try to add a link or image, the respective modal appears behind the bootstrap backdrop. I already tried changing the z-indexes, but to no avail....
asked by 26.06.2015 / 22:50
1
answer

How do I get the value of a div and show it in javascript?

   The method ".getElementById ('value'). value" shows the div value as null <html> <head> <link rel="stylesheet" href="demos.css" type="text/css" media="screen" /> <script src="/sistema/jquery/plugins/RGraph/librarie...
asked by 09.03.2015 / 15:37
2
answers

how do you show only the stores in the selected neighborhood?

When I clicked on neighborhood 1, all div (store class) that did not belong to this neighborhood would be in display: none. can have several neighborhoods so I wanted a way that I did not need to update every time I had a new neighborhood <...
asked by 23.01.2016 / 16:44
2
answers

Change div hover background

I can not change the background of the div when I hover over the mouse, in case I want to change the background of the circle when hovering. <div class="col m3"> <div class="center promo">...
asked by 16.01.2016 / 16:13
1
answer

Gradually increase a background image from a point

I need the effect below in css3 or javascript. Go to GIF WhatIalreadyhaveisjustthebasics:Theimagedoesnothavethedesiredeffectbecauseitstartedfromitsowncenter.Ineedittobefromyourbottomright,asperthe GIF above . // when DOM is ready...
asked by 11.02.2016 / 17:11
2
answers

Good practices in development (Use of Float, BRs, Api) [closed]

I would like some good practice opinions on development, as I am an amateur in the subject and would like to clarify some doubts. When I'm working on the layout, I use a lot of BR and Floats tags to organize the layout, is this correct or i...
asked by 12.02.2016 / 12:44
2
answers

How do I get the value of one input and assign it to another?

I have a form with multiple input that follows a pair sequence, ie: value1 for cost1, value2 for cost2 and etc ... I need to get the input value value1 and assign the same value to cost1. But I have several inputs and think of creating a s...
asked by 18.02.2016 / 18:17
3
answers

Div responsive with image and other elements within

I'm creating a site mobile with responsive design. Within a div I have a slideshow that shows 300x300 images, I need to make that slideshow responsive without touching the width and height fault attributes of it. The code i...
asked by 20.11.2014 / 03:54
2
answers

how to leave rectangular image?

I would like to know how I can leave a news image for example in rectangular format, without losing proportion. I searched the internet and found nothing that could help me. Note that the image is rectangular.     
asked by 15.11.2015 / 04:25