Please revert. "position fixed" is simply broken (especially if the fixed content is bigger than your browser window). Click on the arrows that point up instead ;)
Thanks, nd * [email protected] wrote: > Author: rbowen > Date: Tue May 4 16:59:35 2010 > New Revision: 940953 > > URL: http://svn.apache.org/viewvc?rev=940953&view=rev > Log: > Frustrated with having to scroll back up to get the TOC. Make this stay > where it is so that I don't have to go hunting for it. > > Modified: > httpd/httpd/trunk/docs/manual/style/css/manual.css > > Modified: httpd/httpd/trunk/docs/manual/style/css/manual.css > URL: > http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/css/manu >al.css?rev=940953&r1=940952&r2=940953&view=diff > ========================================================================= >===== --- httpd/httpd/trunk/docs/manual/style/css/manual.css (original) > +++ httpd/httpd/trunk/docs/manual/style/css/manual.css Tue May 4 > 16:59:35 2010 @@ -754,7 +754,7 @@ div[id]#directive-ref { /* a big sorry > t > > /* sidebar position: right */ > div#quickview { > - position: absolute; > + position: fixed; > top: 5.5em; > right: 1em; > margin-left: 0; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
