Questions tagged as 'div'

2
answers

Make a DIV element be positioned as a footer

Here's an example of what I'm trying to adjust: * { margin: 0; padding: 0; } html,body { height: 100%; } #topo { background: limegreen; position: static; left: 60px; top: 35px; width: 100%; line-heig...
asked by 25.05.2018 / 19:08
3
answers

div set when scrolling page down

I would like to know how to make a div fixed on the side side by scrolling the page down. What I want to do is exactly like the side newsletter from this page ... By scrolling down you will better understand what I am talking about....
asked by 06.04.2014 / 21:39
2
answers

Resize image automatically

When programming a web page via PC, I added an image map whose image was relatively large, occupying the width of the entire page. The problem is that when you access a smaller screen, such as a notebook screen, the image does not resize along w...
asked by 22.03.2018 / 14:40
2
answers

JavaScript command does not work inside Buttom

Good morning! I have a problem and I can not resolve the issue. I need a buttom to appear or not according to the PHP condition. Making the buttom appear I'm getting, the point is that inside it has a javascript call that does not work inside PH...
asked by 01.08.2016 / 14:14
2
answers

Auto Click mouse on a content within a div?

I would like to know if it is possible to do a div with auto click. This is how the page loads and when someone clicks anywhere on the page the mouse clicks on the content inside the div. In case I put an iframe from an external page. but...
asked by 29.05.2015 / 22:04
2
answers

Configure list-group with scrollspy bootstrap

Good evening!    I'm having difficulty with one of the layouts of my project in which I have a div divided into 3 parts, where the upper right part will contain selected cards that will bring the data in a list at the bottom, I'm building the in...
asked by 21.03.2018 / 23:03
2
answers

How do I make / disappear a button only from one of the ng-repeat loops? (Programming in AngularJS)

My angle code has ng-repeat as follows: AngularJS: angular.module('meumodulo', []) .controller('mercadoria', function($rootScope, $http) { var ctrl = this; $rootScope.listademercadoria = []; $rootScope.mercador...
asked by 23.09.2017 / 04:54
2
answers

Position of DIV relative to another with dynamic content

I have two divs on my page, one class="rodape" and another class="content" . The first is the footer of the page, and adjusts its position relative to bottom of the fixed contents of the page without problems. Ho...
asked by 08.01.2016 / 16:00
1
answer

How do I return the sum total of the words repeated, within all div?

To illustrate the degree of difficulty, I put 3 div and within them identical words, put it on purpose to add to its duplication. <div> <div> <div> Diego Ademir Diego Maicon Diego...
asked by 23.03.2017 / 18:29
2
answers

Centering objects within the div

What is the best way to center objects within a div horizontally and vertically, if it is a responsive div with no fixed size, with width and eight in%. The div is inside a bootstrap row div class="row" >    div class="col-md-6" >      ...
asked by 08.09.2017 / 19:55