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] css imagemaps


Looking at the HTML of that example, you could do most of this with a
customization of a couple of placeholder templates.  The Javascript code can
be inserted as <script> elements into the <HEAD> area using the
'user.head.content' placeholder template.  The header divs could be done by
turning off the standard HTML navigational header by setting the
'suppress.navigation' parameter to zero, and generating your own header  by
using the 'user.header.navigation' placeholder template.  The rest of it is
up to CSS, which is kind of nice because it keeps the HTML pretty simple.
This kind of stuff is covered here:

http://www.sagehill.net/docbookxsl/HtmlCustomEx.html

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Aaron" <aamehl@actcom.net.il>
To: "docbook" <docbook-apps@lists.oasis-open.org>
Sent: Sunday, June 19, 2005 9:53 PM
Subject: [docbook-apps] css imagemaps


> Hi all,
>
> I need to implement an image map of the main gui of Denemo.
> (denemo.sourceforge.net)
>
> I found this on google http://www.visitdeadends.com/preface.html and
> was wondering if I could use css for the imagemap and what list
> members think of the idea? How would I go about having docbook xml/xsl
> generate enough of the code so that with additional css this would
> work.
>
> OR is this a no starter?
>
> Thanks
> Aaron
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>
>
>




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