Posts tagged css
Fix Page Shift with Overflow-y: hidden
0Ever had your page layout shift down when your page loads before the elements snap back into position?
Fix this by adding the ‘overflow:’ or ‘overflow-y:’ property to the wrapper that contains your elements that are jumping around onLoad and use the value ‘hidden’ or ‘scroll’ to stop your browser automatically setting this to ‘auto’.
#navwrapper {Overflow-y:hidden;}
List-o-matic! & htmldog
0If (like me) you need a crash course in CSS and HTML styles then this list-o-matic site is a good place for the beginner to start training in building a css navigation or even a whole standards-compliant website.
Found this HTML Dog Website good as well with information about all of the valid tags belonging to the latest version of strict XHTML. boooyaaaa
