Login   Register  
PHP Classes
elePHPant
Icontem

File: acc_styles.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Muhammad Asif Ali  >  PHP Collapsible Accordion  >  acc_styles.css  >  Download  
File: acc_styles.css
Role: Auxiliary data
Content type: text/plain
Description: style sheet
Class: PHP Collapsible Accordion
Display HTML content in accordion page sections
Author: By
Last change:
Date: 2009-06-30 07:40
Size: 257 bytes
 

Contents

Class file image Download
/* CSS Document */

.acc_header{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #ccc;
}

.acc_open{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}