간단한 페이지의 레이아웃을 수행하는 데 960gs를 사용하고 있지만 사용하고있는 DIV의 최대 높이를 적용하는 데 어려움을 겪고 있습니다.960.gs를 사용하여 고정 높이 div를 유지하는 방법은 무엇입니까?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" media="all" href="reset.css" />
<link rel="stylesheet" type="text/css" media="all" href="text.css" />
<link rel="stylesheet" type="text/css" media="all" href="960.css" />
</head>
<body>
<div id="topContainer" class="container_12">
<div style="height:200; overflow:hidden" class="grid_10">
<!-- lots of text or a large image-->
</div>
<div class="grid_2"> <!-- rhs col--> </div>
</div>
가 어떻게이 사업부에 대한 특정 높이를 적용 할 수 있습니다 :은 다음 고려? 최상위 컨테이너에서 "높이"속성을 설정하려고했지만 그 역시 도움이되지 않았습니다.
도움 주셔서 감사합니다.
oops, 정말 고마워요! :) – laramichaels