Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css horizontal ul

ul > li {
    display: inline-block;
    /* You can also add some margins here to make it look prettier */
    zoom:1;
    *display:inline;
    /* this fix is needed for IE7- */
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #horizontal #ul
ADD COMMENT
Topic
Name
1+7 =