Suche im Forum:
Suchen


Autor Nachricht
Beitrag10.11.2011 um 17:46 (UTC)    
Titel: Menü

hallo,
kann mir jemand ein track and drop down menü für meine seite erstellen ?
es gibt bereits einen code für so ein menü in diesem forum, aber ich möchte keines auf meiner seite einfügen sonder das vorhandene menü in ein track and drop down menü verwandeln.



Code:
Zitat:
<div id="templatemo_header_panel">
<div id="templatemo_title_section">
<h1>Kinomagazin</h1>
Das Magazin für Fernsehen, Kino und Serien.</div>
</div>
<!-- end of templatemo header panel -->
<div id="templatemo_menu_panel">
<div id="templatemo_menu_section">
<ul>
<li><a href="http://kinomagazin.de.tl/News.htm">News</a></li>
<li><a href="#">Kino</a></li>
<li><a href="#">DVD</a></li>
<li><a href="#">Serien</a></li>
<li><a href="#">Archiv</a></li>
<li><a href="#">Community</a></li>
</ul>
</div>
</div>
<!-- end of menu -->
<div id="templatemo_content_container">
<div id="templatemo_content">
<div id="templatemo_content_left">
<div class="templatemo_post_wrapper">
<div class="templat

Beitrag10.11.2011 um 23:20 (UTC)    
Titel:

Hallo,

da du jemanden suchst, der dein Menü umcodet, verschiebe ich nach ich suche.
______________
mfg
o-4-n

"If you’re incompetent, you can’t know you’re incompetent." - [David Dunning]

*** Die Suchfunktion ist KEINE tödliche Krankheit! ***

Eventplanung, Equipment, Zeltverleih, Catering


Zuletzt bearbeitet von o-4-n am 11.11.2011, 02:19, insgesamt einmal bearbeitet
Beitrag11.11.2011 um 12:53 (UTC)    
Titel: Re: Menü

pennergame-informationen hat Folgendes geschrieben:
track and drop down menü

Sorry, was für ein Teil?
Drag&Drop oder doch eher Drop-Down?

Dein Menü ist vertikal angeordnet, also willst du, dass wenn man mit der Maus über einen Menüpunkt fährt die zugehörigen Unterseiten nach unten ausklappen?
______________
- Signatur vom Mod Team angepasst -
Bitte keine Werbung für fremde Projekte

=> Das ist sehr schade. Ich habe mich hier im Forum über viele Jahre engagiert und einfach meine Signatur zu verändern zeugt von mangelnder Wertschätzung für meine Beiträge, die einzig den Nutzern des Homepage-Baukastens zugute kamen. Spätestens mit der Reduzierug auf max. 10 Unterseiten* sind die guten Zeiten des Baukastens ohnehin vorbei und die einst große Gremeinschaft im Forum hat sich längst aufgelöst. Nun bin ich hier offenbar auch nicht länger erwünscht. Bleibt mir nur lebewohl zu sagen, es waren schöne 14 Jahre und der Baukasten hat mir immer viel Spass gemacht - machts gut und eventuell trifft man sich ja doch nochmal an anderer Stelle im Internet. (07.06.2020)
* mittlerweile sogar nur noch 5
Beitrag12.11.2011 um 15:58 (UTC)    
Titel:

Zitat:
Dein Menü ist vertikal angeordnet, also willst du, dass wenn man mit der Maus über einen Menüpunkt fährt die zugehörigen Unterseiten nach unten ausklappen?


genau so .
sorry, habe mich etwas doof ausgedrückt.
Beitrag15.11.2011 um 16:59 (UTC)    
Titel:

CSS-Code:

Zitat:
#extraDiv1 {display: none;}
#extraDiv2 {display: none;}
#extraDiv3 {display: none;}
#extraDiv4 {display: none;}
#extraDiv5 {display: none;}
#extraDiv6 {display: none;}
#pre_header {display: none;}
#post_header {display: none;}
#pre_content {display: none;}
#nav_heading{display: none;}
#nav{display: none;}
div.header{display: none;}
h1#title{display: none;}
h2#title span {display: none;}

td[height="102"] {
position:absolute;
left:50%;
margin-left:-384px; }


/*
CSS Credit: http://www.templatemo.com/
*/

body {
margin: 0;
padding: 0;
line-height: 1.5em;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #1a0d00;
background: #0C0600;
}

a:link, a:visited { color: #990000; text-decoration: none; }
a:active, a:hover { color: #000000; text-decoration: underline; }

h1 {
margin: 0px;
padding: 10px;
font-size: 60px;
color: #000000;;
}

h2 {
margin: 0 0 15px 0;
padding: 0 0 10px 0;
font-size: 20px;
color: #dbc1a7;
border-bottom: 1px dotted #663e17;
}

h3 {
margin: 0 0 15px 0;
padding: 0 0 10px 0;
font-size: 20px;
color: #a6703c;
border-bottom: 1px dotted #663e17;
}

p {
margin: 0px;
padding: 0 0 10px 0;
text-align: justify;
}

.cleaner {
clear: both;
width: 100%;
height: 1px;
}

/* ----- Form ----- */

form{
margin: 0px;
padding: 0px;
width: 100%;
text-align: right;
}

.inputfield{
background: #ffffff;
border: 1px solid #c9f5f6;
color: #000;
font-size: 13px;
font-variant: normal;
height: 14px;
line-height: normal;
padding: 4px;
margin-bottom: 5px;
width: 240px;
}

.button{
width: 60px;
height: 25px;
}

/* end of form */


#templatemo_header_panel{
width:100%;
margin: 0 auto;
background-color: #0c0600;
color: #FFFFFF;
height: 205px;
}

#templatemo_header_panel #templatemo_title_section{
width: 960px;
height: 132px; /* +73 ( padding ) */
margin:0 auto;
padding-top: 73px;
background: url(http://img.webme.com/pic/h/hpbk-templateworld/594313.jpg) center top no-repeat;
text-align: center;
}

#templatemo_menu_panel{
width:100%;
height: 45px;
margin: 0 auto;
background: url(http://img.webme.com/pic/h/hpbk-templateworld/594314.gif) repeat-x;
color: #ffffff;
}

#templatemo_menu_panel #templatemo_menu_section{
width: 930px;
height: 45px;
margin:0 auto;
padding: 0 0 0 30px;
color: #03a0a6;
}

#templatemo_menu_section ul {
float: left;
width: 930px;
margin: 0;
padding: 7px 0 0 0;
list-style: none;
}

#templatemo_menu_section ul li{
display: inline;
}

#templatemo_menu_section ul li a{
float: left;
width: 110px;
padding: 5px 0;
margin-right: 5px;
font-size: 12px;
font-weight: bold;
text-align: center;
text-decoration: none;
color: #ffffff;
border-bottom: 3px solid #472400;
}

#templatemo_menu_section li a:hover, #templatemo_menu_section li .current{
color: #ffffff;
border-bottom: 3px solid #703901;
}
/* end of menu */

/* content panel */
#templatemo_content_container {
overflow: hidden;
height: 100%;
width:100%;
margin: 0 auto;
background: url(http://img.webme.com/pic/h/hpbk-templateworld/594315.gif) repeat;
}

#templatemo_content_container #templatemo_content{
width: 930px;
padding: 15px 0 0 30px;
margin:0 auto;
}

#templatemo_content_left {
float: left;
width: 600px;
margin: 0px;
margin-bottom: 15px;
}

#templatemo_content_right {
float: right;
width: 300px;
margin-bottom: 15px;
color: #dbc1a7;
background: #000000 url(http://img.webme.com/pic/h/hpbk-templateworld/594316.jpg) repeat-y;
}

#templatemo_content_left .templatemo_post_wrapper {
clear: both;
width: 590px;
background: url(http://img.webme.com/pic/h/hpbk-templateworld/594317.gif) repeat;
border: 5px solid #3b3023;
margin-bottom: 15px;
}

#templatemo_content_left .templatemo_post {
width: 530px;
padding: 25px 30px 0 30px;
background: url(http://img.webme.com/pic/h/hpbk-templateworld/594318.gif) top center no-repeat;

}

* html #templatemo_content_left .templatemo_post {
margin-bottom: 5px;
}

.templatemo_post .post_title{
width: 100%;
margin: 0px;
padding: 5px 0;
font-size: 26px;
font-weight: bold;
color: #1a0d00;
}

.templatemo_post .post_info{
width: 100%;
padding: 0 0 10px 0;
border-bottom: 1px solid #333333;
margin-bottom: 15px;
}

.templatemo_post .post_body{
width: 100%;
}

.templatemo_post .post_body img{
margin-bottom: 15px;
}

.templatemo_post .post_comment{
width: 100%;
padding: 5px 0;
font-weight: bold;
}

#templatemo_content_right .templatemo_right_section{
clear: both;
display:inline-block;
width: 250px;
color: #bd8956;
padding: 15px 15px 10px 15px;
margin-bottom: 10px;
border-bottom: 1px solid #684018;
}

#templatemo_content_right .templatemo_right_section form{
padding: 0 0 15px 0;
}

#templatemo_content_right .templatemo_right_section ul{
clear: both;
margin: 0 0 0 15px;
padding: 0px;
}

#templatemo_content_right .templatemo_right_section ul li{
margin: 0 0 5px 0;
}

#templatemo_content_right .templatemo_right_section ul li a {
color: #dbc1a7;
}

#templatemo_bottom_panel{
width:100%;
margin: 0 auto;
border-top: 5px solid #000000;
background-color: #0c0600;
}

#templatemo_bottom_panel #templatemo_bottom_section{
width: 930px;
margin:0 auto;
height: 150px;
background: #0c0600 url(http://img.webme.com/pic/h/hpbk-templateworld/594319.jpg) center top no-repeat;
padding: 30px 0 15px 30px;
}

#templatemo_bottom_section .templatemo_bottom_section_content {
display: inherit;
float: left;
width: 270px;
padding-right: 20px;
margin-left: 10px;
margin-bottom: 15px;
color: #dbc1a7;
}

#templatemo_bottom_section .templatemo_bottom_section_content ul{
margin: 0 0 0 10px;
padding: 0 0 5px 10px;
}

#templatemo_bottom_section .templatemo_bottom_section_content li a{
color: #dbc1a7;
}

#templatemo_footer_panel{
width:100%;
margin: 0 auto;
background-color: #000000;
color: #ffffff;
}

#templatemo_footer_panel #templatemo_footer_section{
width: 960px;
margin:0 auto;
text-align: center;
padding: 15px;
}

#templatemo_footer_panel #templatemo_footer_section a {
color:#dbc1a7;
}
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de