twilitegxa Posted July 4, 2009 Share Posted July 4, 2009 I was attempting to validate my CSS and I received the following error: 4 html, body Value Error : overflow -moz-scrollbars-vertical is not a overflow value : -moz-scrollbars-vertical Here is the link to my css: http://webdesignsbyliz.com/global.css Is there another way to force a vertical scrollbar that will pass the validator? Link to comment https://forums.phpfreaks.com/topic/164796-solved-force-scrollbar-validation-error/ Share on other sites More sharing options...
haku Posted July 5, 2009 Share Posted July 5, 2009 html {overflow-y:scroll} Link to comment https://forums.phpfreaks.com/topic/164796-solved-force-scrollbar-validation-error/#findComment-869032 Share on other sites More sharing options...
twilitegxa Posted July 5, 2009 Author Share Posted July 5, 2009 Now I am receiving this error: 4 html, body Property overflow-y doesn't exist in CSS level 2.1 but exists in [css3] : scroll Is there a way to set the CSS level? I don't understand this error. :-( Link to comment https://forums.phpfreaks.com/topic/164796-solved-force-scrollbar-validation-error/#findComment-869337 Share on other sites More sharing options...
haku Posted July 6, 2009 Share Posted July 6, 2009 It doesn't exist in CSS 2, but modern browsers implement it anyways, and IE has the scroll bars anyways. Link to comment https://forums.phpfreaks.com/topic/164796-solved-force-scrollbar-validation-error/#findComment-869612 Share on other sites More sharing options...
twilitegxa Posted July 6, 2009 Author Share Posted July 6, 2009 I will just take out the code then, so it will pass validation. It's not a big deal I guess :-) Thanks for all the help! I was just trying to make the pages look uniformed. Link to comment https://forums.phpfreaks.com/topic/164796-solved-force-scrollbar-validation-error/#findComment-870053 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.