dropdown fout
<html>
<head>
<title>index.php</title>
<style type="text/css">
#nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
}
#nav li {
float: left;
width: 120px;
}
#nav ul {
position: absolute;
width: 120px;
left: -1000px;
}
#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}
#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}
ul a{
font-weight: bold;
color: #F60;
cursor: default;
}
ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #CCC;
cursor: pointer;
}
ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;
}
ul li{
background: url(../header_nav_blue_right.png); //dit zou mijn achtergrond moeten zijn
border-left: 3px solid
}
ul ul li{
background: url(../header_nav_blue_right.png); //dit ook
border-top: 3px solid
border-left: 0;
}
/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}
* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */
</style>
</head>
<body>
<ul id="nav">
<li><a href="#">Main item 1</a>
<ul>
<li><a href="#">Sub item 1.1</a></li>
<li><a href="#">Sub item 1.2</a></li>
<li><a href="#">Sub item 1.3</a></li>
<li><a href="#">Sub item 1.4</a></li>
</ul>
</body>
</html>
het probleem is dat ik het er zo wil uit laten zien : www.wireddoolhof.v3host.nl (sorry als ik geen sites mag noemen)
zoals je ziet is dat blauwe het menu
Maar wat ik nu heb is :www.wireddoolhof.v3host.nl/testmapje/ ik wil graag dat ik het zo mooi kan aankleden.
Waar loop ik tegenaan ?
Toevoeging op 23/11/2010 16:09:39:
wie kan mij helpen ?
Toevoeging op 23/11/2010 16:10:35:
wie kan mij helpen ?
Toevoeging op 24/11/2010 15:10:04:
reageert er niemand ???
waarom reageert er niemand !
Kijk voor een voorbeeld op:
http://1.nickdijkstra.nl
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<html>
<head>
<title>index.php</title>
<style type="text/css">
#nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
}
#nav li {
float: left;
width: 120px;
}
#nav ul {
position: absolute;
width: 120px;
left: -1000px;
}
#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}
#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
background:url('http://www.wireddoolhof.v3host.nl/images/menu-bar.gif') repeat-x; margin:0px; height: 36px; top:190px;
}
#nav a:hover {
background: url('http://www.wireddoolhof.v3host.nl/images/active-menu.gif') repeat-x;
height: 36px;
}
ul a{
font-weight: bold;
color: #F60;
cursor: default;
}
ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #CCC;
cursor: pointer;
}
ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;
}
ul li{
background: url(../header_nav_blue_right.png); //dit zou mijn achtergrond moeten zijn
border-left: 3px solid
}
ul ul li{
background: url(../header_nav_blue_right.png); //dit ook
border-top: 3px solid
border-left: 0;
}
/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}
* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */
</style>
</head>
<body>
<ul id="nav">
<li><a href="#">Main item 1</a>
<ul>
<li><a href="#">Sub item 1.1</a></li>
<li><a href="#">Sub item 1.2</a></li>
<li><a href="#">Sub item 1.3</a></li>
<li><a href="#">Sub item 1.4</a></li>
</ul>
</body>
</html>
<head>
<title>index.php</title>
<style type="text/css">
#nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
}
#nav li {
float: left;
width: 120px;
}
#nav ul {
position: absolute;
width: 120px;
left: -1000px;
}
#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}
#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
background:url('http://www.wireddoolhof.v3host.nl/images/menu-bar.gif') repeat-x; margin:0px; height: 36px; top:190px;
}
#nav a:hover {
background: url('http://www.wireddoolhof.v3host.nl/images/active-menu.gif') repeat-x;
height: 36px;
}
ul a{
font-weight: bold;
color: #F60;
cursor: default;
}
ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #CCC;
cursor: pointer;
}
ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;
}
ul li{
background: url(../header_nav_blue_right.png); //dit zou mijn achtergrond moeten zijn
border-left: 3px solid
}
ul ul li{
background: url(../header_nav_blue_right.png); //dit ook
border-top: 3px solid
border-left: 0;
}
/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}
* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */
</style>
</head>
<body>
<ul id="nav">
<li><a href="#">Main item 1</a>
<ul>
<li><a href="#">Sub item 1.1</a></li>
<li><a href="#">Sub item 1.2</a></li>
<li><a href="#">Sub item 1.3</a></li>
<li><a href="#">Sub item 1.4</a></li>
</ul>
</body>
</html>
wat moet ik ertussen zetten als ik nog een main item naast elkaar wil plaatsen ?