홈페이지 오류 질문드립니다
본문
사이트주소 http://보험다이어트.com
아래는 _head.php 소스 입니다
---------------------------------------------------------------------
<!DOCTYPE html>
<!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><![endif]-->
<!--[if IE 7]><html class="lt-ie9 lt-ie8" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><![endif]-->
<!--[if IE 8]><html class="lt-ie9" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><![endif]-->
<!--[if gt IE 8]><!--><html xmlns="http://www.w3.org/1999/xhtml"><!--<![endif]-->
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<link href="http://pingendo.github.io/pingendo-bootstrap/themes/default/bootstrap.css" rel="stylesheet" type="text/css">
<title>100%후불제 예스콜상조회사</title>
<link rel="stylesheet" href="/css/normalize.css" />
<link rel="stylesheet" href="/css/foundation.min.css" />
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/ie.css" />
<link href='http://fonts.googleapis.com/css?family=Noto+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cabin+Condensed:600' rel='stylesheet' type='text/css'>
<script src="/js/vendor/custom.modernizr.js"></script>
</head>
---------------------------------------------------------------------
위 소스 중에서
<link href="http://pingendo.github.io/pingendo-bootstrap/themes/default/bootstrap.css" rel="stylesheet" type="text/css">
이것을 빼면 로고가 가지런하게 되는데 스크롤이 안내려가고 상품안내 페이지 오류가나고
추가하면 로고 균형이 깨지지만 스크롤은 내려갑니다 원래 있었던 소스가 아니고
상품안내 페이지에 있던 것을 _head.php 에 옮겨놨더니 저렇게 되네요
소스삽입 후
소스삽입전