Skip to content

Commit 40b53da

Browse files
committed
Fixed the dropdown a little
1 parent 262dea5 commit 40b53da

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

style.css

+10-8
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,37 @@ body
1010
right:0px;
1111
left:0px;
1212
overflow:hidden;
13+
z-index: 2;
1314
}
1415
#header
1516
{
16-
background-color:#000000;
17+
background-color:#FFFFFF;
1718
height:auto;
1819
position:relative;
1920
top:0px;
2021
left:0px;
2122
right:0px;
23+
2224
}
2325
#header_name
2426
{
2527
color: #FFFFFF;
2628
display:inline-block;
2729
padding-left:15px;
2830
}
29-
div#dropdown
30-
{
31-
background-color:#000000;
32-
overflow:visible;
33-
z-index: 2;
34-
display:inline;
35-
}
3631
#header_navagation
3732
{
33+
background:#000000;
3834
padding:8px;
3935
padding-right:10px;
4036
float:right;
4137
display:inline;
4238
}
39+
div#dropdown
40+
{
41+
background:#000000;
42+
width: 100%;
43+
}
4344
#header_navagation ul
4445
{
4546
font-family: Arial, Verdana;
@@ -50,6 +51,7 @@ div#dropdown
5051
}
5152
#header_navagation ul li
5253
{
54+
background:#000000;
5355
position: relative;
5456
float: left;
5557
margin-left: 4px;

0 commit comments

Comments
 (0)