본문 부분의 내용을 height 100%로 하고 싶습니다.
슬아
아래에서 #indexmenu부분의 내용을 height 100%로 하고 싶습니다.
#indexmenu의 부모인 #a_content는 높이 100%가 잡히는데그 자식인#indexmenu는 높이 100,% 안되네요.
어디를 수정해야 할까요???!DOCTYPE htmlhtml lang=koheadmeta charset=utf-8titleHTML 기본 템플릿/titlestyle type=text/csshtml, body { height:100%; }#PhoneGap_Index.index { height:100%; }#a_header { z-index:1; height:40px; margin:0px 0 0; padding:0; border:0px solid red; }#a_header h1 { margin:0; padding:0; }#a_footer { display:none; }#a_content { min-height:100%; margin:-40px 0 0; padding:0; border:1px solid green; }#a_content #indexmenu { overflow:hidden; height:100%; margin:0; padding:40px 0 0; border:10px solid blue; }#indexmenu h2 { margin:0; }#indexmenudiv { float:left; width:50%; height:33.3333333%; }/style/headbodydiv data-role=page id=PhoneGap_Index class=type-home index div data-role=header id=a_header /div div data-role=content id=a_content div id=indexmenu class=ui-grid-a div class=ui-block-aa href= data-role=button class=tvonair h2TV/h2 On Air/a/div div class=ui-block-ba href= data-role=button class=radioonair h2RADIO/h2 On Air/a/div div class=ui-block-aa href= data-role=button class=tvprograms h2TV/h2 Programs/a/div div class=ui-block-ba href= data-role=button class=radioprograms h2RADIO/h2 Programs/a/div div class=ui-block-aa href= data-role=button class=news h2NEWS/h2 /a/div div class=ui-block-ba href= data-role=button class=aboutarirang h2ABOUT/h2 Company/a/div /div /div div data-role=footer id=a_footer h4Footer/h4 /div/div/body/html