Hello! I have a list but it is aligned vertically, how can I align it vertically using this code. Anyone? Thanks!
Use this: .ajaxul { float:left; } ul.ajaxul li { float:left; font-weight:bold; border-bottom:1px solid #DDDDDD; margin-bottom:0; } ul.ajaxul li:hover { color:#FFF; background-color: #CCC; } Code (markup): Note than you need to float the li left inorder to align them horizontally to make a navigation menu!