묻고답하기

xe : 1.5.0.8

 

jquery 이미지 슬라이드가 포함된 외부페이지를 하나 만들어서 xe로 불러오는부분까진 성공을 했는데,

외부페이지에서 참조하는 css랑 js파일이 먹통이네요.

css랑 js랑 불러온 html과 동일 폴더에 넣어두었는데, 어느 부분이 잘못 된건지 아래 코드 한번 확인부탁드립니다.

 

 

 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8;">
 
<style type="text/css"> 
            /*A.roll img {display:block; border:0;}
            A.roll img.over {display:none; border:0;}
            A.roll:hover {border:0;}
            A.roll:hover img {display:none; border:0;}
            A.roll:hover img.over {display:block; border:0; }
   
   
   body{font:12px "맑은 고딕", "나눔고딕", Verdana, sans-serif; padding:0 10px;}
   a:link, a:visited{text-decoration:none; color:#416CE5; border-bottom:0px solid #416CE5;}
   h2{font-size:13px; margin:15px 0 0 0;}*/
         
   body{font:14px "맑은 고딕", "나눔고딕", Verdana bold; padding:0 10px; border:0px;}
   a:link, a:visited{text-decoration:none; color:#416CE5; border-bottom:0px solid #416CE5;}
   
   h2{font-size:13px; margin:15px 0 0 0;}
  </style>
        <link rel="stylesheet" href="colorbox.css" />
        <script src="jquery.min.js"></script>
        <script src="jquery.colorbox.js"></script>
  <script>
            $(document).ready(function(){
                //Examples of how to assign the ColorBox event to elements
                $(".group1").colorbox({rel:'group1'});
                $(".group2").colorbox({rel:'group2', transition:"fade"});
                $(".group3").colorbox({rel:'+
 'group3', transition:"none", width:"75%", height:"75%"});
                $(".group4").colorbox({rel:'group4', slideshow:true});
                $(".ajax").colorbox();
                $(".youtube").colorbox({iframe:true, innerWidth:425, innerHeight:344});
                $(".iframe").colorbox({iframe:true, width:"80%", height:"80%"});
                $(".inline").colorbox({inline:true, width:"50%"});
                $(".callbacks").colorbox({
                    onOpen:function(){ alert('onOpen: colorbox is about to open'); },
                    onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); },
                    onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); },
                    onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); },
                    onClosed:function(){ alert('onClosed: colorbox has completely closed'); }
                });
                
                //Example of preserving a JavaScript event for inline calls.
                $("#click").click(function(){ 
                    $('#click').css({"background-color":"#0f0f0f", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
                    return false;
                });
            });
        </script>
 
 
</head>
 
 
 
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div style="width:200px;float:left;height:auto;">
본문내용........
</div>
</body>
</html>

태그 연관 글
  1. [2018/03/17] 묻고답하기 CSS ㅡ divA 안에있는 하위 divB 의 크기를 divA 보다 넓게 보이게 하려면 by forest535 *2
  2. [2016/09/13] 묻고답하기 제목에 html, css 가능하도록 하기? by lifema**** *2
  3. [2016/06/30] 묻고답하기 xe 1.4.0버전 사용중입니다 by starship *1
  4. [2016/05/20] 묻고답하기 Node.JS html로의 데이터 전송 여부 질문입니다. by klp****
  5. [2016/01/05] 묻고답하기 ie10, 11번전 css문제 by deok
글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
미체르 xe폴더 바깥으로 xe파일을 꺼내려하는데요 [1] 2011.11.27 by 이끼다
안돼냐규 회원관리창에댓글수를넣었는데고 그걸 역순으로 정렬하고싶은데  
루큐모닷컴 송동우님// 로그인아웃하면 최근게시물이 왼쪽으로 쏠립니당. [1] file 2011.11.27 by 송동우
ellif Apache2 문젠데  
drimilda 캐시폴더에 숫자붙어 계속 생성됩니다. [2] 2011.11.26 by 감로수
툴툴스 Elkha - Daerew 4레이아웃 사용중입니다. [5] 2011.11.26 by 송동우
쿵푸팬더 갤러리형 으로 할경우 썸네일에 링크가 안걸립니다.  
아담하와 지식인XE '0점'으로 질문못하도록 (최소포인트설정)  
sho2kan 템플릿 컴파일 관련  
툴툴스 로그인 후 나타나는 로그인상태창을 변경하고 싶어요. [1] file 2011.11.26 by 송동우
백월z 외부페이지에서 xe정보를 사용하려면 [1] 2011.11.26 by 송동우
서은석985 텍스타일 상단 탑메뉴 만드는 방법 좀 알려주세요.. [1] file 2011.11.26 by 차니나라
정은미915 다국어 홈페이지 영문 메뉴변경문제입니다. [1] file 2011.11.26 by 송동우
하르로데 악!!!!!!!!!! 질문입니다.  
쿵푸팬더 메인 페이지 자바 스크립 위치를 알고 싶어요. [1] 2011.11.26 by 송동우
카린스마 최근게시물 의 게시물 클릭시 새창  
루큐모닷컴 송동우님 // 페이지설정 문제 [1] file 2011.11.26 by 송동우
todayonair Duplicate entry 0-Guest for key 2 [1] file 2011.11.26 by 송동우
chaosinbi 초보..업로드 [1] 2011.11.26 by 송동우
사쿠냥 제로보드4 -> XE 데이터 이전시 한글 깨짐현상  
더글더글 프로필 이미지, 이미지 이름 설정시 포인트차감되게끔  
루큐모닷컴 관리자 로그인이 안되여 ㅠ [1] file 2011.11.26 by 송동우
김구고 기본게시판의 익명 처리에 있어서  
아이디비밀 아직 '설정된 그룹 초기화 후 새 그룹 부여' 버그는 해결 안된건가요??  
몽키매직 서브메뉴 이미지 처리 관련 질문드립니다.  
푸하라 에디터창 문제때문에 질문이요..... [1] file 2011.11.26 by 푸하라
차니나라 게시판에서 관리자메일 발송이 안돼요  
ChangJo_JJ+ eval()'d code 에러메세지가 뜨네요  
heroxodn 모듈텍스트 수정중인데요.. 영어에서한글루..  
Sunt 추천, 비추천, 기능을 추가로 만들수 있을까요?