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: WebHelp link to index of manuals


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]