~lss-team/lilsoftstats/trunk

« back to all changes in this revision

Viewing changes to css/pro_dropline.css

  • Committer: Nick
  • Date: 2011-11-14 04:10:28 UTC
  • Revision ID: nick@little-apps.org-20111114041028-cvmpwq6z6hx3pkya
first commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* ================================================================ 
 
2
This copyright notice must be untouched at all times.
 
3
 
 
4
The original version of this stylesheet and the associated (x)html
 
5
is available at http://www.cssplay.co.uk/menus/pro_dropline.html
 
6
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
 
7
This stylesheet and the associated (x)html may be modified in any 
 
8
way to fit your requirements.
 
9
=================================================================== */
 
10
 
 
11
.nav    {
 
12
        background: #4f4f4f url(../images/shared/nav/pro_line_0.gif) repeat-x;
 
13
        font-family:Tahoma;
 
14
        font-size: 14px;
 
15
        height: 29px;
 
16
        position: relative;
 
17
        margin: 0 auto;
 
18
        min-width: 780px;
 
19
        max-width: 1260px;
 
20
        z-index: 500;
 
21
        }
 
22
.nav .table     {
 
23
        display: table;
 
24
         
 
25
        }
 
26
.nav .select,
 
27
.nav .current   {
 
28
        display: table-cell;
 
29
        list-style: none;
 
30
        margin: 0;
 
31
        padding: 0;
 
32
        white-space: nowrap;
 
33
        }
 
34
.nav li {
 
35
        float: left;
 
36
        height: auto;
 
37
        margin: 0;
 
38
        padding: 0;
 
39
        }
 
40
.nav .select a  {
 
41
        background: url(../images/shared/nav/pro_line_0.gif);
 
42
        color: #fff;
 
43
        display: block;
 
44
        float: left;
 
45
        height: 29px;
 
46
        line-height: 29px;
 
47
        padding: 0 30px 0 30px;
 
48
        text-decoration: none;
 
49
        white-space: nowrap;
 
50
        }
 
51
.nav .current a {
 
52
        background: url(../images/shared/nav/pro_line_1.gif);
 
53
        color: #fff;
 
54
        display: block;
 
55
        float: left;
 
56
        height: 29px;
 
57
        line-height: 29px;
 
58
        padding: 0 0 0 15px;
 
59
        text-decoration: none;
 
60
        white-space: nowrap;
 
61
        }
 
62
.nav .current a b       {
 
63
        background: url(../images/shared/nav/pro_line_1.gif) right top;
 
64
        display: block;
 
65
        padding: 0 30px 0 15px;
 
66
        }
 
67
.nav .select a:hover, 
 
68
.nav .select li:hover a {
 
69
        background: url(../images/shared/nav/pro_line_1.gif);
 
70
        color: #fff;
 
71
        cursor: pointer;
 
72
        padding: 0 0 0 15px;
 
73
        }
 
74
.nav .select a:hover b, 
 
75
.nav .select li:hover a b       {
 
76
        background: url(../images/shared/nav/pro_line_1.gif) right top;
 
77
        cursor: pointer;
 
78
        display: block;
 
79
        float: left;
 
80
        padding: 0 30px 0 15px;
 
81
        }
 
82
.nav .select_sub        {
 
83
        display: none;
 
84
        }
 
85
 
 
86
/* IE6 only */
 
87
.nav table      {
 
88
        border-collapse: collapse;
 
89
        font-size: 1em;
 
90
        height: 0;
 
91
        margin: -1px;
 
92
        width: 0;
 
93
        }
 
94
.nav .sub       {
 
95
        display: table;
 
96
        list-style: none;
 
97
        /* margin: 0 auto; */
 
98
        padding: 0;
 
99
        }
 
100
.nav .sub_active .current_sub a, 
 
101
.nav .sub_active a:hover        {
 
102
        background: transparent;
 
103
        color: #f00;
 
104
        }
 
105
.nav .select :hover .select_sub, 
 
106
.nav .current .show     {
 
107
        background: url(../images/shared/nav/back_0.gif);
 
108
         
 
109
        display: block;
 
110
        left: 0;
 
111
        padding: 0;
 
112
        position: absolute;
 
113
        text-align: left;
 
114
        top: 29px;
 
115
        width: 750px;
 
116
        z-index: 100;
 
117
        }
 
118
.nav .current .show     {
 
119
        z-index: 10;
 
120
        }
 
121
.nav .select :hover .sub li a, 
 
122
.nav .current .show .sub li a   {
 
123
        background: transparent;
 
124
        border: 0;
 
125
        color: #444;
 
126
        display: block;
 
127
        float: left;
 
128
        margin: 0;
 
129
        padding: 0 10px 0 10px;
 
130
        white-space: nowrap;
 
131
        }
 
132
.nav .current .sub li.sub_show a        {
 
133
        background: url(../images/shared/nav/menus/back_1.gif);
 
134
        color: #088;
 
135
        cursor: default;
 
136
        }
 
137
.nav .select :hover .sub li a:hover, 
 
138
.nav .current .sub li a:hover   {
 
139
        background: url(../images/shared/nav/menus/back_1.gif);
 
140
        color: #088;
 
141
        visibility: visible;
 
142
        }
 
 
b'\\ No newline at end of file'