Skip to main content
Inspiring
March 30, 2017
Answered

Captivate, IE11, and JAWS Screen Reader

  • March 30, 2017
  • 1 reply
  • 276 views

I have not been able to find any specific information on here about this issue and would like everyone's opinion.

I am publishing a Captivate course via HTML5. I have JAWS and Internet Explorer 11. I am having issues getting keyboard focus using IE11. I have the selection box in preferences unchecked and have tried to searching for the relevant code in the CSS to modify the focus box. Can someone tell me the code needed to modify the rectangle selection box to change color AND preferably make the selection border slightly bigger?

Thanks all.

This topic has been closed for replies.
Correct answer mferguson192291

I received an answer from user romainj.

I placed the following code into the CSS of my published Captivate course and it worked!

*:focus {outline: #FF0033
solid 3px;

}

.cp-frameset:focus {

opacity: 1 !important;

background-color: transparent !important;

}


Thank you!

1 reply

mferguson192291AuthorCorrect answer
Inspiring
March 30, 2017

I received an answer from user romainj.

I placed the following code into the CSS of my published Captivate course and it worked!

*:focus {outline: #FF0033
solid 3px;

}

.cp-frameset:focus {

opacity: 1 !important;

background-color: transparent !important;

}


Thank you!