[I'm sending this again, because I failed to get a confirmation from  
the list server that I sent the original message. Plus the URL that  
included in the first message has changed.]

Hi Everyone.

I have a head-scratcher on my hands. Can anyone help?

I created a div that contains variable-height content (a big table  
that will expand and contract as the visitor changes type size). I'd  
like it to scroll while taking up the entire height of the browser  
window. So I created some properties for the div...

height:100%;
overflow:scroll;

This adds a scroll bar, but it doesn't allow scrolling. If I change  
the height value to...

height:auto;

... I get the same result. However, if I change the height value to...

height:300px;

... then I get a scroll bar that actually scrolls the data, and it  
eliminates the browser's own scroll bar, which is the effect I want.   
But I want to be able to do it without specifying the height in  
pixels, for obvious reasons.

Any ideas on what I'm doing wrong?

If you need to see the site, here's the URL...

http://www.earl-litho.com/clevelandhardware/catalog/individual_pages/ 
catalog_by_partnum.html

Thanks,
--
Dean Champeau
Champeau Services
86 E Fox Point Drive, Appleton WI 54911
Phone 920/731-5474
Cell 920/915-2151
Fax 267/377-1002
deanchampeau at new.rr.com
www.champeauservices.com

--
Dean Champeau
Champeau Services
86 E Fox Point Drive, Appleton WI 54911
Phone 920/731-5474
Cell 920/915-2151
Fax 267/377-1002
[EMAIL PROTECTED]
www.champeauservices.com


______________________________________________________________________
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