I'm not quite sure what you mean... maybe this will help. if content of a div is larger than the space provided (eg screen size restriction, or width, height, settings) there is an "overflow" css attribute to handle it. For example "overflow: hidden;" hides any thing that doesn't fix, "overflow: scroll;" will give the div scroll bars, and "overflow: visible;" will show it usually by stretching the height of the div.
Maybe that was completely useless, hope it helps though. Darian > Hi everybody... > > I'm having a terrible time trying to figure out just why IE6 (Windows > XP) is throwing scrollbars at me when I view a page in a frame - I'm > really not sure what the trick is to this (if there is one). I hate to > ask dumb or redundant questions, but this one is really nagging. > > Thanks for any advice on this...v > > Once again, this is being view in a frame...here is the gist of the CSS: > > body { > margin: 0px; > } > .container { > margin: 0px; > padding: 0px; > width: 100%; > } > .subhead1 { > margin: 0px; > padding: 6px 0px 0px 12px; > } > .subhead2 { > margin: 0px; > padding: 3px 12px 1px; > height: 30px; > border-bottom: 1px solid #999999; > } > .content { > margin: 0px; > padding: 0px; > width: 100%; > } > .content-pad { > padding: 0px; > margin: 12px; > } > etc... > > The makeup of the file... > > <div class='container'> > > <div class='subhead1'>Just some title text</div> > > <div class='subhead2'> > A <table> at width='100%'... > </div> > > <div class='content'> > <div class='content-pad'> > > <div class='column'> > Lots of things go in here, it varies. Some times a table at > width='100%' > </div> > > </div> > </div> > > </div> > > ***************************************************** > The discussion list for http://webstandardsgroup.org/ > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help > ***************************************************** > > ***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************