<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Welcome!<div><br><div><div>On Mar 14, 2008, at 3:46 AM, Tamilarasi Elumalai wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td style="font: inherit;"><p><span class="Apple-style-span" style="color: rgb(0, 0, 221); -webkit-text-stroke-width: -1; "> am using div control to place all my web page content and set its width as 80% and center align. but i couldnot set page height for all size of browser. </span></p></td></tr></tbody></table></blockquote><br></div><div>This is more likely a css question, and you will get more complete answers on the CSS-D mailing list at <span class="Apple-style-span" style="font-family: Helvetica; "><a href="http://css-discuss.org">http://css-discuss.org</a>/.    The short answer is that you must set height: 100%; on html, body and any other element that contains the div you are trying to position.  </span>  </div><div><br class="webkit-block-placeholder"></div><div>In most cases I recommend against setting the height because it puts the scroll bar on your content rather than on the window where users expect it.</div><br></div><div>hth</div><div>--</div><div>Roger Roelofs</div><div>Datacomp/MHVillage</div></body></html>