File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 10
10
right : 0px ;
11
11
left : 0px ;
12
12
overflow : hidden;
13
+ z-index : 2 ;
13
14
}
14
15
# header
15
16
{
16
- background-color : # 000000 ;
17
+ background-color : # FFFFFF ;
17
18
height : auto;
18
19
position : relative;
19
20
top : 0px ;
20
21
left : 0px ;
21
22
right : 0px ;
23
+
22
24
}
23
25
# header_name
24
26
{
25
27
color : # FFFFFF ;
26
28
display : inline-block;
27
29
padding-left : 15px ;
28
30
}
29
- div # dropdown
30
- {
31
- background-color : # 000000 ;
32
- overflow : visible;
33
- z-index : 2 ;
34
- display : inline;
35
- }
36
31
# header_navagation
37
32
{
33
+ background : # 000000 ;
38
34
padding : 8px ;
39
35
padding-right : 10px ;
40
36
float : right;
41
37
display : inline;
42
38
}
39
+ div # dropdown
40
+ {
41
+ background : # 000000 ;
42
+ width : 100% ;
43
+ }
43
44
# header_navagation ul
44
45
{
45
46
font-family : Arial, Verdana;
@@ -50,6 +51,7 @@ div#dropdown
50
51
}
51
52
# header_navagation ul li
52
53
{
54
+ background : # 000000 ;
53
55
position : relative;
54
56
float : left;
55
57
margin-left : 4px ;
You can’t perform that action at this time.
0 commit comments