Closed Caption Overlay Display Customization
Is there a way to customize the display of the CC overlay in CP 8?
Is there a way to customize the display of the CC overlay in CP 8?
You can change the location and hide the close button with this css for HTML5:
#cc{
top:569px;
margin-left:25px;
}
#ccClose{
display:none
}
You can also edit the index, but I don't recommend that. You can adjust it more if you include your css after CP's css is applied and with JavaScript.
You can include a custom CSS file in the C:\Program Files\Adobe\Adobe Captivate 8 x64\HTML\assets\css\ folder.
For swf you need a widget. TLC can build one for you.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.