This is the mail archive of the
docbook-apps@lists.oasis-open.org
mailing list .
[docbook-apps] Re: Image in CSS-styled fixed menu?
- From: Steinar Bang <sb at dod dot no>
- To: docbook-apps at lists dot oasis-open dot org
- Date: Sun, 24 Aug 2003 18:40:35 +0200
- Subject: [docbook-apps] Re: Image in CSS-styled fixed menu?
- Cancel-lock: sha1:qpl8Q44JAqMOblDyg4fhOW+0kBA=
- Organization: Probably a good idea
- References: <87brugum77.fsf@doohan.bang.priv.no>
>>>>> Steinar Bang <sb@dod.no>:
> Platform: DocBook XML 4.2, DocBook XSL 1.61.3
> I'm trying to make the TOC in HTML generated from DocBook XML, be a
> fixed menu, as outlined in:
> http://www.w3.org/Style/Examples/007/menus.html
> Is there a CSS2 way for including an image and putting it at the top
> of the fixed menu?
Yes, there is. I did it like this:
div.toc>p:before
{
content: url(menutop.png) "\A""";
}
---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org