PHP Classes

File: acc_styles.css

Recommend this page to a friend!
  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: 15 years ago
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; }