Errors in slideshow-shortcode.css
-
Examinating the style sheet file slideshow-shortcode.css I noticed 2 errors:
line 57 .slideshow-line-height-hack {
overflow:hide;
…
}the correct value for overflow property is “hidden”.
line 102 body div div.slideshow-controls a:hover {
….
*display: inline;
….
}Remove character * or, if you want to comment it , put it between /* and */
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Errors in slideshow-shortcode.css’ is closed to new replies.