Questions tagged as 'css3'

1
answer

Div's Auto Dimensionaveís

I'm having a question, I'm creating a html where I will have 3 columns , but the user will resize it anyway you want, however automatically divs will have to auto adjust ! I'm using the resizable property of jqueryUI . I wo...
asked by 28.12.2015 / 18:04
1
answer

Change font-size by @ font-face

Is it possible to change the font-size of a source within @font-face ? I'm trying the following: @font-face { font-family: kivetts; src: url(fonts/kivettsregular.otf); } @font-face { font-family: DicksHandwriting;...
asked by 24.12.2015 / 03:22
1
answer

Determine maximum height of a column title in Primefaces

I wonder if you can do the following: I need to% define a maximum height of a column. Because there are some that the text is too long and the value of the column is a Yes or No, so the title becomes too large. Then I thought about the possib...
asked by 28.08.2014 / 20:27
2
answers

Image distortion with CSS?

I'm in a project where the responsible designer gave me the following layout to go to HTML + CSS: Can anyone tell me if I have a way to do this with CSS3? I initially thought of a box-shadow, but it has no way to implement the way it was...
asked by 03.05.2014 / 15:47
0
answers

Problem with pause in keyframe

I made a keyframe that is working perfectly because I am a problem with its pause because it pauses as soon as I move the mouse over with a :hover effect but the problem pauses the animation completely by example my image rotates some an...
asked by 16.06.2015 / 19:15
2
answers

Leave image with the tag img proportional to div [closed]

I want to leave the proportional image inside the div, but I can not. The only "solution" I found so far is to put object-fit: cover, but this style is not compatible with many browsers, so it's not interesting. Using an image by css also res...
asked by 23.01.2017 / 17:31
3
answers

placement of elements in float without spacing

I've been trying to solve this problem for some time. When I create a site using div's that are float I have the problem of leaving a blank space after the 1st div in the line break as in the example here: link I wanted to know ho...
asked by 05.02.2015 / 20:49
2
answers

Use links in geometric shapes

I have the following code: .menu .trapezioinvertido{ float:left; border-top: 70px solid #c1c1c1; border-left: 30px solid transparent; border-right: 15px solid transparent; height: 0; width: 120px; color:#000; text-align:...
asked by 24.11.2015 / 18:33
2
answers

Transparent gradient overlapping div without losing the "click"

How can I make the effect of the image below by adding the gradient effect to the <div> footer without this being done by images using position absolute ? I would also like to maintain the gradient without losing the click fun...
asked by 13.11.2015 / 20:23
2
answers

Box-shadow property: inset does not work in img

I was testing the box-shadow property to make a gallery and realized that the <img> tag does not accept box-shadow:inset... but accepts box-shadow normal. However if I put <img> as the background...
asked by 30.11.2017 / 12:16