Home › Forums › CSS › full background image in IE 8 with background-attachment :scroll › Reply To: full background image in IE 8 with background-attachment :scroll
February 10, 2015 at 10:35 pm
#195534
Participant
Second questions belongs to IE browsers where height in % doesnt support if there is no % heights available on parents element.
So if we apply height% on body here it wont be supporting bg-size: cover;, but we need height as 100% so that its child support height in %.
Please let me know if you got the issue or not. Thank you for your first answer.