Adding Home button to Reverb

Version

Date

Changes

1.0

2013-02-06

Initial version.

Description

I added a home button to the Reverb top bar. When clicked, the bar shifts to the left momentarily, causing a flashing effect. It is most visible in Firefox. Display a topic from the left-hand navigaition then click the up arrow (home button).

ReverbOutput.zip

attachment:Dita.wep

attachment:TargetPages.zip

2013-02-06

Everything looks pretty good. The reason for the flicker is because the entire help set is getting reloaded.

Current markup:

<a class="ww_skin ww_skin_home" href="../ReverbOutput/index.html" title="Home" target="_top">Home</a>

Better markup:

<a class="ww_skin ww_skin_home" href="connect/splash.html" target="connect_page" title="Home" target="_top">Home</a>

What this does is return the user to the splash page by displaying the page in the <iframe> used for content in Reverb.

2013-02-07

I used the following mark-up and it worked perfectly.

a class="ww_skin ww_skin_home" href="connect/splash.html" target="connect_page" title="Home">Home</a>

DevCenter/Projects/Adding Home button to Reverb (last edited 2013-02-07 17:55:56 by LindaRose)