docbook-apps message
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
| [List Home]
Subject: WebHelp link to index of manuals
- From: Tim Casling <tcas@burwil.co.uk>
- To: docbook-apps@lists.oasis-open.org
- Date: Fri, 19 Oct 2012 17:40:03 +0100
I'm using the WebHelp stylesheets and would like to have a link back to
a html page that has a list of manuals. In the Rackspace docs that are
used as an example, I'm referring to the "Rackspace Manuals" link in the
area at the top of the contents pane.
I used the user.head.content template and the made changes to the CSS to
format the <div>s, as below. However, I've just realized that it doesn't
render in IE. Can anyone supply me with a nice solution to this problem?
<xsl:template name="user.header.content">
<xsl:comment> <!-- KEEP this code. --> </xsl:comment>
<div id="index-page-link">
<a id="index-link-offset" href="" DOCS</a>
</div>
</xsl:template>
Thanks
Tim
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
| [List Home]