index에 그누보드 삽입시랑 미삽입시 테이블의 미묘한 움직임이 있습니다. 도와주세요 정보
index에 그누보드 삽입시랑 미삽입시 테이블의 미묘한 움직임이 있습니다. 도와주세요관련링크
첨부파일
본문
삽입시
<?
$g4_path=".";
include_once("$g4_path/common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/latest_tab_group.lib.php");
include_once("$g4[path]/lib/latest.lib.php"); // latest() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
include_once("$g4[path]/lib/outlogin.lib.php"); // outlogin() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
?>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>정렬+그누</title>
<style type="text/css">
#wrapper {width:1024px; margin:0 auto; border:0px solid black; top:50%; left:50%; }
#banner {height:100px; background-color:red;}
#menu {height:60px; background-color:green;}
#left {width:750px; height:335px; float:left; background-color:blue;}
#content {width:250px; height:335px; float:left; background-color:yellow;}
#content1-1 {width:274px; height:150px; float:left; background-color:yellow;}
#content1-2 {width:274px; height:185px; float:left; background-color:yellow;}
#content2 {width:300px; height:450px; float:left; background-color:yellow;}
#content3 {width:400px; height:450px; float:left; background-color:yellow;}
#content3-1 {width:400px; height:250px; float:left; background-color:yellow;}
#content3-2 {width:400px; height:200px; float:left; background-color:yellow;}
#content4 {width:324px; height:450px; float:left; background-color:yellow;}
#content5 {width:300px; height:150px; float:left; background-color:yellow;}
#content6 {width:300px; height:150px; float:left; background-color:yellow;}
#content7 {width:300px; height:150px; float:left; background-color:yellow;}
#foot {height:30px; clear:both; background-color:purple;}
body {
margin-left: 0px;
margin-top: 0px;
}
</style>
<script src="../../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<div align="center">
<div id="wrapper">
<div id="banner">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1024','height','100','src','havil_top_menu','quality','high','pluginspage','http://www.adobe.com/shockwave/download/downl
-----중략------
미삽입시
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>정렬+그누</title>
<style type="text/css">
#wrapper {width:1024px; margin:0 auto; border:0px solid black; top:50%; left:50%; }
#banner {height:100px; background-color:red;}
#menu {height:60px; background-color:green;}
#left {width:750px; height:335px; float:left; background-color:blue;}
#content {width:250px; height:335px; float:left; background-color:yellow;}
#content1-1 {width:274px; height:150px; float:left; background-color:yellow;}
#content1-2 {width:274px; height:185px; float:left; background-color:yellow;}
#content2 {width:300px; height:450px; float:left; background-color:yellow;}
#content3 {width:400px; height:450px; float:left; background-color:yellow;}
#content3-1 {width:400px; height:250px; float:left; background-color:yellow;}
#content3-2 {width:400px; height:200px; float:left; background-color:yellow;}
#content4 {width:324px; height:450px; float:left; background-color:yellow;}
#content5 {width:300px; height:150px; float:left; background-color:yellow;}
#content6 {width:300px; height:150px; float:left; background-color:yellow;}
#content7 {width:300px; height:150px; float:left; background-color:yellow;}
#foot {height:30px; clear:both; background-color:purple;}
body {
margin-left: 0px;
margin-top: 0px;
}
</style>
<script src="../../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<div align="center">
<div id="wrapper">
<div id="banner">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swfla
위에는 대략적인 삽입된 소스구요 자이점은 그누보드를 선언한거랑 안한거 차이인데
블러왔을시에 테이블의 미묘한움직임이 있습니다.(IE8사용) 어떻게해야하죠???
좀 도와주세요.. 이거때문에 몇일 고생중입니다 ㅜㅜ
<?
$g4_path=".";
include_once("$g4_path/common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/latest_tab_group.lib.php");
include_once("$g4[path]/lib/latest.lib.php"); // latest() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
include_once("$g4[path]/lib/outlogin.lib.php"); // outlogin() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
?>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>정렬+그누</title>
<style type="text/css">
#wrapper {width:1024px; margin:0 auto; border:0px solid black; top:50%; left:50%; }
#banner {height:100px; background-color:red;}
#menu {height:60px; background-color:green;}
#left {width:750px; height:335px; float:left; background-color:blue;}
#content {width:250px; height:335px; float:left; background-color:yellow;}
#content1-1 {width:274px; height:150px; float:left; background-color:yellow;}
#content1-2 {width:274px; height:185px; float:left; background-color:yellow;}
#content2 {width:300px; height:450px; float:left; background-color:yellow;}
#content3 {width:400px; height:450px; float:left; background-color:yellow;}
#content3-1 {width:400px; height:250px; float:left; background-color:yellow;}
#content3-2 {width:400px; height:200px; float:left; background-color:yellow;}
#content4 {width:324px; height:450px; float:left; background-color:yellow;}
#content5 {width:300px; height:150px; float:left; background-color:yellow;}
#content6 {width:300px; height:150px; float:left; background-color:yellow;}
#content7 {width:300px; height:150px; float:left; background-color:yellow;}
#foot {height:30px; clear:both; background-color:purple;}
body {
margin-left: 0px;
margin-top: 0px;
}
</style>
<script src="../../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<div align="center">
<div id="wrapper">
<div id="banner">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1024','height','100','src','havil_top_menu','quality','high','pluginspage','http://www.adobe.com/shockwave/download/downl
-----중략------
미삽입시
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>정렬+그누</title>
<style type="text/css">
#wrapper {width:1024px; margin:0 auto; border:0px solid black; top:50%; left:50%; }
#banner {height:100px; background-color:red;}
#menu {height:60px; background-color:green;}
#left {width:750px; height:335px; float:left; background-color:blue;}
#content {width:250px; height:335px; float:left; background-color:yellow;}
#content1-1 {width:274px; height:150px; float:left; background-color:yellow;}
#content1-2 {width:274px; height:185px; float:left; background-color:yellow;}
#content2 {width:300px; height:450px; float:left; background-color:yellow;}
#content3 {width:400px; height:450px; float:left; background-color:yellow;}
#content3-1 {width:400px; height:250px; float:left; background-color:yellow;}
#content3-2 {width:400px; height:200px; float:left; background-color:yellow;}
#content4 {width:324px; height:450px; float:left; background-color:yellow;}
#content5 {width:300px; height:150px; float:left; background-color:yellow;}
#content6 {width:300px; height:150px; float:left; background-color:yellow;}
#content7 {width:300px; height:150px; float:left; background-color:yellow;}
#foot {height:30px; clear:both; background-color:purple;}
body {
margin-left: 0px;
margin-top: 0px;
}
</style>
<script src="../../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<div align="center">
<div id="wrapper">
<div id="banner">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swfla
위에는 대략적인 삽입된 소스구요 자이점은 그누보드를 선언한거랑 안한거 차이인데
블러왔을시에 테이블의 미묘한움직임이 있습니다.(IE8사용) 어떻게해야하죠???
좀 도와주세요.. 이거때문에 몇일 고생중입니다 ㅜㅜ
댓글 전체

상단 에러메세지 때문인지 테이블 움직임은 모르겠고, 그누 css영향으로 글씨체가 바뀌네요.