position:relative; 확대축소 질문이요~
VanilLa
css에 position:relative; 상대적위치를 잡아주면 확대/축소가 안되서 깨지는 현상이 발생되는데요
position:relative; 말고 상대적위치를 고정시키면서 확대/축소를 할수있는 방법은 씁疫萱?없을까요?
아래는 일부 css입니다.
/* Layout */
*{margin:0; padding:0;}
body{_text-align:center;}
#top_bg{width:100%; height:128px; margin:0 auto; padding:0; background:url(/inc/images/top/top_bg.jpg)}
#bot_bg{width:100%; height:70px; margin:0 auto; padding:0; background:url(/inc/images/bot/bot_bg.jpg)}
#today{width:940px; height:27px; margin:0 auto; padding:0; margin-bottom:10px; background:url(/inc/images/top/today_bg.gif)}
#wrap{width:940px; _text-align:left; margin:0 auto; padding:0;}
#header{width:940px;margin:0 padding:0;}
#container{width:940px;margin:0 padding:0;}
.snb{width:186px; float:left; margin:0;position:relative; padding:0;}
#content{width:754px; float:right; margin:0; padding:0;}
#footer{width:216px; height:71px; float:left; margin:0;position:relative; padding:0; top:26px; left:13px;}
#Lollipop{width:181px; float:left; margin:0;position:relative; padding:0; top:21px; left:9px;}
#logo{width:308px; height:60px; float:left; margin:0;position:relative; padding:0; top:10px; left:98px;}
#btn{width:165px; float:right; margin:0; position:relative; padding:0; top:21px;}
.clear{display:block; float:none; clear:both; height:0; width:100%; font-size:0 !important; line-height:0 !important; overflow:hidden; margin:0 !important; padding:0 !important;}
ul { list-style:none; margin:0; padding:0; }
li { margin: 0 0 0 0; padding: 0 0 0 0; border : 0; float: left;}
#date{width:175px; height:25px; float:left; margin:0;position:relative; padding:0; left:13px; top:6px; font-family: 돋움체, 돋움; font-size: 12px; line-height: 18px; color: #666666;}
#psms{width:131px; height:25px; float:right; margin:0;position:relative; padding:0; top:4px;font-family: 돋움체, 돋움; font-size: 14px; line-height: 19px; color: #666666; letter-spacing: -1px;}
#stipulation{width:343px; height:12px; float:right; margin:0; position:relative; padding:0; top:16px; right:23px;}
#info{width:487px; height:37px; float:right; margin:0; position:relative; padding:0; right:23px; top:12px;}
#t_img{width:141px; height:48px; float:left; left:24px; margin:0; position:relative; padding:0;}
#t_title{float:right; margin:0; top:30px; position:relative; padding:0; font-family: 돋움체, 돋움; font-size: 14px; line-height: 19px; color: #666666; letter-spacing: -1px;}
#t_line{width:100% height:1px; float:right;}
#search_bg{width:731px; height:47px; margin:0 0 0 23px; padding:0; background:url(/total/images/con_bg.gif)}
#search_sti{width:731px; padding:0;}
#search_sel{ float:left; left:153px; top:14px; margin:0; position:relative; padding:0;}
#search_text{ float:left; left:159px; top:14px; margin:0; position:relative; padding:0;}
#search_bt{ float:left; left:162px; top:14px; margin:0; position:relative; padding:0;}
#time_bg{width:731px; height:57px; margin:0 0 0 23px; padding:0; background:url(/total/images/time_bg.gif)}
#time_wrap{width:731px; padding:0;}
#times{width:684px; height:13px; left:24px; top:15px; margin:0; position:relative; padding:0;}
#time{ font-family: 돋움체, 돋움; font-size: 14px; color: #718846; }
a {text-decoration:none; color:#000000;}
#content{border:0px solid #bfbfbf;}}
#center_wrap{width:731px; height:100%; margin-left:23px; border:0px solid #bfbfbf;}
-
민서
네이트온 아이디 godloves83 hamail.net이예요..
도움이 안되겠지만 필요하시면 친추해주세요 ㅋㅋ -
그리
자세한 내용은 모르겠지만 그거에 맞는 스크립트를 다시짜셔야 할듯한데요...아니면 이미지라도 첨부해주시면 보고 수정해볼수도 있는데...냠냠
-
목향
아~ 그리고 css에서 font-family:\돋움\ - font-family:\dotum\ 으로 바꾸어서 사용하세요...
간혹 css의 한글때문에 밑의 css가 읽히지 않는경우가 발생한답니다. -
라온제나
플래시에서param name=\wmode\ value=\opaque\ 값이여야합니다.
플래시에서 배경을 투명으로 처리하기위해 \transparent\ 이값을 사용하는데요...확대시에...포지션의 값이... top,left값이 0으로 바뀌는현상이 나타납니다. -
크리미걸
플래시가 아닌 이미지,bg,레이아웃을 잡아준건데요..
레이아웃자체가 고정이되어서 position:relative; 입력한 레이아웃 안에 내용은 확대축소가 되지않습니다.
방법좀알려주세요...ㅠㅠ
번호 | 제 목 | 글쓴이 | 날짜 |
---|---|---|---|
2696964 | img 태그 질문드려요 (9) | 연블루 | 2025-06-03 |
2696907 | [질문] 올플래시 메뉴 고정할수 있는[수정] (4) | 맨삶이 | 2025-06-03 |
2696875 | 책구입 후 따라하다가 ShortCode Ultimate 오류 | 가지등 | 2025-06-02 |
2696844 | css 마우스 오버시 display:block되는 영역 질문드립니다 ㅠㅠ (2) | 갅쥐누뉨 | 2025-06-02 |
2696816 | 엉엉엉...영상이 올라타네요 (5) | 다은 | 2025-06-02 |
2696792 | Doctype 문의 | 떠나간그녀 | 2025-06-02 |
2696683 | 컴파일된 클립 질문 드립니다. | 흰추위 | 2025-06-01 |
2696656 | C질문요 (4) | 블랙캣 | 2025-05-31 |
2696504 | 플래시 위에 div 올리기 (5) | 큰꽃늘 | 2025-05-30 |
2696458 | 제가 만든 소스 한번 봐주시고 수정 할 꺼 있으면 말해주세요. (실행은 되지만 깜빡거리네요) | 이플 | 2025-05-29 |
2696434 | 퍼센트 레이아웃 질문인데요.. | 나츠 | 2025-05-29 |
2696372 | %=open_main%, %=open_sub% 가 뭘까요? (9) | 행복녀 | 2025-05-29 |
2696347 | 콘솔 프로그램 질문 | 상큼한캔디 | 2025-05-28 |
2696320 | c언어 scanf 함수를 이요해 문자열 입력 받을 시 질문 있습니다. | 슬아라 | 2025-05-28 |
2696292 | 익스플로러9이상에서만 이상한 보더가 보이는데 삭제할수 있나요? | 망고 | 2025-05-28 |
2696263 | 프로그래밍 공부시작 질문 (6) | 진이 | 2025-05-28 |
2696206 | SK2의 플래시를 밴치마킹하려고하는데요.. (1) | 비내리던날 | 2025-05-27 |
2696179 | ie7에서 사라지지가 않네요. (2) | 빛길 | 2025-05-27 |
2696150 | div에 스크롤 생기게 하려면... (2) | 에드가 | 2025-05-27 |
2696123 | 자료구조론 공부중인데 | 김자영 | 2025-05-26 |