Search
 
SCRIPT & CODE EXAMPLE
 

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- */
}
Comment

horizontal list css

#menu ul{
  list-style: none;
}
#menu li{
  display: inline;
}
Comment

PREVIOUS NEXT
Code Example
Css :: box shadow border only show left side 
Css :: get all tables laravel 
Css :: responsive css grid 
Css :: js click under 
Css :: add glow to image css 
Css :: border dot css 
Css :: input remove blue glow 
Css :: puntos suspensivos css 
Css :: how to make borders rounded in css 
Css :: clearfix css 
Css :: css full cover background image 
Css :: how to link css to html in visual studio code 
Css :: css not last of type 
Css :: css click through an element 
Css :: keep aspect ratio of image css 
Css :: How to remove the blueish background on a button when clicked 
Css :: padding up down left right 
Css :: how to show ... after some long chars js html h1 
Css :: clamp margin 
Css :: breakpoint bootstrap 
Css :: mysqli check if delete was successful 
Css :: center css elements 
Css :: how to center horizontally in css 
Css :: apply color tint to image 
Css :: li only showing first bullet 
Css :: elementor custom css for mobile 
Css :: wpdb insert query 
Css :: line spacing css 
Css :: css rotate 3d 
Css :: center text html css position fixed 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =