Link to home
Start Free TrialLog in
Avatar of marilyng
marilyng

asked on

Robohelp "See Also" pop up box color

Hi Folks,

Anyone know how to change the background color for the "See Also" pop-up box in RoboHelp (web help) (Latest)

Basically I have those "See Also" links at the bottom of the web pages, and you have these choices to use a button or text, and display a popup menu or topics found dialog.  I selected the popup menu, but the menu background color is default windows gray, so I'd like to be able to change the attributes.

Did see a bunch of parameters in the HTML, but the background color parameter doesn't seem to affect the popup menu.

Thanks in advance for any ideas.
Avatar of marilyng
marilyng

ASKER

Ok got an answer in another forum:

Roger N has posted a message entitled Re: Robohelp Web Help See Also Pop up.

Message Posted on: Saturday April 29,2006 12:13:23 AM
Hi marilyng -

Here ya go:

You'll want to open up your ehlpdhtm.js file...

1) To change your text and text background color, go to function

_PopupMenu_Invoke_2()

2) find and edit the two lines that look like this:

document.write(".PopupNotOver {font-family:'Arial'; color:black; background:#c0c0c0; font-size:10pt; font-style:normal;font-weight:normal;text-decoration:none;}");

3) and, to change the popup background color, find:

popupmenuevoke()

4) and find the two instances of :

BGCOLOR="#c0c0c0"

.... and change those background grays to the white of your choice.

Happy tweaking!

You can view the message at http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=451&threadid=1148228&forumid=65.
ASKER CERTIFIED SOLUTION
Avatar of GranMod
GranMod

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial