Suche im Forum:
Suchen


Autor Nachricht
Beitrag13.02.2007 um 13:39 (UTC)    
Titel:

Wo muss ich den Code eingeben?
Beitrag13.02.2007 um 13:45 (UTC)    
Titel:

bei text über dem design
Beitrag13.02.2007 um 14:59 (UTC)    
Titel:

stuntvideos hat Folgendes geschrieben:
nee ich hab noch ne frage.ich habe ja die 2 videos unter der navi mit diesem code eingefügt
Zitat:

<style type="text/css">
<!--
table.impressum{
width: 175px;
height: 200px;
position: absolute;
left: 5px;
top: 600px;
padding-left: 24px;
}
table.impressum td{color: #FFFFFF;}
-->
</style>
<table class="impressum">
<tr>
<td>
text

</td>
</tr>
</table>
jetzt will ich ja noch die neue navi einfügen und zwar im header,wofür ich wieder diesen code verwenden muss.was muss ich dann ändern damit ich verschiedene dinge mit einem code an verschiedene stellen bekomme?ich habe nämlich den code ein zweites mal eingefügt mit der navi,dann hat es den code einfach über dem design angezeigt.


Für eine zweite Überdeckung musst Du das Rote ändern und für die Positionierung das Blaue.
Beitrag13.02.2007 um 15:09 (UTC)    
Titel:

ja es geht aber lies mal bitte das prob danach.da komm ich nicht weiter.
Beitrag13.02.2007 um 16:18 (UTC)    
Titel:

stuntvideos hat Folgendes geschrieben:
noch ein problem.ich habe jetzt mal die navi in diesem code alleine getestet.ich wollte die lage verändern,indm ich left und top veränderte.in der seitlichen richtung kann ich die leiste verändern,aber in der höhe nicht.an was könnte das liegen?


Welches von den Scripten meinst Du denn jetzt genau?
Beitrag14.02.2007 um 17:55 (UTC)    
Titel:

Code:
<style type="text/css">
<!--
table.impressum{
width: 175px;
height: 200px;
position: absolute;
left: 5px;
top: 600px;
padding-left: 24px;
}
table.impressum td{color: #FFFFFF;}
-->
</style>
<table class="impressum">
<tr>
<td>
text

</td>
</tr>
</table>
jetzt will ich ja noch die neue navi einfügen und zwar im header,wofür ich wieder diesen code verwenden muss.was muss ich dann ändern damit ich verschiedene dinge mit einem code an verschiedene stellen bekomme?ich habe nämlich den code ein zweites mal eingefügt mit der navi,dann hat es den code einfach über dem design angezeigt.
coolplace    
BeitragVerfasst am: 12 Feb 2007 20:02    Titel:
Kann ich das als erledigt ansehen?
stuntvideos    
BeitragVerfasst am: 12 Feb 2007 20:00    Titel:
so hier ist der richtige,falls andere ihn auch benutzen wollen
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-script-type" content="text/javascript">
<meta http-equiv="content-style-type" content="text/css">
<title>Foldoutmenue Horizontal</title>

<style type="text/css" media="screen">
<!--
body
{
   font-family: Verdana, sans-serif;
   font-size: 14px;
   overflow: auto;
   padding: 10px;
   margin: 0px;
}

ul, li
{
   list-style-type: none;
   padding: 0px;
   margin: 0px;
}

.menu
{
   position: absolute;
   z-index: 3;
   top: 10px;
}

.menu li
{
   width: 140px;
   float: left;
}

.menu a
{
   border: 1px solid #888;
   background-color: #fff;
   text-decoration: none;
   text-align: center;
   font-weight: bold;
   cursor: default;
   margin: 0px 2px;
   display: block;
   height: 20px;
   color: #000;
}

.menu a:hover
{
   background-color: #ccc;
}

#smenu1, #smenu2, #smenu3, #smenu4
{
   font-size: 12px;
   display: none;
   width: 140px;
   float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a
{
   font-weight: normal;
   padding-top: 2px;
   border-top: 0px;
   cursor: pointer;
}
//-->
</style>

<script type="text/javascript">
<!--
function montre(id)
{
   with (document)
   {
      if (getElementById)
         getElementById(id).style.display = 'block';
      else if (all)
         all[id].style.display = 'block';
      else
         layers[id].display = 'block';
   }
}

function cache(id)
{
   with (document)
   {
      if (getElementById)
         getElementById(id).style.display = 'none';
      else if (all)
         all[id].style.display = 'none';
      else
         layers[id].display = 'none';
   }
}
//-->
</script>

</head>
<body>

<div class="menu">
  <ul>
    <li><a href="javascript:void(0);" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">Medien</a>
      <ul id="smenu1" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">
        <li><a href="">Subkategorie 1.1</a></li>
        <li><a href="">Subkategorie 1.2</a></li>
        <li><a href="">Subkategorie 1.3</a></li>
      </ul>
    </li>

    <li><a href="javascript:void(0);" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">Sonstiges</a>
      <ul id="smenu2" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">
        <li><a href="">Subkategorie 2.1</a></li>
        <li><a href="">Subkategorie 2.2</a></li>
      </ul>
    </li>

    <li><a href="javascript:void(0);" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">Webmaster</a>
      <ul id="smenu3" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">
        <li><a href="">Subkategorie 3.1</a></li>
        <li><a href="">Subkategorie 3.2</a></li>
        <li><a href="">Subkategorie 3.3</a></li>
        <li><a href="">Subkategorie 3.4</a></li>
        <li><a href="">Subkategorie 3.5</a></li>
      </ul>
    </li>

    <li><a href="javascript:void(0);" onmouseover="montre('smenu4');" onmouseout="cache('smenu4');">Menu 4</a>
      <ul id="smenu4" onmouseover="montre('smenu4');" onmouseout="cache('smenu4');">
        <li><a href="">Subkategorie 4.1</a></li>
        <li><a href="">Subkategorie 4.2</a></li>
        <li><a href="">Subkategorie 4.3</a></li>
      </ul>
    </li>
  </ul>
</div>

</body>
</html>
diesen Wink
Beitrag14.02.2007 um 20:16 (UTC)    
Titel:

Zitat:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-script-type" content="text/javascript">
<meta http-equiv="content-style-type" content="text/css">
<title>Foldoutmenue Horizontal</title>

<style type="text/css" media="screen">
<!--
body
{
font-family: Verdana, sans-serif;
font-size: 14px;
overflow: auto;
padding: 10px;
margin: 0px;
}

ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

.menu
{
position: absolute;
z-index: 3;
top: 100px;
left: 60px;

}

.menu li
{
width: 140px;
float: left;
}

.menu a
{
border: 1px solid #888;
background-color: #fff;
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: default;
margin: 0px 2px;
display: block;
height: 20px;
color: #000;
}

.menu a:hover
{
background-color: #ccc;
}

#smenu1, #smenu2, #smenu3, #smenu4
{
font-size: 12px;
display: none;
width: 140px;
float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a
{
font-weight: normal;
padding-top: 2px;
border-top: 0px;
cursor: pointer;
}
//-->
</style>

<script type="text/javascript">
<!--
function montre(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'block';
else if (all)
all[id].style.display = 'block';
else
layers[id].display = 'block';
}
}

function cache(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'none';
else if (all)
all[id].style.display = 'none';
else
layers[id].display = 'none';
}
}
//-->
</script>

</head>
<body>

<div class="menu">
<ul>
<li><a href="javascript:void(0);" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">
Medien</a>
<ul id="smenu1" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">
<li><a href="">Subkategorie 1.1</a></li>
<li><a href="">Subkategorie 1.2</a></li>
<li><a href="">Subkategorie 1.3</a></li>
</ul>
</li>

<li><a href="javascript:void(0);" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">
Sonstiges</a>
<ul id="smenu2" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">
<li><a href="">Subkategorie 2.1</a></li>
<li><a href="">Subkategorie 2.2</a></li>
</ul>
</li>

<li><a href="javascript:void(0);" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">
Webmaster</a>
<ul id="smenu3" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">
<li><a href="">Subkategorie 3.1</a></li>
<li><a href="">Subkategorie 3.2</a></li>
<li><a href="">Subkategorie 3.3</a></li>
<li><a href="">Subkategorie 3.4</a></li>
<li><a href="">Subkategorie 3.5</a></li>
</ul>
</li>

<li><a href="javascript:void(0);" onmouseover="montre('smenu4');" onmouseout="cache('smenu4');">
Menu 4</a>
<ul id="smenu4" onmouseover="montre('smenu4');" onmouseout="cache('smenu4');">
<li><a href="">Subkategorie 4.1</a></li>
<li><a href="">Subkategorie 4.2</a></li>
<li><a href="">Subkategorie 4.3</a></li>
</ul>
</li>
</ul>
</div>

</body>
</html>


So kannst Du das Menü frei verschieben. Wenn es nicht auf Anhieb klappt, kannst Du mal versuchen,
Zitat:
<head>, </head>, <body> und </body>
herauszunehmen Wink
Beitrag15.02.2007 um 14:51 (UTC)    
Titel:

dann muss ich diesen anderen code zum positionieren gar nicht verwenden?
Beitrag15.02.2007 um 14:53 (UTC)    
Titel:

jaaaaaa es geht!!^^ endlich!

vielen vielen dank!

du bist echt super Wink
Beitrag15.02.2007 um 14:54 (UTC)    
Titel:

Gern geschehen Wink
Danke für das Kompliment.
Jetzt darf ich schließen?
Beitrag15.02.2007 um 15:58 (UTC)    
Titel:

ja alles klar.

bitte +closen+
Beiträge der letzten Zeit anzeigen:   


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