To select a filter that is already displayed by default, click on the filter name. For example, to limit your search to Review articles, click on Review under Article types.
(Seek 0-05)
You will see the filter highlighted, and a reminder that you have a filter selected, along with the option to clear the filter. (Seek 05-10) This filter has narrowed your results to 42 review articles. Click on Clear all to return to your original results set.
Button Display Problem in IE in Un-ordered lists
Problem Illustration
Viewing the content below Internet Explorer, the buttons appear too narrow. This is due to a CSS conflict.
- To select a filter that is already displayed by default, click on the filter name. For example, to limit your search to Review articles, click on Review under Article types. (Seek 0-05)
- You will see the filter highlighted, and a reminder that you have a filter selected, along with the option to clear the filter. (Seek 05-10) This filter has narrowed your results to 42 review articles. Click on Clear all to return to your original results set.
Problem Resolution
To resolve, the problem, create a style which makes sets the ul li text-indent property to 0em
Big play button and the video bar are hidden with CSS
.video-js .vjs-big-play-button { display: none; } .video-js .vjs-control-bar { display: none; }
Last Reviewed: February 14, 2024