Questions tagged as 'css'

2
answers

Why are these divs not aligned?

I have the following code snippet: .content-all{ height: 100%; width: 100%; background-color: yellow; } .content-descriptions{ height:120px; width: 1020px; b...
asked by 07.04.2016 / 19:35
2
answers

how to align in center with css

I have two button that are aligned in the center using display: block; . The problem is that one is on top of the other, to stay side by side I used display: tale-cell; and the problem and they are not in the center. How d...
asked by 05.05.2016 / 16:07
2
answers

Execute JavaScript function in the click event of a button inside a table

Hello, I have a table and in each row of this table I have a button, when I click that button I need to execute a function but I can not do that because I do not think I'm using the correct selectors. p> Table: <table id="tbl" class="tabl...
asked by 28.08.2014 / 17:01
2
answers

Parent Element Height and Element Children Position Absolute

I have div - position:relative . And within that div I have several divs - position:absolute . In this way, height of div parent does not work automatically. I want the height to automa...
asked by 10.06.2015 / 18:26
2
answers

Change banner according to screen size?

For the best performance in load time of my site I wanted to make the incoming page banner smarter. For screens up to 1600px would have to be loaded with a simpler, lower quality and smaller side banner, since it does not have to be bigger,...
asked by 10.04.2015 / 16:04
2
answers

Repeat header in print

I can not divulge the report I'm using, so I've taken a generic template on google to help me explain the question. Assuming my report is as follows: ThesameismountedviaHTMLonasystemthatworkswithbothC#andVB.Net.Myintentionisoneachprintpage...
asked by 13.05.2015 / 19:35
2
answers

How to make A click active for the whole LI

I have a li with a inside, and would like to enable the click of a for all li . That is, when I click on the corner of li it enters the link anyway, I want to do this without Jquery. My structure: .to...
asked by 17.12.2014 / 13:22
2
answers

Change the label color of a chart in PrimeFaces

I have a graph and the labels that are on the x axis are very dark color and I would like to change this color, I already tried to change the color property of the graph, but only the title changes. <p:chart type="bar" model="#{graf...
asked by 20.07.2015 / 18:46
3
answers

Center divs - Bootstrap

Well, I split the content part into two divs, col-md-6, but they are not centralized relative to the site, although they are in the center, they are placed on the left side, leaving the right side a bit empty. Follow the divs code.              ...
asked by 16.07.2015 / 14:28
2
answers

Placing scripts and css links in an html document

I've always put the scripts and links to the CSS at the top of the document in the head of the document. Now I realize that there is another concept in which the calls to scripts and CSS are at the bottom of the document html , in the last...
asked by 11.06.2014 / 18:57