Questions tagged as 'div'

2
answers

Appear a div with hover

I'm doing a project and I have to make an icon appear in each menu link when hovering the mouse. I thought about doing with JavaScript but I do not have much experience, so I decided to do with CSS , can someone help me? Thank you....
asked by 17.06.2016 / 14:29
1
answer

What is the best way to assemble this layout?

Well I'm building a simple layout for a system in php. My question is, what is the best shape, table or div? I mounted it on a table to display what I need. Follow it: body{margin: 0; height: 20000px;} .layo...
asked by 17.03.2016 / 18:08
1
answer

How to get the ID of an element inside a div?

I have a div and some images, each image represents an item in a global array . When I drag this image to% editing% an editing form is enabled, otherwise a form is enabled to create new rule and generate a new image. I need to know wh...
asked by 05.02.2015 / 17:45
1
answer

How to create div that appears in page scrolling

Some sites have a div that appears on the side of the page as it approaches the end of the page. I do not know what its called but I have an example:  on the pages of the link sites, this div appears. What is the name of th...
asked by 12.09.2016 / 17:01
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

Toggle on a div beside (or below)

I'm having to manipulate a div from the click on another div . Basically, one is on top of the other, I want to click on the top one and so the one on the bottom runs the .toggled() event. But one can not be within the oth...
asked by 23.05.2014 / 16:33
1
answer

How to format a Grid inside the Div?

Gentlemen, I'm trying to insert a grid inside my Divs, however it is in conflict with the top, as shown in the image, it follows a snippet of my code where the problem occurs. I have the div row1 which is the top and the div row2 which is...
asked by 06.08.2018 / 16:44
3
answers

Problem with div placement - CSS

I'm developing a hotsite and I'm having problems with css. HowdoIalwaysleavethebuttonnexttothetext? .divFixa{ font-family: 'Open Sans regular', sans-serif; font-style: italic; font-size: 11pt; color: #4D4D4D; background-color: #ccccc...
asked by 07.11.2017 / 19:35
1
answer

How to set Height of the DIV Son, through the depth of the Scroll of the Father DIV

I'm having a bit of trouble applying the depth size of the% dynamic% of the first scroll to the second div overlapped. Code: // Vamos criar a segunda Div, no qual ficará sobreposta a primeira Div var sobrepor = document.c...
asked by 05.04.2017 / 21:17
1
answer

How do I copy the value of a DIV to another DIV with Javascript?

My problem is this: I have a page in html, and on this page, it has 2 divs. in the second div, I have a javascript that stores a value in a given variable. What I want is to display the value of this variable in the first div. Do you kn...
asked by 07.07.2016 / 16:58