| [ Index ] | PHP Cross Reference of Mambo 4.6.5 |
|
| [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 .dynamic-tab-pane-control.tab-pane { 2 position: relative; 3 /*width: 100%; width needed weird IE bug */ 4 /*margin-right: -2px; to make room for the shadow */ 5 } 6 .dynamic-tab-pane-control .tab-row .tab { 7 width: 70px; 8 height: 16px; 9 background-image: url( "tab.png" ); 10 position: relative; 11 top: 0; 12 display: inline; 13 float: left; 14 overflow: hidden; 15 cursor: pointer; 16 margin: 1px -1px 1px 2px; 17 padding: 2px 0px 0px 0px; 18 border: 0; 19 z-index: 1; 20 font: 11px Tahoma; 21 white-space: nowrap; 22 text-align: center; 23 } 24 .dynamic-tab-pane-control .tab-row .tab.selected { 25 width: 74px !important; 26 height: 18px !important; 27 background-image: url( "tab_active.png" ) !important; 28 background-repeat: no-repeat; 29 border-bottom-width: 0; 30 z-index: 3; 31 padding: 2px 0px 0px 0px; 32 margin: 1px -3px -3px 0px; 33 top: -2px; 34 font: 11px Tahoma; 35 } 36 .dynamic-tab-pane-control .tab-row .tab a { 37 font: 11px Tahoma; 38 color: #333; 39 text-decoration: none; 40 cursor: pointer; 41 } 42 .dynamic-tab-pane-control .tab-row .tab.hover { 43 font: 11px Tahoma; 44 width: 70px; 45 height: 16px; 46 background-image: url( "tab_hover.png" ); 47 background-repeat: no-repeat; 48 } 49 .dynamic-tab-pane-control .tab-page { 50 51 border: 1px solid rgb( 145, 155, 156 ); 52 background: rgb( 252, 252, 254 ); 53 z-index: 2; 54 position: relative; 55 top: -2px; 56 font: 11px Tahoma; 57 color: #333; 58 59 /*244, 243, 238*/ 60 /* 145, 155, 156*/ 61 padding: 5px; 62 width: 97%; /* stupid stupid stupid IE!!! */ 63 float: left; 64 65 } 66 .dynamic-tab-pane-control .tab-row { 67 z-index: 1; 68 white-space: nowrap; 69 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed May 23 00:05:01 2012 | Cross-referenced by PHPXref 0.7 |
| Mambo API: Mambo is Free software released under the GNU/General Public License, Version 2 |