PHP Classes

File: navlist.css

Recommend this page to a friend!
  Classes of Bruyndonckx   HTML Generator Class   navlist.css   Download  
File: navlist.css
Role: Auxiliary data
Content type: text/plain
Description: CSS styles for tab control
Class: HTML Generator Class
Generate HTML documents programmatically
Author: By
Last change:
Date: 16 years ago
Size: 688 bytes
 

Contents

Class file image Download
/* CSS for navigational TABs see: see: http://css.maxdesign.com.au/listamatic/horizontal05.htm */ #navlist { padding: 3px 0; margin-left: 0; border-bottom: 1px solid #778; font: bold 12px Verdana, sans-serif; } #navlist li { list-style: none; margin: 0; display: inline; } #navlist li a { padding: 3px 0.5em; margin-left: 3px; border: 1px solid #778; border-bottom: none; background: #DDE; text-decoration: none; } #navlist li a:link { color: #448; } #navlist li a:visited { color: #667; } #navlist li a:hover { color: #000; background: #AAE; border-color: #227; } #navlist li a#current { background: white; border-bottom: 1px solid white; }