Questions tagged as 'css'

1
answer

Problem with CSS button positioning

Good morning! I'm having problems with the placement of a button in CSS. When the form has not yet applied any validation, it remains in the correct position, however when the validations are applied (the has-error class is added to the divs an...
asked by 22.07.2014 / 15:45
1
answer

How to put an overflow in a script div to leave fixed lists in the header?

Hello, I'm trying to add a overflow:scroll to my project, but this invalidates the script that leaves div marker fixed on top until it reaches the next div . link If you take the overflow: scroll from css in .div...
asked by 05.08.2014 / 21:42
3
answers

How to get the edge of a datagrid from the primefaces?

How do I get the edge of a datagrid from the primefaces ??? The part of the code that uses the datagrid follows: <p:dataGrid columns="3" value="#{projetistaBean.listaDeProjetistas}" var="projetista" styleClass="ui-datagrid" > and...
asked by 05.08.2014 / 16:09
3
answers

Background Reponsivo

I'm not sure how to make the background to stay responsive. This is the Background. Thisishowit'sgettingwith1024pxWidth. I'm placing in the Background-Size 100% of Width, I would like that when the Background decreases its own height the c...
asked by 12.08.2014 / 14:31
1
answer

SELECT display difference between browsers

I have the following code HTML that marks a SELECT : <select name="filtro"> <option value="">Mais visualizados</option> <option value="">Menos visualizados</option> <option value="">Mais R...
asked by 13.08.2014 / 22:01
1
answer

Internet Explorer 8 does not load CSS

I'm working on a virtual store changing its layout, but the CSS I've changed is skin/frontend/meutema/default/css/style.css . So far so good, Chrome loads my changes normal, Firefox too, and IE9 or higher as well. But IE8 down, it does...
asked by 16.02.2015 / 17:03
1
answer

Reset to "padding" declaration in CSS

Some frameworks , such as Bootstrap , make use of CSS-based declarations to standardize overall behavior in certain elements. In this case, padding : td, th { padding: 0; } The problem is that when generating content from a...
asked by 12.02.2015 / 12:38
1
answer

Rotate text via CSS

Is there any way to rotate text to match the image? Searching, I saw that it has transform: rotate(10deg); , I would like to know if it is functional for IE8 , or if there is already an alternative.     
asked by 10.11.2014 / 18:06
1
answer

How to use bootstrap for font sizes?

I'd like a didactic answer on how to use Bootstrap to determine font sizes. To help, I'm using exactly the following half-queries: /* Portrait tablet to landscape and desktop */ @media (min-width: 768px) and (max-width: 979px) { } /* Landsca...
asked by 14.06.2014 / 21:25
1
answer

Flexslider - Thumbnails Vertically

Hello, I'm using a Flexslider to do the image listing of the page, but I would like to know if there is an option to list the carousel images vertically at the moment they are going horizontally. Here's what I need to do: YoucanseethatifI...
asked by 22.07.2016 / 14:41