문제

Here's my code in a css. It's overriding a style written in the HTML file. I don't have access to change the HTML.

body[style] {
    background-color: yellow !important ;
    background: solid;
}

Background changes to yellow just fine on desktop Chrome. Doesn't work on mobile Chrome for Safari on iphone.

<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style="margin-left: auto; margin-right: auto; width: 900px;">
도움이 되었습니까?

해결책

please remove bgcolor="#000000" from your body element and everything will work fine.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top