묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
현재 블로그 툴을 이용해서 홈페이지를 운영하고 있습니다.
http://cliched.net/blog/weblog.php -> pmachine을 설치한 블로그
http://cliched.net -> 블로그 + 사랑비 BGM
사랑비 BGM과 블로그 프레임을 합치면 스크롤이 눈에 띄게 느려집니다
index.php는
<html>
<title>his second story ^^</title>
<frameset rows="*,20" frameborder=0 frame=0 border=0>
<frame SRC="http://cliched.net/blog/weblog.php" noresize>
<frame SRC="http://cliched.net/sarangbi_bgm/sarangbi_bgm.php" scrolling="no" marginwidth=0>
</frameset>
</html>
이렇게 간단히 만들어 봤습니다.
사랑비 BGM의 문제인가 했더니,
똑같은 형식으로 사용하시는 다른 분의 블로그는 이런 현상이 없네요 T.T
고수님들의 조언 부탁드립니다
스크롤이 너무 늦습니다
2004.01.21 11:34
현재 블로그 툴을 이용해서 홈페이지를 운영하고 있습니다.
http://cliched.net/blog/weblog.php -> pmachine을 설치한 블로그
http://cliched.net -> 블로그 + 사랑비 BGM
사랑비 BGM과 블로그 프레임을 합치면 스크롤이 눈에 띄게 느려집니다
index.php는
<html>
<title>his second story ^^</title>
<frameset rows="*,20" frameborder=0 frame=0 border=0>
<frame SRC="http://cliched.net/blog/weblog.php" noresize>
<frame SRC="http://cliched.net/sarangbi_bgm/sarangbi_bgm.php" scrolling="no" marginwidth=0>
</frameset>
</html>
이렇게 간단히 만들어 봤습니다.
사랑비 BGM의 문제인가 했더니,
똑같은 형식으로 사용하시는 다른 분의 블로그는 이런 현상이 없네요 T.T
고수님들의 조언 부탁드립니다
대부분의 자바스크립트나 자바 애플릿을 사용한 페이지는 스크롤이 느려집니다.