> /* PROBLEM: when #nav is very long, and #content is very short, then
> MSIE users won't be able to scroll down the page to see the bottom of
> #nav! */
>
> #nav * { zoom: 1; } /* fix */
>
> </style>
hi
Does the star after #nav represent any element within the div with id=nav?
David Graham