Hover text for navigation buttons not displayed in FireFox
In order to address this issue you need to do a format override to Page.asp file in this location:
C:\Program Files\WebWorks\ePublisher Pro\Formats\Dynamic HTML\Pages
Once you are done with this search for "alt=" and you'll see entries such as alt="next", alt="print" etc. Please be sure to add the following; title="next"
so it should look like:
alt="next" title="next"
Save and re-generate your project.
PS, there are couple of alt="" entries for each button you must add this code to each and every one because, buttons have more than one characteristics (hover, active, link etc.)