Hi,

first of all thanks for Sphinx, I find it amazing.

Now: in the default theme, if I set

"stickysidebar": "true"

and also specify a header image in _templates/layout.html via

{% extends "!layout.html" %}
{% block header %}
<img src="{{ pathto("_static/mylogo.png", 1) }}" alt="my logo" />
{% endblock %}

Then the sticky sidebar does not honor the logo,
i.e., it sits at the top all the time. Ideally,
it would sit at the same place as the non-sticky side
bar when a header block is active, and then scroll
along with me. In other words, can the sticky sidebar
start a bit lower when a header is active? Can s/o
confirm or may this be browser-related?

 > firefox --version
Mozilla Firefox 3.6.13, Copyright (c) 1998 - 2010 mozilla.org

Thanks and cheers,
Paul


--
"It's zero-zum. Who's on the other side? Who's the idiot?"
"Düsseldorf. Stupid Germans. They take rating agencies serious. They believe in the rules."

--
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to