Prevent menu list from wrapping [duplicate]

zgvvtkofcz

New Member
This question already has an answer here:
  • http://stackoverflow.com/questions/7431538/horizontal-scrollbar-for-ulCss:\[code\]ul { list-style-type:none; margin:0; padding:0; overflow:hidden;}li { float:left;}a:link, a:visited { display:block; width:155px; height: 60px; font-weight:bold; color:#FFFFFF; background-color:#98bf21; text-align:center; padding:4px; text-decoration:none; text-transform:uppercase;}a:hover, a:active { background-color:#7A991A;}\[/code\]Thanks for the help
 
Back
Top