Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/01/2012, 07:52
Avatar de ryugen
ryugen
Colaborador
 
Fecha de Ingreso: agosto-2008
Ubicación: Rosario, Santa Fe
Mensajes: 350
Antigüedad: 15 años, 8 meses
Puntos: 187
Respuesta: Background:size En internet explorer Problema

Cita:
Iniciado por cristian_cena Ver Mensaje
Esto te puede servir: http://css3pie.com
Desgraciadamente CSS PIE no soporta actualmente background-size:
Cita:
While the PIE parser will allow them, the following aspects of the background shorthand will currently be ignored when rendering in IE 6-8:

background-attachment (will always use 'scroll' even if 'fixed' or 'local' are specified)
background-size (will always use the image's intrinsic size)
background-repeat values of 'space' or 'round' (the other repeat values are supported)
background-origin (will always use 'padding-box')
background-position values with more than 2 parts

Support for these items will be added in future versions as possible.
Ver en: http://css3pie.com/documentation/sup...pie-background

Acá http://nooshu.com/jquery-plug-in-sca...ckground-image hay un polyfill en jQuery para background-size.

Lo que podrías hacer es detectar si background-size está disponible mediante Modernizr y aplicar el plugin jQuery solo sino está soportado.

Última edición por ryugen; 06/01/2012 a las 07:57