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

Why do Captivate 8 text entry boxes display a very large letter X when a course is published in html5?

Explorer ,
Jan 28, 2016 Jan 28, 2016

I have found a couple of other people that are experiencing this issue but I can't find a solutions.

293
Translate
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

correct answers 1 Correct answer

People's Champ , Jan 28, 2016 Jan 28, 2016

If it's html5 you can add this to the CSS file:

::-ms-clear {

      display: none;

  }

Translate
People's Champ ,
Jan 28, 2016 Jan 28, 2016

If it's html5 you can add this to the CSS file:

::-ms-clear {

      display: none;

  }

Translate
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 ,
Jan 29, 2016 Jan 29, 2016

I have another similar issue with the text entry box that only shows in the html5 version of my course.

I have default text in the text entry box that says "Type here ...".

In the Flash version of the course the default text is vertically aligned to the top of the text entry box, but in html5 the default text is vertically aligned to the middle of the text entry box.

Does anyone know how to make the default text in the html5 version vertically align to the top of the text entry box?

Translate
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
People's Champ ,
Jan 29, 2016 Jan 29, 2016
LATEST

You can add some padding to the bottom:

#Text_Entry_Box_1_inputField{

padding:0 0 5px 0;

}

Translate
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
Help resources