http://oxtag.com/html/ex/layer_popup/layer_popup.html
아래 소스 무자게 길죠. 미리보기 클릭해서 소스를 보시면 js파일로 짧게 만들어진게 보일겁니다.
이렇게 하시면 관리하기가 쉽겠죠.
<div ID="viewDIV" STYLE="position:absolute; visibility:hide;"></div>
<script language="javascript">
////////////////////////////////////////////////////////////////////////////////////
// CONFIGURATION
////////////////////////////////////////////////////////////////////////////////////
var fcolor = "#FFF6F3"; // Main background color
var textcolor = "#621414"; // Text color
var border_size = "1"; // border size, 1-3
var border_color = "#621414"; // Border color
var width = "200"; // 팝업 박스의 넓이, 100 - 300
////////////////////////////////////////////////////////////////////////////////////
// END CONFIGURATION
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
// END CONFIGURATION
////////////////////////////////////////////////////////////////////////////////////
ns4 = (document.layers)? true:false
ie4 = (document.all)? true:false
// Microsoft Stupidity Check.
if (ie4) {
if (navigator.userAgent.indexOf('MSIE 5')>0) {
ie5 = true;
} else {
ie5 = false; }
} else {
ie5 = false;
}
var x = 0;
var y = 0;
var offsetx = 10;
var offsety = 10;
var popup_on = 0;
var palign = 0; // Default 팝업 박스의 위치, 0:center/1:right/2:left
if ( (ns4) || (ie4) ) {
if (ns4) over = document.viewDIV
if (ie4) over = viewDIV.style
document.onmousemove = mouseMove
if (ns4) document.captureEvents(Event.MOUSEMOVE)
}
// Clears popups if appropriate
function viewoff() {
if ( (ns4) || (ie4) ) {
popup_on = 0;
hideObject(over);
}
palign = 0
}
// Non public functions. These are called by other functions etc.
// Simple popup
function viewon(text, left) {
txt = "<TABLE WIDTH="+width+" BORDER=0 CELLPADDING="+border_size+" CELLSPACING=0 BGCOLOR=\""+border_color+"\"><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=0 BGCOLOR=\""+fcolor+"\"><TR><TD><FONT style=\"font-size:10pt;font-family:웹정\" COLOR=\""+textcolor+"\" SIZE=\"10pt\">"+text+"</FONT></TD></TR></TABLE></TD></TR></TABLE>"
layerWrite(txt);
if(left) palign = left;
disp(palign);
}
// Common calls
function disp(palign) {
if ( (ns4) || (ie4) ) {
if (popup_on == 0) {
if (palign == 0) { // Center
moveTo(over,x+offsetx-(width/2),y+offsety);
}
if (palign == 1) { // Right
moveTo(over,x+offsetx,y+offsety);
}
if (palign == 2) { // Left
moveTo(over,x-offsetx-width,y+offsety);
}
showObject(over);
popup_on = 1;
}
}
// Here you can make the text goto the statusbar.
}
// Moves the layer
function mouseMove(e) {
if (ns4) {x=e.pageX; y=e.pageY;}
if (ie4) {x=event.x; y=event.y;}
if (ie5) {x=event.x+document.body.scrollLeft; y=event.y+document.body.scrollTop;}
if (popup_on) {
if (palign == 0) { // Center
moveTo(over,x+offsetx-(width/2),y+offsety);
}
if (palign == 1) { // Right
moveTo(over,x+offsetx,y+offsety);
}
if (palign == 2) { // Left
moveTo(over,x-offsetx-width,y+offsety);
}
}
}
// Writes to a layer
function layerWrite(txt) {
if (ns4) {
var lyr = document.viewDIV.document
lyr.write(txt)
lyr.close()
}
else if (ie4) document.all["viewDIV"].innerHTML = txt
}
// Make an object visible
function showObject(obj) {
if (ns4) obj.visibility = "show"
else if (ie4) obj.visibility = "visible"
}
// Hides an object
function hideObject(obj) {
if (ns4) obj.visibility = "hide"
else if (ie4) obj.visibility = "hidden"
}
// Move a layer
function moveTo(obj,xL,yL) {
obj.left = xL
obj.top = yL
}
</script>
<img onMouseOver="viewon('러브히나', 1); return true;" onMouseOut="viewoff(); return true;" onfocus="this.blur()" src=http://oxtag.com/zboard/data/gallery/ani_나루58.jpg width=75 height=100 border=0 new_win.focus()">
<img onMouseOver="viewon('러브히나', 0); return true;" onMouseOut="viewoff(); return true;" onfocus="this.blur()" src=http://oxtag.com/zboard/data/gallery/ani_나루58.jpg width=75 height=100 border=0 new_win.focus()">
<img onMouseOver="viewon('러브히나', 2); return true;" onMouseOut="viewoff(); return true;" onfocus="this.blur()" src=http://oxtag.com/zboard/data/gallery/ani_나루58.jpg width=75 height=100 border=0 new_win.focus()">
viewon('러브히나', 0); - 레이어 창이 마우스 중앙에 나타남
viewon('러브히나', 1); - 레이어 창이 마우스 오른쪽에 나타남
viewon('러브히나', 2); - 레이어 창이 마우스 좌측에 나타남
반응형
'인터넷정보' 카테고리의 다른 글
링크 한번으로 창 무한대 열기.(두개 이상) (0) | 2007.10.17 |
---|---|
새창을 페이지 로딩시 원하는 시간에 띄우고 닫게하자. (0) | 2007.10.17 |
새창을 페이지 로딩시 원하는 시간에 띄우고 닫게하자. (0) | 2007.10.17 |
갤러리 꾸미기 2 (아래 두개 합친거.. 배너광고없는 갤러리방을 만들어보세요.) (0) | 2007.10.17 |
갤러리 꾸미기 2 (아래 두개 합친거.. 배너광고없는 갤러리방을 만들어보세요.) (0) | 2007.10.17 |
이미지에 마우스 오버시 레이어창(풍선도움말) (0) | 2007.10.17 |
갤러리 꾸미기 1 (이미지 원래의 크기로 새창이 열립니다) (0) | 2007.10.17 |
갤러리 꾸미기 1 (이미지 원래의 크기로 새창이 열립니다) (0) | 2007.10.17 |
재생중인 곡목표시 및 랜덤 음악듣기 (0) | 2007.10.17 |
재생중인 곡목표시 및 랜덤 음악듣기 (0) | 2007.10.17 |