PHP Classes

File: style.css

Recommend this page to a friend!
  Classes of mohamad Reza kavoosi   PHP Menu Generator   style.css   Download  
File: style.css
Role: Auxiliary data
Content type: text/plain
Description: style of menu
Class: PHP Menu Generator
Generate nested menus with HTML list items
Author: By
Last change:
Date: 9 years ago
Size: 400 bytes
 

Contents

Class file image Download
.menu li{ position: relative; float:left; margin:1px; list-style:none; background-color: #ccc; padding:5px; width:100px; text-align: center; border:1px solid #666 } .submenu{background-color: #ccc;padding:0px;display:none;position: absolute;left:0px;top:100%} .menu li:hover > .submenu{display: block;} .submenu .submenu{top:0px !important;left:100%}