묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
[css관련]이거 무슨 문제인지 알고 싶어요
2011.04.08 21:40
#content .postMeta{padding:10px 30px; *padding:12px 30px; margin:0 -30px 14px -30px; border-top:1px solid #e2e2e2; border-bottom:1px solid #ddd; *border-bottom:1px solid #e6e6e6; font-family:Tahoma, Arial, Dotum, sans-serif; line-height:12px; color:#777;
background:#f6f6f6 url(img/bgGradient.gif);
background:-webkit-gradient(linear, 0 0, 0 bottom, from(#fcfcfc), to(#f4f4f4));
background:-moz-linear-gradient(#fcfcfc, #f4f4f4);
background:linear-gradient(#fcfcfc, #f4f4f4);
-pie-background:linear-gradient(#fcfcfc, #f4f4f4);
behavior: url(./PIE.htc)undefinedundefined;
*background:#fafafa;
*zoom:1;}
여기서 PIE.htc만 넣으면 404가 뜨는데 어떻게 해야 할까요
윈도우 서버면 문제가 좀 일어나네요...ㅠㅠ
background:#f6f6f6 url(img/bgGradient.gif);
background:-webkit-gradient(linear, 0 0, 0 bottom, from(#fcfcfc), to(#f4f4f4));
background:-moz-linear-gradient(#fcfcfc, #f4f4f4);
background:linear-gradient(#fcfcfc, #f4f4f4);
-pie-background:linear-gradient(#fcfcfc, #f4f4f4);
behavior: url(./PIE.htc)undefinedundefined;
*background:#fafafa;
*zoom:1;}
여기서 PIE.htc만 넣으면 404가 뜨는데 어떻게 해야 할까요
윈도우 서버면 문제가 좀 일어나네요...ㅠㅠ
예) /xe/layout/레이아웃명/css/pie.htc
아래 포럼에도 비슷한 사례가 있는 거의 경로지정 문제로 그렇습니다.
http://css3pie.com/forum/viewtopic.php?f=3&t=169