Skip to main content
Known Participant
April 25, 2014
Question

"See Also" Popup Menu - Change Background Color in WebHelp?

  • April 25, 2014
  • 1 reply
  • 753 views

I am using RoboHelp 10 for a WebHelp output.  I have read several threads about "See Also" control and "Related Topics" - to try to find my answer. But I still need answers.  (By the way, I've been using RoboHelp in all its glorious versions for many years now.)

I have my See Also control set up with the keywords and button on appropriate pages.  The button is using a BMP of the text "See Also", so an image file for the button.  And all links in the popup menu are working just fine!

Here's my question - since my image file button has a white background (not the default gray background), I would like the See Also popup menu to also have a framed white background, not gray.  The HTML Help (CHM) generated with these See Also controls IS showing with framed white background for list - BUT the WebHelp is NOT showing it.

Is there any change I can make to the object code of the See Also control that will force the popup menu list background to be white, or even a very light blue??

I see a BackColor parameter name, but I'm not sure whether that applies to the button itself or the popup menu.  I'm guess it's for the button.

Any ideas?  (Looks so beautiful in my CHM.)

Thanks so much!

Susan

This topic has been closed for replies.

1 reply

Willam van Weelden
Inspiring
April 30, 2014

You can do that, but it's not for the faint of heart.

In your output, go to ehlpdhtm.js.

Find the function _WritePopupMenuLayer() (line 386 in RH11).

In that function styling is written for .PopupOver and .PopupNotOver.

Change that styling to change the popup styling.

Also, find the function PopupMenuInvoke_2. That holds the border color

for the table in which the list is presented.

Kind regards,

Willlam

Known Participant
April 30, 2014

Thank you SO much, Willam!! I will check out the ehlpdhtm.js settings you mentioned.

Susan Tabnik

Known Participant
April 30, 2014

It worked - YAY. There were 4 places in the Popup Menu Code section where I changed the HTML color code.  So now it looks like this:

So now the button has the image BMP that I put together, plus the new popup menu background.  I am happy!

Thanks so much

Susan