Sie sind nicht angemeldet.

1

Montag, 31. Mai 2010, 17:01

CSS Dropdown menu

Hi,

hab nen Problem bei der Umsetzung eines css dropdown menüs. Der Navigationscontainer liegt immer unter dem content-container.
Das ganze sieht dann so aus:


Schauts euch mal bitte an ich vermute mal irgendetwas mit position und overflow, aber ich komm einfach nicht drauf.

CSS-Code

Quellcode

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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
/* - MISC STYLE - */


* {

margin: 0px;
padding: 0px;

}
 
html {


text-align: center;
width: 100%;
height: 100%;

}

@font-face {


font-family: caviardreams;
src: url(../font/caviardreams_bold.ttf);

}

body {

width: 100%;
background:#fff url(../images/bg.jpg) repeat-x;
font-size: 14px;
line-height: 18px;
font-family: "caviardreams" "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
margin: 0px auto;
text-align: left;
height: 100%;

}

td {

font-size: 11px;
line-height: 18px;
font-family: "caviardreams" "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";

}

ul {

margin: 0px;
padding: 0px;

}

li {

list-style: none;

}

form {

margin: 0px;
padding: 0px;

}

img {

border: none;

}

#cleaner {

clear: both;
height: 0px;
font-size: 0px;
display: block;
width: 100%;

}

a {

color: #ffffff;
text-decoration: none;

}

a:hover {

color: #ffffff;
text-decoration: underline;

}


/* - CONTAINER - */


#container {

width: 960px;
position: relative;
height: auto !important;
background-color: #ffffff; 
margin: 30px auto 20px auto;
border: 1px solid #000;

}


#head {

height: 80px;
background: #45484C;
border-bottom: 1px solid #000;

}

/* - CLAIM - */


#claim {

color: #ffffff;
text-align: left;
padding: 20px 0px 0px 30px;
float: left;

}


/* - SUCHE - */

#suche {

text-align: right;
padding: 20px 30px 0px 0px;

}

#suche a {

float: right;
position: absolute;
right: 200px;
font-size: 17px;

}

#suche form input.button {


background: url('../images/suche.png') no-repeat;
width: 12px;
height: 9px;
padding: 0px;
margin: 0px;
border: none;
font-size: 0px;
cursor: pointer;
font-family: "Verdana";
position: absolute;
right: 15px;
top: 25px;

}

/* - HEADER - */


#header {

width: 100%;
height: 300px;
background: url(../images/header.jpg) no-repeat;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
overflow: hidden;
position: relative;
z-index: 1;
}

#header #date {

color: #ffffff;
z-index: 3;

}

#header #logo {

padding: 67px 0px 0px 5px;
z-index: 4;

}


/* - MENU - */


#header #menu {

width: 958px;
height: 40px;
margin-top: 27px;
padding: 0px;
overflow: visible;
position: relative;
font-size: 15px;
line-height: 40px;
z-index: 999;
background: url(../images/menu.png) repeat-x;
border: 1px solid #000;

}

#header #menu ul {

margin: 0px auto;
padding: 0px;
z-index: 999;

}

#header #menu ul li {

border-right: 2px solid #fff;
float: left;
list-style: none;
margin: 0px;
position: relative;
z-index:999;

}

#header #menu li {

display: inline;
list-style: none;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
z-index: 999;

}

#header #menu li a {

text-decoration: none;
height: 20px;
font-size: 15px;
color: #fff;
font-weight: bold;
padding: 30px;
z-index: 999;

}

#header #menu li a:hover {

text-decoration: underline;
font-size: 15px;
z-index: 999;

}

#header #menu li a.aktiv, #menu li a.aktiv:hover {

text-decoration: underline;
height: 20px;
font-size: 15px;
cursor:default;
z-index: 999;

}

/* - DROPDOWNMENU - */


#header #menu ul li ul {

visibility: hidden;
position: relative;
height: 20px;
width: 120px;
margin: 0px;
padding: 0px;

}

#header #menu ul li ul li {

height: 20px;
border: none;
margin: 0px;
padding: 0px;

}

#header #menu ul li:hover ul, #menu ul a:hover ul {

visibility: visible;
z-index: 999;

}

#header #menu ul li ul li a {

width: 120px;
height: 20px;
border: 1px solid #000;
display: block;
padding: 0px;
text-decoration: none;
line-height: 20px;
font-size: 15px;
color: #fff;
background: #959595;
margin: 0px;
z-index: 999;

}

#header #menu ul li ul li a:hover {

color: #0060CB;

}

#header #menu ul li ul li a.aktiv, #menu ul li ul li a.aktiv:hover {

color: #0060CB;

}

/* - CONTENT - */


#content {

width: 960px;
margin: 0px;
padding: 0px;
text-align: left;
overflow: hidden;
background: #45484C;
color: #fff;

}


/* - CMS CONTENT - */


#content #text {

width: 730px;
min-height: 340px;
margin: 0px;
padding:  20px 35px 35px 20px;
text-align: justify;
background: transparent;
color: #fff;
float: left;
line-height: 22px;

}


/* - HTML ELEMENT STYLESHEET - */


#content #text h1 { 

font-size: 15px;
font-weight: bold;
margin: 0px 0px 15px 0px;
color: #fff;
font-family: "caviardreams" "Arial";
text-transform: uppercase;
letter-spacing: 0px;

}

#content #text h2 { 

font-size: 13px;
font-weight: bold;
margin: 0px 0px 15px 0px;
color: #fff;
font-family: "Arial";
text-transform: none;
letter-spacing: 0px;

}

#content #text h3 { 

font-size: 11px;
font-weight: bold;
margin: 0px 0px 5px 0px;
color: #fff;
font-family: "Verdana";
letter-spacing: 0px;

}

#content #text h4 { 

font-size: 11px;
font-weight: bold;
margin: 0px 0px 0px 0px;
color: #fff;
font-family: "Verdana";
letter-spacing: 0px;

}

#content #text p {

margin: 0px 0px 15px 0px;

}

#content #text hr {
     
border-top: 1px solid #D7D7D7;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
margin: 0px 0px 15px 0px;
height: 2px;

}

#content #text a {

color: #fff;
text-decoration: underline;

}

#content #text a:hover {

color: #fff;
text-decoration: underline;

}

#content #text ul {

margin: 0px 0px 0px 15px;

}

#content #text ul li {

list-style: square;
line-height: 22px;

}

#content #text ul li ul li {

list-style: square;
line-height: 22px;
margin: 0px 0px 0px 5px;

}


/* - FOOTER - */


#footer {

width: 960px;
height: 40px;
background: url(../images/footer.jpg) repeat-x;
margin: 0px auto 0px auto;
padding: 0px;
overflow: visible;
line-height: 10px;
color: #fff;
font-size: 10px;
border-top: 1px solid #000;

}

#footer #seitenanfang a.seitenanfang {

text-align: left;
padding: 0px 0px 0px 20px;
}

#footer #footercontent {

text-align: right;
}

#footer #footercontent a {

text-decoration: underline;

}

#footer #footercontent a:hover {



}

#footer #footercontent a.w3b {

text-decoration: underline;

}

#footer #footercontent a:hover.w3b {



}


HTML-Code

Quellcode

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
94
95
96
97
98
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">

<head>

<?php page_header(); ?>

</head>

<body id="top">

    <div id="container">

            <div id="head">

                    <div id="claim">

                            <?php page_claim(); ?>

                    </div>

                    <div id="suche">

                           <a href="http://127.0.0.1/cms/index.php?seite=7.impressum">Impressum</a>
                           <?php page_load_addon("suche"); ?>

                    </div>

            </div>

            <div id="header">

                    <div id="date">

                               <?php page_datum(); ?>

                    </div>

                    <div id="logo">

                            <?php page_logo(); ?>

                    </div>

                    <div id="menu">

                     <?php page_dropdown("0"); ?>

                     </div>

            </div>

            <div id="content">

                                    <div id="text">

                                            <?php page_content(); ?>

                                    </div>

           </div>




           <div id="footer">


                    <table width="100%" border="0" cellpadding="0" cellspacing="2">
                     <tr>
                      <td><div id="seitenanfang">

                            <a href="#top" title="Zum Seitenanfang scrollen">▲ TOP</a>
                            <br /><?php page_counter(); ?>

                    </div></td>
                      <td><div id="footercontent">

                            <?php page_footer(); ?>

mfg mindhunter

                    </div></td>
                     </tr>
                    </table>







            </div>

         </div>

</body>
</html>

Werbung

2

Montag, 31. Mai 2010, 18:08

Das kannst du mit z-index lösen

Gruss
mantis

Werbung

3

Montag, 31. Mai 2010, 18:09

Das kannst du mit z-index lösen, allerdings ist Die anweisung unvollständig

Gruss
mantis

Werbung

4

Montag, 31. Mai 2010, 18:56

Danke für die Antwort aber am z-index liegt es nicht, dass hatte ich schon ausprobiert.

Werbung

emet

Admin & Support

  • »emet« ist männlich

Beiträge: 2 530

Wohnort: Rhein/Main

Paypal:

  • Nachricht senden

5

Dienstag, 1. Juni 2010, 12:59

Vergleiche bitte deinen Code mit dem des DesertStorm-Templates, dann wirst du Lösungen finden.
.
HTML, was ist das? Ein neues Männermagazin? Css.., was es so alles gibt!

News: http://www.cms2day.de/news/1/
Features: http://www.cms2day.de/cms-funktionen/

Zufrieden mit cms2day und unserer Arbeit/Support - Spenden (-Button links) sind herzlich Willkommen - Dankeschön.
.

Werbung

6

Donnerstag, 3. Juni 2010, 14:07

Ok, habs hinbekommen danke für den Tipp. :thumbup:

Werbung