PHP Classes

File: tab.css

Recommend this page to a friend!
  Classes of Mohammad Keramatifar   PHP Tab Control Creator   tab.css   Download  
File: tab.css
Role: Auxiliary data
Content type: text/plain
Description: Stylesheet File
Class: PHP Tab Control Creator
Generate a tab control to switch visible content
Author: By
Last change:
Date: 10 years ago
Size: 784 bytes
 

Contents

Class file image Download
.tabWrapper{ width: 100%; height: 400px; border: 1px solid #DEDBD1; padding: 10px; background: #F3F1EB; } .tabHeader{ width: 98%; height: 25px; background: #F3F1EB } .tabHeader ul{ width: 98%; height: 25px; line-height: 50px; } .tabHeader ul li{ float: left; height: 25px; line-height: 25px; list-style: none; padding: 0 15px; border-radius: 3px 3px 0 0; background: #F3F1EB; margin-right: 5px; cursor: pointer; } .tabWindow{ width: 98%; height: 340px; padding: 1px; background: white; display: none; border: 1px solid #DEDBD1; padding: 5px; } li.current{background: #DEDBD1 !important} div.current{display: block !important;}