|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by dirknibleck in Cascading Style Sheets (CSS)
I have a 100% width page (demo.clickonce.ca/test3.h
tml) that I can't seem to figure out how to make extend the full height of the screen.
Applicable CSS copied here.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
|
body { background-image: url(../images/background-shadow.png); background-repeat: repeat-y; background-position: center; background-color: #EEE; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; height: 100%;}
#wrap { width:1000px; margin:auto; height: 100%;}
#second_wrap {float: left; background-color: #fff; width: 100%; height: 100%;}
#clear {clear: both;}
#header_banner {width:1000px; height: 160px; background-color:#FFF;}
#logo {margin-left: 10px; margin-bottom: 0; margin-right: 0; margin-top: 0px; position:absolute; top:10px; z-index: 2;}
#header_login { font-size: 14px; font-variant: small-caps; text-align: right; height: 50px;}
#header_login p {margin:0; float:right; color:#336699;}
#header_login form {color:#336699;}
#header_login fieldset.submit_no_labels { }
#header_navigation {height:70px; background-color:#336699; margin:auto;}
#header_navigation ul { margin-left: 170px; margin-bottom: 0; margin-right: 0; margin-top: 0; padding:25px 0 0 0;width:830px; }
#header_navigation li {margin-left: 0; margin-bottom: 0; margin-right: 10px; margin-top: 0; font-size: 16px; display:inline; color:#fff; font-weight:bold;}
#header_game_schedule_div {text-align: right; font-variant: small-caps; vertical-align: top;}
/*--------------- TEMPLATE #4 ------------------------------------------------------------------------------*/
#wrap_temp4 {width:100%; height: 100%;}
#wrap_temp4 #header_banner {width:100%; height:160px;}
#main_body_temp4 {background-color: white; height:100%; width:100%;}
#main_body_left_temp4 {background-color: white; float:left; width:250px; padding:30px 0 0 20px;}
#main_body_left_temp4 ul {margin:0; padding:0;}
#main_body_left_temp4 li {list-style-type:none;}
#main_body_right_temp4 {float:left; padding:30px 0 0 0; margin:0px 0 0 20px;}
#wrap_temp4 #footer {width:100%; margin:auto; height:100px; float:left; text-align:center; color:#fff; font-weight:bold;}
|
20091118-EE-VQP-93 - Hierarchy / EE_QW_3_20080625