Questions tagged as 'css'

2
answers

Limit sidebar before footer

I have the following code, but I have a footer of 650px, and when scrolling the page to the end the fixed block stays on top of the footer, how could I solve this problem? <script> $(function(){ var jElement = $('.ingresso-fix');...
asked by 07.03.2016 / 16:17
1
answer

css matrix3d, drag element while maintaining distortion

I've been playing around with Matrix3D css in this code: link Now I wanted a point in the middle to drag the element while maintaining the distortion, but I do not know how to do it. So far, the only thing I've been able to do is add a d...
asked by 28.09.2015 / 18:18
2
answers

How can I specify a "transition" value to be animated when I use "transform"?

NO css , we can use the transition property to define a transition effect when some of the properties of an element are changed. Example: .box{ transition: all 1s linear; background-color: purple; height: 200px;...
asked by 19.08.2016 / 21:37
2
answers

window.innerWidth does not work on Windows Phone

I have a problem: In the page link , there is a banner where I can not define the size of the div. But as it takes up all 100% of the screen, I got window.innerWidth from the browser and did my calculations. For desktops and And...
asked by 03.07.2016 / 22:11
1
answer

Link of an Iframe opening in new tab?

Is there a possibility that when someone clicks on a link in an iframe this link opens in another tab? Note: I do not have control of the html of the other page, so I can not put Blank in the link, it's content that is updated weekly so I nee...
asked by 14.08.2015 / 22:46
4
answers

How to apply! important of CSS via Jquery?

I'm trying to apply a style to my element and define its importance in this way: $('div').css('height','50px!important'); However, it does not work, what would be the right way?     
asked by 07.01.2014 / 13:52
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

JQGRID Frozen columns - Duplicating information [closed]

I am using the frozen column option, as it is in the documentation, as follows: jQuery(grid_selector).jqGrid({ url:urllst, datatype: 'json', height: 'auto', width: 'auto', ignoreCase: true, colNa...
asked by 02.07.2014 / 22:10
3
answers

Navbar collapse does not work!

Here is the code for review: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Co...
asked by 13.08.2015 / 00:20