• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Dropdown Hotspot Style

Explorer ,
Apr 16, 2012 Apr 16, 2012

Copy link to clipboard

Copied

Robohelp 9. WIndows 7

I edited my Dropdown Hotspot to to add an arrow at the end.  The text of the style is still black.  When creating, I select the text and add the Drop down hotspot.  The function of the Dropdown works like I expect, but the style of the text I selected changes when I view the page.  It turns blue with an underline.

The text has no other style that I can find.

I want the text that I select to add the Drop Down hotpsot to be just like I set it when I edit the style.

What is happening to change it?

Views

1.5K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 16, 2012 Apr 16, 2012

Copy link to clipboard

Copied

Hi,

I seems the dropdown is defaulting back to the default hyperlink styling. Try the following: Open the css in the style editor and make a change to the Dropdown link style. Save and revert the change, save again. Now try the preview again. Did that help?

Greet,

Willam

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 16, 2012 Apr 16, 2012

Copy link to clipboard

Copied

Thank you, but no.  Still the same...

This is how it looks in the editor:

  1. Log on to CMP. 
  2. Click My codes. 
  3. Click on the Name in the Title/ Ref. field

And this is how it looks in Preview (Minus the arrows):

  1. Log on to CMP. 
  2. Click My codes. 
  3. Click on the Name in the Title/ Ref. field

This is the Style in the CSS:

A.dropspot {

          cursor: hand;

          font-family: Calibri;

          font-size: 11pt;

          x-open-image: url(green_arrow_down.png);

          x-close-image: url(green_arrow_right.png);

          x-image-place: right;

          x-on-pageload: show();

          color: #000000;

          text-decoration: none;

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 16, 2012 Apr 16, 2012

Copy link to clipboard

Copied

OK, played around and found a solution.

I selected the effected text and applied different attributes in the editor (Changed color, underlined, etc.).  Then, I re-applied the attributes I wanted. Seems to be fine now.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Apr 16, 2012 Apr 16, 2012

Copy link to clipboard

Copied

Sorry to butt in but I thought I would pass along a notorious glitch which often occurs when someone imports a Word document into RoboHelp that happens to have a web hyperlink in it.

Microsoft's conversion output assumes you want a blue underlined link so, it adds a pesky Embedded Style at the top of the topic like this:

<style type="text/css">/*<![CDATA[*/

A:visited {

    color: #800080;

}

A:link {

    color: #0000ff;

}

/*]]>*/</style>

</head>

The effect of the embedded style is to defeat whatever you might be trying to do with other link styles in your external css.

Of course this was probably not the case with your situation and after all, you have resolved it. But, I thought I would mention this because folks run into this all the time.

Thanks!
John

John Daigle

Adobe Certified RoboHelp and Captivate Instructor

Evergreen, Colorado

www.showmethedemo.com

John Daigle
Adobe Certified RoboHelp and Captivate Instructor
Newport, Oregon

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 20, 2012 Apr 20, 2012

Copy link to clipboard

Copied

LATEST

Thank you for that tip.

I concluded that the css was probably "compromised" somehow (After reading your post about the converted word doc).  I used ExtendScript to copy all the entries in my css and and paste them into a new file.  When I applied the new css style, it all works as expected.


I appreciate the help with this. 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp