어떻게 광 고 를 시종일관 웹 페이지 의 오른쪽 하단 에 위치 시 킵 니까?
858 단어 홈 페이지
:
DOCTYPE 、 html 、body 、 ID test div。
관련 스타일:
body{margin:0;border:0;height:100%;overflow-y:auto;}
#test{display:block; bottom:3px; right:3px; width:130px; position:fixed;}
/* IE6 */
*html #test{position:absolute;right:18px}
*html{overflow-x:auto; overflow-y:hidden;}