Questions tagged as 'css'

1
answer

Browser zoom does not work with my CSS

I have inside the body tag 3 divs with height defined in pixels and width in percentage. When the person types in CTRL + browsers zoom in up to 500%. My problem is that zooming does not work. I tried to define, in the body tag and in t...
asked by 01.06.2014 / 05:52
1
answer

How to fix serrated fonts in chrome?

I have a problem with Google Chrome. I do not know if it's CSS, but the fonts declared in CSS are getting serrated mostly in Chrome. I have already tried the following anti-alarming properties: -webkit-font-smoothing; font-smooth; text-stroke;...
asked by 13.02.2015 / 14:31
2
answers

How to avoid abrupt page break when printing a html table

I'm developing an html page, to be printed later. But when printing I noticed that the breaking of pages in the middle of tables, are getting strange and abrupt, as you can see in the following image: SohowcouldItreatsothatatthetimeofprint...
asked by 13.02.2015 / 18:03
1
answer

Align text horizontally in relation to the image

I'm trying to align the text of some products in relation to the image, but I'm not getting success in what I'm doing, what I have is this: <div class="col-md-3 portfolio-item"> <a href="detalhes.php?prod=<?php echo $row_r...
asked by 29.02.2016 / 15:23
1
answer

Width cube with jquery

Hi I'm doing a test site and I have a promotion div with 100% width, one ul with 100% width and 4 li with the products. When it's over 4 li, I want my promo div to have overflow-x: scroll, and my ul will increase its width by 30%. I tried to do...
asked by 08.07.2016 / 01:30
1
answer

Get Specific CSS Element with +

My question is related to this question: What does the + sign mean in CSS? I'm using the + sign to make an effect on a form that I have. It works, but the question is that my form has validation. That is, when I click the button to su...
asked by 23.10.2015 / 19:29
3
answers

DIV Alignment

I have 3 Div, and I would like it to be arranged as follows: Div1isthedivthat"holds" the other two. I would like the DIV2 to be above DIV1 , overlapping the text. And that DIV3 should be in the footer behaving according to the size of...
asked by 26.10.2015 / 17:51
1
answer

Center element in the middle of two float elements

I'm developing a site that, in a given DIV, has three elements with defined width and height. These three elements are stylized according to the following rules: .blocks-h{ width: 320px; height: 150px; background: #DEDEDE; marg...
asked by 07.10.2015 / 22:33
2
answers

Set and change color in the menu depending on the scroll

Good afternoon I wondered if some way to change the color of a floating menu in a one page template depending on the section of the page where we are. As in this example: link But without using Bootstrap because I would like to keep my o...
asked by 31.07.2015 / 19:28
1
answer

Container that adjusts to 100% height and width of window size

I wanted to create a container or a secção that automatically adjusts to the size of the height and width of the screen, which even when resized the secção suits the size of this, followed by another type of content just bel...
asked by 20.05.2015 / 03:24