mediengestalter.info
FAQ :: Mitgliederliste :: MGi Team

Willkommen auf dem Portal für Mediengestalter

Aktuelles Datum und Uhrzeit: Fr 26.04.2024 23:59 Benutzername: Passwort: Auto-Login

Thema: Pull-Down-Menü in HP einbinden vom 03.11.2007


Neues Thema eröffnen   Neue Antwort erstellen MGi Foren-Übersicht -> Software - Nonprint -> Pull-Down-Menü in HP einbinden
Autor Nachricht
gFreak
Threadersteller

Dabei seit: 03.11.2007
Ort: Gorxheimertal
Alter: -
Geschlecht: Männlich
Verfasst Sa 03.11.2007 14:32
Titel

Pull-Down-Menü in HP einbinden

Antworten mit Zitat Zum Seitenanfang

Hey ich brauche unbedingt Hilfe!

Ich arbeite jetzt schon Wochen lang an einem Pull Down Menü rum!

Das Design sieht folgender Maßen aus: PA_Design


Mit Pull Down menü soll es dann folgendermaßen aussehen: PA_Design


Hier ist der HTML-Code der HP ohne Pull-Down-Menü-Code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Loosmann-GmbH</title>
</head>

<body>
<div align="center">
<table width="0" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="13"><img src="file:///C|/Dokumente%20und%20Einstellungen/Anna/Desktop/Bilder_HP/index_01.jpg" width="500" height="190"></td>
</tr>
<tr>
<td colspan="13"><img src="file:///C|/Dokumente%20und%20Einstellungen/Anna/Desktop/Bilder_HP/index_02.jpg" width="500" height="13"></td>
</tr>
<tr>
<td width="5"><img src="file:///C|/Dokumente%20und%20Einstellungen/Anna/Desktop/Bilder_HP/index_03.jpg" width="5" height="25"></td>
<td width="82"><img src="file:///C|/Dokumente%20und%20Einstellungen/Anna/Desktop/Bilder_HP/index_04.jpg" width="82" height="25"></td>
<td width="5"><img src="file:///C|/Dokumente%20und%20Einstellungen/Anna/Desktop/Bilder_HP/index_05.jpg" width="5" height="25"></td>
<td width="83"><img src="file:///C|/Dokumente%20und%20Einstellungen/Anna/Desktop/Bilder_HP/index_06.jpg" width="83" height="25"></td>
<td width="5"><img src="file:///C|/Dokumente%20und%20Einstellungen/Anna/Desktop/Bilder_HP/index_07.jpg" width="5" height="25"></td>
<td width="91"><img src="file:///C|/Dokumente%20und%20Einstellungen/Anna/Desktop/Bilder_HP/index_08.jpg" width="91" height="25"></td>
<td width="5"><img src="file:///C|/Dokumente%20und%20Einstellungen/Anna/Desktop/Bilder_HP/index_09.jpg" width="5" height="25"></td>
<td width="75"><img src="file:///C|/Dokumente%20und%20Einstellungen/Anna/Desktop/Bilder_HP/index_10.jpg" width="75" height="25"></td>
<td width="5"><img src="file:///C|/Dokumente%20und%20Einstellungen/Anna/Desktop/Bilder_HP/index_11.jpg" width="5" height="25"></td>
<td width="65"><img src="file:///C|/Dokumente%20und%20Einstellungen/Anna/Desktop/Bilder_HP/index_12.jpg" width="65" height="25"></td>
<td width="5"><img src="file:///C|/Dokumente%20und%20Einstellungen/Anna/Desktop/Bilder_HP/index_13.jpg" width="5" height="25"></td>
<td width="69"><img src="file:///C|/Dokumente%20und%20Einstellungen/Anna/Desktop/Bilder_HP/index_14.jpg" width="69" height="25"></td>
<td width="5"><img src="file:///C|/Dokumente%20und%20Einstellungen/Anna/Desktop/Bilder_HP/index_15.jpg" width="5" height="25"></td>
</tr>
<tr>
<td colspan="13"><img src="file:///C|/Dokumente%20und%20Einstellungen/Anna/Desktop/Bilder_HP/index_16.jpg" width="500" height="445"></td>
</tr>
<tr>
<td colspan="13"><img src="file:///C|/Dokumente%20und%20Einstellungen/Anna/Desktop/Bilder_HP/index_17.jpg" width="500" height="27"></td>
</tr>
</table>
</div>
</body>
</html>


Hier ist der HTML-Code für das Pull-Down Menü:

<SCRIPT LANGUAGE="JavaScript">

function test(x) {
if (navigator.appName == 'Microsoft Internet Explorer')
x.blur();
}
function show_layer(x)
{
if(document.layers)
document.layers[x].visibility="show";
else
document.all[x].style.visibility="visible";
}
function hide_layer(x)
{
if(document.layers)
document.layers[x].visibility="hide";
else
document.all[x].style.visibility="hidden";
}
var old;
var memold;
var subold;

if(document.layers)
{
window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=do_out;
}
else
{
document.onmouseup=do_out;
}
function do_menu(x)
{
if(!old)
old=memold;
if(old!=x)
{
show_layer(x);
old=x;
} else
old="";
}
function do_check(x)
{
if(old && old!=x)
{
hide_layer(old);
show_layer(x);
old=x;
}
do_submenu();
}
function do_out()
{
if(old)
hide_layer(old);
memold=old; old="";
do_submenu();
}
function do_submenu(x)
{
if(subold)
{
hide_layer(subold);
subold="";
}
if(x)
{
show_layer(x);
subold=x;
}
}
function lade(seite) {
parent.pageFrame.location.href = seite;
}
// -->
</script>
<style>

.menu {
position: absolute;
top:0;
z-index: 2;
width: 91;
}
.submenu {position: absolute;top: 22;z-index: 1; visibility: hide;visibility: hidden;}

</style>


<!--------------------erstes menü--------------->
<div id="m1" class="menu" style="left:54px;top:194px;">
<table cellspacing=0 cellpadding=2 border=0 width=125>
<tr>
<td width=0"><font face=verdana,arial size=0>
<a href="javascript:do_menu('m1x')" onmouseover="do_check('m1x')" onclick="test(this);"><img src="Bilder/PA_Design_03.jpg" width="82" height="25"></a>
</tr>
</td>
</table>
</div>

<div id="m1x" class="submenu" style="left:56px;top:227px;">
<table cellspacing=0 cellpadding=2 border=0 width=125>
<tr>
<font face=verdana,arial size=0>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_03.jpg" width="82" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter1.jpg" width="82" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_03.jpg" width="82" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter1.jpg" width="82" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_03.jpg" width="82" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter1.jpg" width="82" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_03.jpg" width="82" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter1.jpg" width="82" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_03.jpg" width="82" height="16"></a><br>
</tr>
</td>
</table>
</div>
<table cellspacing=0 cellpadding=2 border=0 width=125>
<tr>
<div id="m11x" class="submenu" style="left:280;top:320;z-index: 1;visibility: hide;visibility: hidden;">
<font face=verdana,arial size=2><br>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> D</a><font color="black"> ] </font>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> E</a><font color="black"> ] </font>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> F</a><font color="black"> ] </font>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> G</a><font color="black"> ] </font>
</tr>
</td>
</table>
</div>

<!---------------------zweites Menü----------------------->
<div id="m2" class="menu" style="left:147px;top:196px;">
<table cellspacing=0 cellpadding=2 border=0 width=125>
<tr>
<font face=verdana,arial size=2>
<a href="javascript:do_menu('m2x')" onmouseover="do_check('m2x')" onclick="test(this);"><img src="Bilder/PA_Design_05.jpg" width="82" height="25"></a>
</tr>
</td>
</table>
</div>

<div id="m2x" class="submenu" style="left:147px;top:227px;">
<table cellspacing=0 cellpadding=2 border=0 width=125>
<tr>
<font face=verdana,arial size=2>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_05.jpg" width="83" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter2.jpg" width="83" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_05.jpg" width="83" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter2.jpg" width="83" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_05.jpg" width="83" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter2.jpg" width="83" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_05.jpg" width="83" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter2.jpg" width="83" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_05.jpg" width="83" height="16"></a><br>
</tr>
</td>
</table>
</div>
<table cellspacing=0 cellpadding=2 border=0 width=125>
<tr>
<div id="m2x" class="submenu" style="left:54;top:225;z-index: 1;visibility: hide;visibility: hidden;">
<font face=verdana,arial size=2><br>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> D</a><font color="black"> ] </font>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> E</a><font color="black"> ] </font>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> F</a><font color="black"> ] </font>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> G</a><font color="black"> ] </font>
</tr>
</td>
</table>
</div>

<!-----------------drittes Menü---------------------->
<div id="m3" class="menu" style="left:238px;top:196px;">
<table cellspacing=0 cellpadding=2 border=0 width=125>
<tr>
<font face=verdana,arial size=2>
<a href="javascript:do_menu('m3x')" onmouseover="do_check('m3x')" onclick="test(this);"><img src="Bilder/PA_Design_07.jpg" width="91" height="25"></a>
</tr>
</td>
</table>
</div>

<div id="m3x" class="submenu" style="left:238;top:227;">
<table cellspacing=0 cellpadding=2 border=0 width=125>
<tr>
<font face=verdana,arial size=2>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_07.jpg" width="91" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter3.jpg" width="91" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_07.jpg" width="91" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter3.jpg" width="91" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_07.jpg" width="91" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter3.jpg" width="91" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_07.jpg" width="91" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter3.jpg" width="91" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_07.jpg" width="91" height="16"></a><br>
</tr>
</td>
</table>
</div>
<table cellspacing=0 cellpadding=2 border=0 width=225>
<tr>
<div id="m3x" class="submenu" style="left:411;top:194;z-index: 1;visibility: hide;visibility: hidden;">
<font face=verdana,arial size=2><br>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> D</a><font color="black"> ] </font>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> E</a><font color="black"> ] </font>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> F</a><font color="black"> ] </font>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> G</a><font color="black"> ] </font>
</tr>
</td>
</table>
</div>
<!---------------------viertes Menü----------------------->
<div id="m4" class="menu" style="left:338px;top:196px;">
<table cellspacing=0 cellpadding=2 border=0 width=125>
<tr>
<font face=verdana,arial size=2>
<a href="javascript:do_menu('m4x')" onmouseover="do_check('m4x')" onclick="test(this);"><img src="Bilder/PA_Design_09.jpg" width="75" height="25"></a>
</tr>
</td>
</table>
</div>

<div id="m4x" class="submenu" style="left:338;top:227;">
<table cellspacing=0 cellpadding=2 border=0 width=125>
<tr>
<font face=verdana,arial size=2>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_09.jpg" width="75" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter4.jpg" width="75" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_09.jpg" width="75" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter4.jpg" width="75" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_09.jpg" width="75" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter4.jpg" width="75" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_09.jpg" width="75" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter4.jpg" width="75" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_09.jpg" width="75" height="16"></a><br>
</tr>
</td>
</table>
</div>
<table cellspacing=0 cellpadding=2 border=0 width=225>
<tr>
<div id="m4x" class="submenu" style="left:581;top:194;z-index: 1;visibility: hide;visibility: hidden;">
<font face=verdana,arial size=2><br>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> D</a><font color="black"> ] </font>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> E</a><font color="black"> ] </font>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> F</a><font color="black"> ] </font>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> G</a><font color="black"> ] </font>
</tr>
</td>
</table>
</div>
<!---------------------fünftes Menü----------------------->
<div id="m5" class="menu" style="left:422px;top:196px;">
<table cellspacing=0 cellpadding=2 border=0 width=125>
<tr>
<font face=verdana,arial size=2>
<a href="javascript:do_menu('m5x')" onmouseover="do_check('m5x')" onclick="test(this);"><img src="Bilder/PA_Design_11.jpg" width="65" height="25"></a>
</tr>
</td>
</table>
</div>

<div id="m5x" class="submenu" style="left:422;top:227;">
<table cellspacing=0 cellpadding=2 border=0 width=125>
<tr>
<font face=verdana,arial size=2>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_11.jpg" width="65" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter5.jpg" width="65" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_11.jpg" width="65" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter5.jpg" width="65" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_11.jpg" width="65" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter5.jpg" width="65" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_11.jpg" width="65" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter5.jpg" width="65" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_11.jpg" width="65" height="16"></a><br>
</tr>
</td>
</table>
</div>
<table cellspacing=0 cellpadding=2 border=0 width=125>
<tr>
<div id="m5x" class="submenu" style="left:54;top:225;z-index: 1;visibility: hide;visibility: hidden;">
<font face=verdana,arial size=2><br>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> D</a><font color="black"> ] </font>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> E</a><font color="black"> ] </font>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> F</a><font color="black"> ] </font>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> G</a><font color="black"> ] </font>
</tr>
</td>
</table>
</div>

<!---------------------sechstes Menü----------------------->
<div id="m6" class="menu" style="left:496px;top:196px;">
<table cellspacing=0 cellpadding=2 border=0 width=125>
<tr>
<font face=verdana,arial size=2>
<a href="javascript:do_menu('m6x')" onmouseover="do_check('m6x')" onclick="test(this);"><img src="Bilder/PA_Design_13.jpg" width="69" height="25"></a>
</tr>
</td>
</table>
</div>

<div id="m6x" class="submenu" style="left:496;top:227;">
<table cellspacing=0 cellpadding=5 border=0 width=125>
<tr>
<font face=verdana,arial size=2>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_13.jpg" width="69" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter6.jpg" width="69" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_13.jpg" width="69" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter6.jpg" width="69" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_13.jpg" width="69" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter6.jpg" width="69" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_13.jpg" width="69" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter6.jpg" width="69" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_13.jpg" width="69" height="16"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/Platzhalter6.jpg" width="69" height="1"></a><br>
<a href="ihre.htm" TARGET="frame" onmouseover="do_submenu()"><img src="Bilder/PD_13.jpg" width="69" height="16"></a><br>
</tr>
</td>
</table>
</div>
<table cellspacing=0 cellpadding=5 border=0 width=125>
<tr>
<div id="m2x" class="submenu" style="left:54;top:225;z-index: 1;visibility: hide;visibility: hidden;">
<font face=verdana,arial size=2><br>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> D</a><font color="black"> ] </font>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> E</a><font color="black"> ] </font>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> F</a><font color="black"> ] </font>
<font color="black"> [ </font><a href="ihre.htm" TARGET="frame"> G</a><font color="black"> ] </font>
</tr>
</td>
</table>
</div>


Jedes Mal wenn ich diesen Code in die Hp einbinden möchte verschiebt sich alles!

Bitte helft mir!!!!!!!

MfG
gFreak
  View user's profile Private Nachricht senden
l3mon

Dabei seit: 26.07.2005
Ort: -5m
Alter: 58
Geschlecht: Männlich
Verfasst Sa 03.11.2007 15:01
Titel

Antworten mit Zitat Zum Seitenanfang

vlt. wär sowas besser geeignet für dich

klick
  View user's profile Private Nachricht senden
Anzeige
Anzeige
gFreak
Threadersteller

Dabei seit: 03.11.2007
Ort: Gorxheimertal
Alter: -
Geschlecht: Männlich
Verfasst Sa 03.11.2007 15:38
Titel

Antworten mit Zitat Zum Seitenanfang

Kenne mich mit CSS aber überhaupt nicht aus... Hab keine Ahnung was ich da machen soll!
Könntest du es mir vielleicht erklären?
  View user's profile Private Nachricht senden
EnterYourName

Dabei seit: 14.06.2007
Ort: Hamburg
Alter: 36
Geschlecht: Weiblich
Verfasst Sa 03.11.2007 15:57
Titel

Antworten mit Zitat Zum Seitenanfang

http://www.css4you.de ist hilfreich,
http://de.selfhtml.org da mal eben nach css gucken, ist auch sehr gut zum lernen.
  View user's profile Private Nachricht senden
rob

Dabei seit: 11.12.2003
Ort: ~/
Alter: 46
Geschlecht: Männlich
Verfasst So 04.11.2007 05:23
Titel

Antworten mit Zitat Zum Seitenanfang

Wo genau liegt denn das Problem?
Was genau hast du denn schon versucht? Welche Fehlermeldungen hast du bekommen?
Was ist passiert? Was hast du getan?

Oder sieht es so aus, daß du überhaupt keine Ahnung von der Sache hast und einfach jemanden suchst, der dir deine Website zusammenschraubt? Dann solltest du deine Frage dementsprechend stellen...

BTW: Wenn ich mir deinen Code ansehe, dann sieht das recht problematisch aus...

Das Pseudo- bzw. Un-Protokoll file:/// solltest du nicht verwenden.
Code:
<img src="file:///C|/Dokumente%20und%20Einstellungen/Anna/Desktop/Bilder_HP/index_01.jpg"

Das kann auch in gar keinen Fall funktionieren, wenn du deine Files auf deinen Webspace lädst.
Dort gibt es diese Pfade überhaupt nicht.
Arbeite am besten mit relativen Pfaden.

Dann erfordert das Image-Tag zwingend ein alt-Attribut. Du kannst es weglassen, aber darfst es nicht leer lassen, wenn du gültigen HTML-Code schreiben willst.

Zitat:
Hier ist der HTML-Code für das Pull-Down Menü:

Nein, das ist kein HTML-Code, sondern JavaScript-Code.
Das Attribut language im Script-Tag ist übrigens deprecated. Hier solltest du das type-Attribut einsetzen:
Code:
<script type="text/javascript">


Die Abfrage nach navigator.appName würde ich auch nicht empfehlen. Das ist nicht verläßlich. Du solltest lieber nach vorhandenen Eigenschaften fragen...
Und wenn ich den Code dann überfliege, dann sehe ich, daß du document.layers (alter Netscape) und document.all (alter MSIE) berücksichtigst, aber ich sehe nichts von document.getElementById (DOM-Methode für aktuelle Browser). Das sollte in jedem Fall eingebaut werden.

Dann weiter im HTML-Code:
Du verwendest Font-Tags, von deren Benutzung ich in jedem Fall abraten würde.
Warum arbeitest du hier nicht einfach mit CSS? An anderen Stellen kommt es ja auch zum Einsatz...

Dann solltest du alle HTML-Attribute in Double-Quotes fassen.
Und als letzte Schriftart solltest du immer eine generische Schriftfamilie angeben...

IDs müssen - wie der Name schon sagt - immer eindeutig sein. Eine ID darf innerhalb einer Datei niemals mehrfach vergeben werden, was du allerdings tust.
Da darf man sich dann nicht wundern, wenn das zu Problemen führt.


Zitat:
Jedes Mal wenn ich diesen Code in die Hp einbinden möchte verschiebt sich alles!

Das ist keine brauchbare Fehlerbeschreibung!
In welchem Browser tritt diese "Verschiebung" auf? In jedem Browser? In jeder Version?
Was genau verschiebt sich denn?
Wie sollte es denn aussehen?

Zitat:
Bitte helft mir!!!!!!!

Ich würde als erstes dazu raten, einen Validator einzusetzen und validen, fehlerfreien HTML-Code zu basteln.
Wenn dort keine Fehler mehr zu finden sind und deine Probleme dann noch immer auftreten, kann man mal weitersehen und überlegen, wo das Problem liegen könnte.
  View user's profile Private Nachricht senden
 
Ähnliche Themen Pull down menü Hilfe benötigt
Pull-Down Menü geht nicht im IE ***HILFE!
Pull-Down als Auswahlmenü
wie erstelle ich diesen menü effekt bzw. das gesammte menü?
CSS Menü - Finde nicht das richtige Menü
PDF Einbinden?
Neues Thema eröffnen   Neue Antwort erstellen
MGi Foren-Übersicht -> Software - Nonprint


Du kannst keine Beiträge in dieses Forum schreiben.
Du kannst auf Beiträge in diesem Forum nicht antworten.
Du kannst an Umfragen in diesem Forum nicht mitmachen.