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? Quote Link to comment Share on other sites More sharing options...
haku Posted July 5, 2009 Share Posted July 5, 2009 html {overflow-y:scroll} Quote Link to comment 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. :-( Quote Link to comment 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. Quote Link to comment 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. 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.