Page 1 of 1

야후코리아, 부분개편을했나? 엉망-_-**

Posted: 2005 03 03 10:13 57
by miLRain
http://kr.news.yahoo.com/service/news/s ... gh&gCode=F


야후코리아를 모질라로 이용하면서 이렇게 황당하게 보이는경우는 처음인듯 싶네요.
(혹시 나만 이상하게 보이는건가??)

원래부터 제대로 보기에는 무리가 있는 사이트였지만 이정도는 아니었는데, 정말 야후코리아 최악이네요.

Posted: 2005 03 03 17:21 35
by 후니미닉
파란뉴스와 맞먹을 정도군요....
어떻게 우리나라는 발전할 생각은 않하고 후퇴만 하는지....

..

Posted: 2005 03 03 18:08 58
by tenshi

Code: Select all

function insert_area(idx, n){ // area 삽입
	html='<div style="left: 0px; width: 100%; position: absolute; top: '+(scrollerheight*n)+'px" id="scroll_area'+n+'">\n';
	html+=scroll_content[idx]+'\n';
	html+='</div>\n';
	document.write(html);
}
이 부분의 position: absolute; 를 position: relative; 로만 바꿔줘도 될텐데요..

수정요청 해야겠군요. :)