File: example.css

Recommend this page to a friend!
  Classes of Roy Yu   Navigation Block plugin   example.css   Download  
File: example.css
Role: Auxiliary data
Content type: text/plain
Description: dummy html
Class: Navigation Block plugin
jQuery plug-in to display sub-menus
Author: By
Last change: change file
Date: 13 years ago
Size: 1,011 bytes
 

Contents

Class file image Download
/* This is just a dummy css */ .mainnav ul { list-style:none; } .mainnav li { float:left; padding:10px; margin:5px; } .subnav { margin-left:55px; min-width: 400px; width:400px; margin-top:-15px; position:absolute; z-index:20; background:#fff; } .subnav div { border:2px solid fuchsia; padding:10px; } .main-content { margin-left:55px; } /* Clear Floated Elements ----------------------------------------------------------------------------------------------------*/ .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .clearfix:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; } .clearfix { display: inline-block; } * html .clearfix { height: 1%; } .clearfix { display: block; }