OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: Image in CSS-styled fixed menu?


>>>>> 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""";
	  }



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]