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: [docbook-apps] Re: Image in CSS-styled fixed menu?


Steinar Bang wrote:

> <snip/>
>
>>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""";
>	  }
>
Are you targeting a browser that can handle the '>' operator? If so, 
what a luxury! Otherwise, I don't think this is well or widely supported.

           ...edN




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