ㅠ_ㅠ 꼭 좀풀어주세요 ㅠㅠ 정보
ㅠ_ㅠ 꼭 좀풀어주세요 ㅠㅠ본문
안녕 하세요 노프레임 강좌를 보고 표를 만들어서 홈페이지에
적용 하는대요
다 적구 사위에 플레쉬 메뉴 할려구요
<script>doc_write(flash_movie("<?=$g4['path']?>/img/1024.swf", "mainflash", 1024, 410, "transparent"));</script> 이렇게 했더니;; 1024이상의 해상도를 하는 분들께는
>> 플레쉬 옆의 흰색이 여백이 생겨 아주 보기싫어요...
총 소스가요 해드 파일 소스 입니다.
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v6.0">
<base target="header"></head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v6.0">
<base target="header"></head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red"><script>doc_write(flash_movie("<?=$g4['path']?>/img/1024.swf", "mainflash", 1024, 410, "transparent"));</script>
이런데요.. 1024 이상의 해상도 사용자는 >> 여백이 생깁니다. 어떻게해야하죠?
댓글 전체
위에 님 처럼 적용해서
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v6.0">
<base target="header"></head>
<body style="margin:0px;" bgcolor="white" text="black" link="blue" vlink="purple" alink="red"><script>doc_write(flash_movie("<?=$g4['path']?>/img/1024.swf", "mainflash", 1024, 410, "#FFFFFF"));</script>
했는대도 >> 여백은 그대로내요.. 나모에서 표 수정따료해주는거잇나요?; ㅠ_ㅠ 1024 이상의 해상도이면 >> 여백잇내
아니면 그 컴퓨터 에 해상도에 맞게 자동으로 맞추는 소스는 없나요?
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v6.0">
<base target="header"></head>
<body style="margin:0px;" bgcolor="white" text="black" link="blue" vlink="purple" alink="red"><script>doc_write(flash_movie("<?=$g4['path']?>/img/1024.swf", "mainflash", 1024, 410, "#FFFFFF"));</script>
했는대도 >> 여백은 그대로내요.. 나모에서 표 수정따료해주는거잇나요?; ㅠ_ㅠ 1024 이상의 해상도이면 >> 여백잇내
아니면 그 컴퓨터 에 해상도에 맞게 자동으로 맞추는 소스는 없나요?
1024 부분을 100% 로 바꿔보세요