가운데 정렬이 안되고 배경이미지 출력이 안되는데...
중독적
빨간색부분이 말썽이네요.
1) 배경이미지는 크롬 모질라에선 나오는데 익스에선 안나옵니다.
2) 정렬은 가운데로 했는데 정렬이가운데로 안갑니다
/*Main Layout*/
#wrap{ width:100%; background-color:f9f4ed; text-align:center;margin:0 auto;}
#top{ width:100%; height:518px; background:url(/seromi/images/bg_top.jpg)repeat-x; text-align:center;}
#top_menu{ width:1003px; height:116px; text-align:center; margin:0 auto;}
#main{ width:1003px; height:402px; margin:0 auto; clear:both;}
#contents_wrap { width:100%; height:257px; background-color:f9f4ed; text-align:center; margin:0 auto;}
#m_contents{width:1003px; height:257px; clear:both;} - 위에 100%로 주고 가운데 정렬했는데 가운데 정렬안됨
#m_con_box1{float:left; width:372px; height:257px; background:url(/seromi/images/bg_con_notice.jpg);
margin:0 auto;}
#m_con_box2{float:left; width:628px; height:257px;}
#m_bottom {height:94px; width:100%; background:url(/seromi/images/bg_bottom.jpg); }
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
html xmlns=http://www.w3.org/1999/xhtml xml:lang=ko lang=ko
head
meta http-equiv=Content-Type content=text/html; charset=utf-8 /
link rel=stylesheet type=text/css href=/seromi/seromi.css/
/head
body
div id=wrap
div id=top!--상단--
div id=top_menuimg src=/seromi/images/top_menu.jpg alt=탑메뉴 //div
div id=mainimg src=/seromi/images/main_02.jpg alt=메인이미지 //div
/div !--상단END--
div id=contents_wrap!--컨텐츠--
div id=m_contents -- 가운데로 정렬이 되야 하는데 되지 않습니다.
div id=m_con_box1/div
div id=m_con_box2img src=/seromi/images/bg_con_bna.jpg alt=전후사진 //div
/div
/div!--컨텐츠END--
div id=m_bottomimg src=/seromi/images/copywrite.jpg alt=하단정보 //div
/div
/body
/html
-
달달한캔디
감사합니다^^
-
진샘
감사합니다. 바로 되네요 ^^
-
이리온
#contents_wrap - margin:0 auto 를 m_contents 로 옮기시구 background:url(/seromi/images/bg_top.jpg)repeat-x; 는 포지션이 지정이 안됐네요
background:url(\/seromi/images/bg_top.jpg\) repeat-x left top; 으로 정확히 써주세요