묻고답하기
레이아웃 정렬이 안먹히네요...
2009.03.07 14:57
레이아웃을 만들어서 올렸는데
css만들어서 div정렬 다해줬는데
미리보기로 보면 잘 정렬되있는데
레이아웃올려서 적용하면 다무시때리고 가운대 정렬되네요...
플래쉬 메뉴도 잘안뜨고.. 정렬이 문제인가요?
홈페이지 주소는
http://hl4chc.cafe24.com/xe/tallshipfestival 이고
혹시나해서 태그도 올려봅니다.
<!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>Untitled Document</title>
<link href="./css/style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body {
background-color: #011327;
}
</style>
</head>
<body leftmargin=0 topmargin=0>
<center>
<div id="main">
<div id="header">
<div id="logo"><img src="./images/logo.gif" width="89" height="81" hspace="50" vspace="10" /></div>
<div id="navi">
<img src="images/navi/home.gif" width="28" height="5" />
<img src="images/navi/icon.gif" width="11" height="5" />
<img src="images/navi/login.gif" width="32" height="5" />
<img src="images/navi/icon.gif" width="11" height="5" />
<img src="images/navi/join.gif" width="25" height="5" />
<img src="images/navi/icon.gif" width="11" height="5" />
<img src="images/navi/sitemap.gif" width="50" height="5" /> </div>
<div id="search">
<form action="{getUrl()}" method="get">
<div style="visibility:hidden;"><input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="act" value="IS" /></div>
<input type="text" name="is_keyword" class="searchKeyword" value="{$is_keyword}"/>
<input type="image" src="./images/search.png" class="searchButton" />
</form>
</div>
</div>
<div id="menu">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="950" height="50" title="menu">
<param name="movie" value="swf/menu.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="swf/menu.swf" width="950" height="50" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bg="transparent" wmode="transparent"></embed>
</object>
</div>
<div id="body">
<div id="content" align="center">
{$content}</div>
</div>
<div id="footer">
<img src="images/copyright.jpg" width="650" height="30" />
</div>
</div>
</center>
</body>
</html>
꼭좀 알려주세요 ㅠㅠ
댓글 2
-
만쓰별(정만)
2009.03.07 15:48
나도 저 슬라이드 이미지 하고 싶네요... 아흠... 왜 안 되었던 걸까나;; -
만쓰별(정만)
2009.03.07 15:51
홈페이지 둘러보니 해결하신 것도 같고 아닌 것도 같고;; 굳이 왼쪽 정렬 고집하는 이유가;;