테스트 사이트 - 개발 중인 베타 버전입니다

한번만 더 여쭤볼꼐요. 채택완료

정에약한여자 11년 전 조회 5,396

http://sang9611.ivyro.net/cart/shop/item.php?it_id=1404390217">http://sang9611.ivyro.net/cart/shop/item.php?it_id=1404390217

 

이것처럼 리스트나 상품상세보기 페이지가 다 깨져서 나옵니다.

스타일 시트를 못 불러오는거 같은데요.

 

쇼핑몰분류관리에서 상단파일경로에 list_top.php 를 삽입했구요.

하단파일경로에 list_footer.php 파일을 삽입했습니다.

지금 이 두개 파일이 잘못된거같아요. 이파일을 빼면 제대로 보이더라구요.

웹표준으로 작업을 했는데 웹표준에 어긋나게 작업을 해서 그런거 같기도하구요.

꼮 답볍좀 부탁드릴께요......

 

-----list_top.php 파일 소스------

 

http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">




현오토닉스















Home > Products > 송수신기
















 

-----list_footer.php-----

 





 

-----style.css----

 

*{margin:0; padding:0;}
img, fieldset{ border:none; }
input,select{ vertical-align:right; }
li {list-style:none; display:inline; margin:0; padding:0; }
table{ border-collapse:collapse; border-spacing:0; }
h1,h2,h3,h4,h5,h6{font-size:100%}

body{ font:12px/1.4 gulim, "굴림", sans-serif; color:#666666;}
input,select,textarea{ font:12px/1.4 gulim, "굴림", sans-serif; color:#666666;}
a{ text-decoration:none; color:#888888;}
a:hover, a:focus { color:#666666;}

#header_wrap { width:100%; height:99px; }
#header { margin:0 auto; width:1000px; }

#logo { float:left; width:805px; }
#search { float:left; margin:auto;  width:400px;  padding-top:40px;}
#search_id,#user_id, #user_pw { width:200px; border:1px solid #d0d0d0; height:20px;}

/*탑메뉴*/
#topmenu { float:left; width:195px; height:25px;}
#topmenu ul { padding-top:50px;}
#topmenu li { float:left; font-size:9px; font-family:돋음,arial; color:#666666;}


/*네비*/
#menu_wrap { width:100%; height:35px;  background:#000000; center 0; }
#menu { margin:0 auto; width:1000px;  padding:0px;  }

/*메인이미지*/
#visual_wrap { width:100%; background:#f4f4ea; }
#visual { margin:0 auto; width:1050px; height:430px; overflow:hidden;}

/*콘텐츠*/
#content { margin:0 auto; width:1000px; overflow:hidden; }
#b_left { float:left; width:351px; padding-top:35px; }
#b_left li{ display:block ; padding:0px 0px 0px 10px;}
#banner { float:left; width:340px; padding-top:35px; }
#banner  li { float:left; height:100%;}
#banner_2 { float:left;  width:309px; padding-top:30px;  overflow:hidden;  text-align:center;}

/*탭메뉴*/
#tabmenu { margin:0 auto; width:1000px; padding-top:20px; }

/*서브타이틀*/
#stlt_wrap { width:100%;  width:100%; height:90px;  background:#fdfdfb; border-bottom: 1px solid #e3e3e1; }
#stlt { margin:0 auto; width:1000px; overflow:hidden;}
#stlt_01 { float:left; width:500px; padding:35px 0px 0px 30px; }
#stlt_02 { float:left; width:440px; padding:50px 10px 0px 10px; text-align:right;  font-size:9px; font-family:돋음,arial; color:#666666;}

/*좌측메뉴*/
#leftmenu_wrap { float:left; width:258px;}
#leftmenu { float:left; width:258px; background:#656565; }

/*서브콘텐츠*/
#content_02 { float:left; width:732px; padding-left:10px; }
#content_map { float:left;  width:700px; height:450px; padding: 10px; border: #e1e1e1 solid 1px;  }

/*풋터*/
#footer_wrap {clear:both; width:100%; height:120px; background:#555555; }
#footer { margin:0 auto; width:1000px; height:80px; }
#copylogo {float:left;  width:200px; height:30px; padding-top:40px;}
#footer_menu { float:left; width:430px; padding-top:20px; }
#footer ul { padding:10px 7px 0 6px;}
#footer li{ font-size:9px; font-family:돋음,arial; color:#666666; float:left; background:url("images/menu_line03.gif") 0 0px no-repeat; padding:0px 7px 0 6px; display:block ; }

 

 

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

채택된 답변
+20 포인트

소스를 좀 봤거든요

지금  style.css 그리고 menu.css 두개의 파일을 불러 들이셨는데 두개 모두 이상없이 불려 들어 집니다.

 

문제는 style.css 인데  

 

#sit_ov, sit_desc, #sit_pvi_thumb 등등 엘리먼트들에 선언한 id가 css파일에는 하나도 없어요..

 

이건 작동하는게 이상한 거라고 생각해요.

 

그리고 상단에 jquery도 최신버전을 cdn을 통해서 불러드인 상태에서 솔루션내에 있는 jquery를 또 불러 드리셨네요.

 

둘중 하나는 삭제 하시구요..

 

제 추측인데 만약 영카트5를 사용중이신게 맞다면(어디까지나 추측입니다..)

를 넣어서 호출 해보세요. 

 

 

 

 

 

 

 

로그인 후 평가할 수 있습니다

답변에 대한 댓글 1개

정에약한여자
11년 전
감사합니다. 덕분에 쇼핑몰 잘 만들수 있게 됐네요.

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인