In the frameset you'll need to add this attribute: scrolling="no" - although it would be preferable not to use frames at all.
Cheers Jeff Lowder Accessibility 1st Website: www.accessibility1st.com.au Blog: www.accessibility1st.com.au/journal/ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vaska.WSG Sent: Wednesday, 24 March 2004 7:54 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] Scrollbars in IE6 (PC) Yes, but it's not the overflow of the div, it's the frame itself. The page is going larger than the frame window - meaning, the divs aren't respecting the size of the window. Sorry if my explanation was confusing on that point. ;) On 24 Mar 2004, at 09:40, [EMAIL PROTECTED] wrote: > 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 ***************************************************** 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 *****************************************************
