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

Bullets not displaying correctly in Firefox

Participant ,
Aug 07, 2012 Aug 07, 2012

Copy link to clipboard

Copied

Hi,  my bulleted lists don't seem to display properly in  Firefox. Sometimes the text is displayed underneath the bullets and sometimes the spacing between bullet and text is too large.

This issue doesn't occur in IE.

I'm using RH7.

I see others have had this issue but I haven't found an answer yet. Is there anything I can do or is this a Firefox issue?

Firefox Display Issue.jpg

Firefox Display Issue 2.jpg

Views

1.9K

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
Participant ,
Aug 09, 2012 Aug 09, 2012

Copy link to clipboard

Copied

After more googling I found some of my answers in here: http://www.grainge.org/pages/authoring/browsers/browsers.htm

Thanks to Peter.

Although I still have a few other issues that aren't resolved like some numbers of numbered lists appearing larger than others and some text being displayed as extra bold.

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
Community Expert ,
Aug 09, 2012 Aug 09, 2012

Copy link to clipboard

Copied

That is likely because the font for the numbering is not defined in your OL tag.


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.

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
Participant ,
Aug 09, 2012 Aug 09, 2012

Copy link to clipboard

Copied

Thanks Peter, you're right, that works.

What can I do to stop the link text of some of my drop downs appearing underlined when I've set them to not be? I'm sure this is a HTML tweak too but I don't know how to do it. Some dropdowns ARE supposed to be underlined but not all.

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
LEGEND ,
Aug 09, 2012 Aug 09, 2012

Copy link to clipboard

Copied

Hi,

The easiest way depends on whether you have more drop downs with or without an underline.

With underline: Add the underline as the styling for the drop down hotspot. Select the drop down hotspot where you do not want the underline and click the apply underline button to remove the underline for that hotspot only.

Without underline: In the css, set the drop down hotspot to not use an underline. Select the drop down hotspot where you want an underline and click the apply underline button to add the underline.

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
Participant ,
Aug 09, 2012 Aug 09, 2012

Copy link to clipboard

Copied

Thanks Willam, this is pretty much what I've done. The problem is that sometimes, the dropdowns that are not underlined show as underlined in Firefox. There is no obvious pattern to where this occurs.

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
LEGEND ,
Aug 14, 2012 Aug 14, 2012

Copy link to clipboard

Copied

Sorry for the late reaction, this post slipped my mind...

You say there is no obvious pattern, but since it is software, there must be a pattern somewhere. Can you post the HTML code of some links that work and links that don't work in FireFox? (Don't reply via email as the forum doesn't get those HTML tags in mail.)

When you have multiple dropdowns on a page, do all dropdowns exibit the same behaviour or do they react differently?

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
Participant ,
Aug 20, 2012 Aug 20, 2012

Copy link to clipboard

Copied

Thanks Willam, no, if I have multiple dropdowns on a page they don't all display the same. I have just discovered the pattern though. The dropdowns that display incorrectly have a span tag whereas the dropdowns that display correctly do not. I don't know much about html - can you tell what I might have done in the editor to apply this tag? I need to know so I don't do it again without realising.

Incorrect formatting with spantag:

<h2 style="font-size: 10pt; font-weight: bold; color: #73c6a1;

      text-decoration: none; "><a class="dropspot" x-use-popup=#POPUP298968552

x-popup-type=pulldown href="javascript:TextPopup(this)" id=a8><span style="font-size: 10pt; font-weight: bold; color: #73c6a1;

      text-decoration: none; "><img src="../Welcome/Green_Book_Closed.gif"

x-save-file=TRUE x-save-method=compute-relative style="border: none; float: none; width: 18px; height: 15px;

                                    border-style: none; border-style: none;"

width=18 height=15 border=0> Non-MACRO Arezzo Tasks</span></a><robohelp><script

type="text/javascript" language=JavaScript1.2><!--

TextPopupInit('a8');

Correct formatting without spantag:

<h2 style="font-size: 10pt; font-weight: bold; color: #73c6a1;

      text-decoration: none; "><a class="dropspot" x-use-popup=#POPUP298969292

x-popup-type=pulldown href="javascript:TextPopup(this)" id=a7 style="font-size: 10pt; font-weight: bold; color: #73c6a1;

                                      text-decoration: none; "><img src="../Welcome/Green_Book_Closed.gif"

x-save-file=TRUE x-save-method=compute-relative style="border: none; float: none; width: 18px; height: 15px;

    border-style: none; border-style: none;" width=18 height=15 border=0>

Arezzo Task Inconsistencies</a><robohelp><script type="text/javascript"

language=JavaScript1.2><!--

TextPopupInit('a7');

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
Participant ,
Aug 20, 2012 Aug 20, 2012

Copy link to clipboard

Copied

I also meant to add this screenshot showing the output in Firefox. The dropdowns should not be underlined - as you see, two are displaying correctly.


underline.jpg

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
LEGEND ,
Aug 20, 2012 Aug 20, 2012

Copy link to clipboard

Copied

LATEST

The span is overriding your styling. The solution is to remove those span tags.

As a temporary workaround, add the !important declaration to the underline in your css:

a.dropspot {

text-decoration: underline !important;

}

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
Resources
RoboHelp Documentation
Download Adobe RoboHelp