Re: [css-d] div covering up scroll bar? Z-index?

2006-05-08 Thread Ingo Chao
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/


Re: [css-d] div covering up scroll bar? Z-index?

2006-05-05 Thread Brian Funk
Quoting Matthew Bernhardt [EMAIL PROTECTED]:

 http://benedikt.knowlton.ohio-state.edu/faculty/
 
...in IE/Windows, the top header div is appearing  
 over the scroll bar.

one thing that needs fixing is the label element referencing a id that
isn't there. The validator reports the following:

Line 383 column 17: reference to non-existent ID SEARCH

don't know if that helps with the scroll bar thing but your label text
Search Ohio State isn't showing on any of my browser views. 

Brian



__
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/


[css-d] div covering up scroll bar? Z-index?

2006-05-04 Thread Matthew Bernhardt
Hello everyone,
   Just when I thought that I was making progress learning CSS, I've come  
across a problem I'm not sure how to solve. I'll start with the URL:

http://benedikt.knowlton.ohio-state.edu/faculty/

This is the development server for a series of faculty profiles I'm  
putting together. There are several things I'm still grappling with, but  
the most pressing is that, in IE/Windows, the top header div is appearing  
over the scroll bar. It's fine in FF/Opera (of course). I've done a  
reasonable bit of searching in the archives, with Google, etc - but I'm  
sure that I probably just skimmed over the solution without realizing it.

Am I right in thinking that this is somehow related to the z-index of the  
element? Or would it be something else?

The elements I'm suspicious of are the header or headerwrap elements, if  
that helps.

Thanks in advance for any suggestions,
Matt

-- 
Matt Bernhardt, [EMAIL PROTECTED]
Webmaster  +  Fab  Lab  Coordinator
Knowlton  School   of  Architecture
TheOhio StateUniversity
__
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/