That works!  Thank you Sebastian.

-- 
Manish

On Thu, Jan 8, 2009 at 8:23 AM, Sebastian Rose <sebastian_r...@gmx.de> wrote:
> Hi Manish,
>
> just make the #table-of-contents limited to a certain height. 100%
> should work if nothing else is higher than the visible area in the
> browser. If it doesn't, use a pixel value.
>
> @media screen {
>
> /* ... all your styles here ... */
>
> #table-of-contents
> {
> position:fixed;
> width:198px;
> /* add this for the height: */
> height:100%;
> overflow:auto;
> }
>
> * html { overflow-y: hidden; }
>
> * html body {
> overflow-y: auto;
> height: 100%;
> padding: 0 0 0 0;
> font-size: 100%;
> }
>
> * html div#table-of-contents { position: absolute; }
> }
>
>
> Regards,
>
>  Sebastian


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to