DTD 사용없이 SideView 위치
급하게 처리 했습니다.
<!doctype html>
<html lang="ko">
<head>
또는
<html>
<head>
상단에 이렇게 해놓고 작업하시는 경우
사이트뷰 위치가 않되서 급하게 처리했습니다
/js/sideview.js 파일안에서
function showLayer()
{
if (oSideViewLayer == null) {
oSideViewLayer = document.createElement("DIV");
oSideViewLayer.id = this.targetObj;
// oSideViewLayer.style.position = 'absolute'; <--- 주석처리
oBody.appendChild(oSideViewLayer);
}
var vleft = getAbsoluteLeft(this.curObj)-this.curObj.offsetWidth+3;
oSideViewLayer.style.cssText = "top:"+getAbsoluteTop(this.curObj)+"px;left:"+vleft+"px;position: absolute;";
/*
if (getAbsoluteTop(this.curObj) + this.curObj.offsetHeight + oSideViewLayer.scrollHeight + 5 > oBody.scrollHeight)
oSideViewLayer.style.top = getAbsoluteTop(this.curObj) - oSideViewLayer.scrollHeight;
else
oSideViewLayer.style.top = getAbsoluteTop(this.curObj) + this.curObj.offsetHeight;
oSideViewLayer.style.left = getAbsoluteLeft(this.curObj) - this.curObj.offsetWidth + 14;
*/
............................
............................
}
이렇게 처리 .....
크로스 브라우징으로
Chrome, IE 는 8 이상에서 확인 하였습니다.
<!doctype html>
<html lang="ko">
<head>
또는
<html>
<head>
상단에 이렇게 해놓고 작업하시는 경우
사이트뷰 위치가 않되서 급하게 처리했습니다
/js/sideview.js 파일안에서
function showLayer()
{
if (oSideViewLayer == null) {
oSideViewLayer = document.createElement("DIV");
oSideViewLayer.id = this.targetObj;
// oSideViewLayer.style.position = 'absolute'; <--- 주석처리
oBody.appendChild(oSideViewLayer);
}
var vleft = getAbsoluteLeft(this.curObj)-this.curObj.offsetWidth+3;
oSideViewLayer.style.cssText = "top:"+getAbsoluteTop(this.curObj)+"px;left:"+vleft+"px;position: absolute;";
/*
if (getAbsoluteTop(this.curObj) + this.curObj.offsetHeight + oSideViewLayer.scrollHeight + 5 > oBody.scrollHeight)
oSideViewLayer.style.top = getAbsoluteTop(this.curObj) - oSideViewLayer.scrollHeight;
else
oSideViewLayer.style.top = getAbsoluteTop(this.curObj) + this.curObj.offsetHeight;
oSideViewLayer.style.left = getAbsoluteLeft(this.curObj) - this.curObj.offsetWidth + 14;
*/
............................
............................
}
이렇게 처리 .....
크로스 브라우징으로
Chrome, IE 는 8 이상에서 확인 하였습니다.
댓글 1개
다이어리펜션
11년 전
찾던건데 다행이네요..
감사합니다 ^^
감사합니다 ^^
게시판 목록
그누4 팁자료실
그누보드4와 관련된 팁을 여러분들과 함께 공유하세요.
나누면 즐거움이 커집니다.
나누면 즐거움이 커집니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 2969 |
|
12년 전 | 4632 | |
| 2968 | 12년 전 | 10529 | ||
| 2967 | 12년 전 | 10909 | ||
| 2966 | 12년 전 | 4311 | ||
| 2965 | 12년 전 | 6752 | ||
| 2964 | 12년 전 | 4505 | ||
| 2963 | 12년 전 | 3923 | ||
| 2962 | 12년 전 | 5717 | ||
| 2961 | 12년 전 | 8605 | ||
| 2960 | 12년 전 | 4599 | ||
| 2959 |
|
12년 전 | 8765 | |
| 2958 |
|
12년 전 | 21434 | |
| 2957 | 12년 전 | 6054 | ||
| 2956 |
|
12년 전 | 13052 | |
| 2955 | 12년 전 | 10436 | ||
| 2954 | 12년 전 | 7458 | ||
| 2953 | 12년 전 | 4697 | ||
| 2952 | 12년 전 | 8059 | ||
| 2951 | 12년 전 | 6774 | ||
| 2950 | 12년 전 | 4855 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기