MSIE 10 supports gradients and loading but requires height: 'auto' to get image scaling right

This commit is contained in:
j 2013-08-08 12:31:35 +00:00
commit 62af7f05a5
5 changed files with 20 additions and 11 deletions

View file

@ -24,11 +24,14 @@ pandora.ui.home = function() {
right: 0,
bottom: 0,
width: '320px',
height: 'auto',
margin: 'auto',
opacity: 0,
MozTransform: 'scaleY(-1)',
MsTransform: 'scaleY(-1)',
OTransform: 'scaleY(-1)',
WebkitTransform: 'scaleY(-1)'
WebkitTransform: 'scaleY(-1)',
transform: 'scaleY(-1)'
})
.appendTo(that),
@ -60,6 +63,7 @@ pandora.ui.home = function() {
right: 0,
bottom: '160px',
width: window.innerWidth + 'px',
height: 'auto',
margin: 'auto',
cursor: 'pointer'
})