Matthew Bernhardt wrote:
> 
> http://benedikt.knowlton.ohio-state.edu/faculty/
> 
> ... in IE/Windows, the top header div is appearing
> over the scroll bar. ...
> Am I right in thinking that this is somehow related to the z-index of the  
> element? Or would it be something else?

Something else. I think you can adjust

body {
   padding-right: 20px; /* add */
/*width: 100%;*/ /*comment this out */

   height:100%;
   overflow:auto;
   }

in ie6.css, to leave some space for the scrollbar.

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to