QbieNoob Posted May 23, 2014 Share Posted May 23, 2014 I ran my homepage through http://jigsaw.w3.org/css-validator/ and received 69 errors and 58 warnings all related to js/styles/styles.php What should I do? Quote Link to comment Share on other sites More sharing options...
bsmither Posted May 23, 2014 Share Posted May 23, 2014 styles.php loads all the third-party jQuery plugin CSS stylesheets into one big download. Since there are third-party plug-ins, we will have to blame the third-party developers of the plug-ins for any errors and warnings. 99.99% of the CSS is coming from the jQuery UI Theme file. This theme file seems to have many, many repetitions of CSS rulesets. I think when the jQuery UI package was obtained from the jQuery UI download center, all available themes were included. You should ignore all errors and warnings that pertain to styles.php. Quote Link to comment Share on other sites More sharing options...
QbieNoob Posted May 23, 2014 Author Share Posted May 23, 2014 All righty then. All I had to change was #gui_message .gui_message-error {cursor: hand;} to #gui_message .gui_message-error {cursor: pointer;} and it's good to go. Thank you for the quick response, as always! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.