편집 기록

편집 기록
  • 프로필 엽토군님의 편집
    날짜2019.06.10

    CSS 구문 background-image가 에러납니다


    .clickx {
        background-image: url("${pageContext.request.contextPath}/resources/img/training/challenge/xXx.png");
    }
    

    Failed to load resource: the server responded with a status of

    이런에러가 뜨며 백그라운드가 불러와지지 않습니다. 경로는 같습니다.

  • 프로필 김현석님의 편집
    날짜2019.06.10

    CSS 구문 background-image가 에러납니다


    .clickx { background-image: url("${pageContext.request.contextPath}/resources/img/training/challenge/xXx.png");

    Failed to load resource: the server responded with a status of

    이런에러가 뜨며 백그라운드가 불러와지지 않습니다. 경로는 같습니다.