Questions tagged as 'css'

2
answers

Change the color of a div with a setInterval

Here is the code: jQuery(function($) { $('a.panel').click(function() { console.log($($(this).attr('href'))); var $target = $($(this).attr('href')); $target.show().css({ left: -($target...
asked by 24.04.2015 / 12:50
1
answer

Div with float does not fit the grid

I'm developing a website and it should list some specifications of a system. There are several lists of varied heights. Problem: I use float: left in all lists. I hoped the lists would fit automatically, with the right as far as the left. But as...
asked by 07.05.2015 / 18:58
2
answers

Problems using Dropzone.js in a form

I want to add fields to a form that uses Dropzone.js to upload files. WhenIaddthefilestoupload,thescreenlookslikethis: var Galerias = function () { return { //main function to initiate the module initForm:...
asked by 04.05.2015 / 20:16
2
answers

Use "text-overflow" with "height"

Suppose I have a div, I applied it to this div text-overflow , so it respects the width of the div and adds reticence (...), but until then, it only and when he reaches the end of the last line, with the limit of w...
asked by 18.03.2015 / 16:57
2
answers

Difficulties with slider and overflow: hidden

I have an HTML and CSS structure to make a slider, it should work as follows: The images are next to each other, however, only one appears on the screen, and because the images will be next to each other, the slider goes "spinning", snapping the...
asked by 12.07.2015 / 19:42
1
answer

Align the top of divs (Bootstrap)

Hello, I have a page where your blocks (blue and red border) (of different size) are with the top uneven, how could you solve this problem? Picture: RelatedHTMLcode:<divclass="row"> <div id="conteudo" class="col-md-12...
asked by 22.01.2015 / 15:32
2
answers

How to Display Half of Background [duplicate]

I have two <div> , one is superimposed on another. And I need the one on top, just show half of the background . That is, the other half will be transparent so that the other half of the <div> underneath is visible....
asked by 26.06.2015 / 18:30
1
answer

Padding-top does not work in the content below the navbar of the bootstrap, in the browser firefox

Context: I'm using Bootstrap as a framework for the interface part and django for the business rules part and database access for a website I'm developing. The problem: I have two navbar's, one for the menu on the top and one for the foot...
asked by 26.03.2015 / 23:29
1
answer

Looking for information in JSON format from a url

I have a url that when opened has the following json : [ { "Name" : "Alfreds Futterkiste", "City" : "Berlin", "Country" : "Germany" }, { "Name" : "Berglunds snabbköp", "City" : "Luleå", "Country" : "Sweden" }, { "Name" : "Ce...
asked by 20.03.2015 / 12:42
1
answer

Prevent elements from breaking inside an overflow

How to leave a div with child divs with overflow , without breaking the content? I am mounting a binary tree viewer, and I need the divs, never to break the line. In the code I'm working on, by reducing the size of the window, the div w...
asked by 28.12.2014 / 20:47