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="../../index.html">MY DOCS</a> </div> </xsl:template> Thanks Tim
