Questions tagged as 'css'

2
answers

Problem with margin-left in Internet Explorer

My area is not CSS, I learned the basics these days and I'm just breaking a branch here. My problem is with margin-left of a button, in Chrome it is in the correct position but when I go through Internet Explorer it goes back to the le...
asked by 24.07.2015 / 22:47
4
answers

Fix div at the bottom of the page

I would like to know how I leave a <div> fixed at the bottom of the page, like I made it down with margin-top , but only in Firefox and one thing when I open Chrome a <div> is not in the footer.    ...
asked by 05.07.2015 / 19:21
1
answer

Float does not work correctly and overlap section

I have a problem with a section because the text of one of them is overlapping the other when the page is resized and I do not know what to try so it does not follow the code: /*******************************************************...
asked by 02.07.2015 / 18:44
1
answer

Align tree in vertical CSS

I'm developing a project where I need to display a family tree. The closest I found was through that topic . But it is displaying horizontally. How do I change to display vertically? *, *:before, *:after { -webkit-box-sizing: border...
asked by 30.06.2015 / 12:39
1
answer

Line-Height - Does not Leave Vertically Centralized Text

I'm using line-height to center a text vertically. But the text seems to me to have a small margin. See the image below, I selected the font to see better the spacing that is making the difference when it comes to centering. Can you fi...
asked by 25.06.2015 / 19:32
1
answer

Aligning image dynamically

I'm doing an area of the site where I try to dynamically align the images that will come from the possible "clients", the problem that is happening is that I do not know how to break the line because I need to get 3 images side by side, and afte...
asked by 30.06.2015 / 15:16
3
answers

How to display only half of the div's background-color

I need to show only 50% of the bg of the DIV, how? #coberturas legend{ font-family: 'Open Sans', Arial, Helvetica, sans-serif; padding:10px 20px; display:block; position:absolute; bottom:0; box-sizing: border-box; b...
asked by 25.06.2015 / 19:56
1
answer

How can I change the scrollbar color inside a div?

How can I do to change the color and style of a scrollbar inside a div? I searched the internet and found this example but it did not work: scrollbar-arrow-color:#000000; scrollbar-base-color:#000000; scrollbar-dark-shadow-color:#000000; s...
asked by 30.07.2015 / 15:40
1
answer

@media in CSS does not work correctly

I have two CSS links on my site: The normal layout, and the "responsive corrections" with @media. To do tests with different screen sizes, I'm using Resposive Design Mode from Firefox. When I did the calculations with @media for 1920x900 screens...
asked by 29.07.2015 / 02:47
1
answer

Creating application .exe type o phonegap

I would like to know if there is any application type phonegap that translates packages a html+js+css system into .exe If yes (I believe it exists) Which tool (s) does it exist? How to create?     
asked by 31.07.2015 / 14:35