ja ich habs etz auch in pixel angegeben:
Zitat<frameset cols="340,*" bordercolor="'000000">
funktioniert einwandfrei
ja ich habs etz auch in pixel angegeben:
Zitat<frameset cols="340,*" bordercolor="'000000">
funktioniert einwandfrei
noch nicht ka hätte wichtig sein können
Hier der code meiner navi leiste:
ZitatAlles anzeigen<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<title>Dynamische Navigationsleiste</title><style type="text/css">
/* Vertikale Navigation */
div#Tmenu {
font-size: 94%;
width: 10em;
padding: 0.8em;
border: 1px solid white;
background-color: #eee;
}
* html div#Tmenu {
width: 11.3em;
w\idth: 10em; /* (IE 6 in standards-compliant mode) */
}
ul#Navigation {
margin: 0; padding: 0;
text-align: center;
}ul#Navigation li {
list-style: none;
position: relative;
margin: 0.4em; padding: 0;
}
* html ul#Navigation li {
margin-right:1.5em; /* Platz fuer Link-Verbreiterung im IE reservieren */
margin-bottom:0;
}ul#Navigation li ul {
margin: 0; padding: 0;
position: absolute;
top: 0; left: 9.3em;
}
*:first-child+html ul#Navigation li ul {
left: 9em; /* (IE 7 in standards-compliant mode) */
}
ul#Navigation li ul li {
margin: 0; padding-left: 1.4em;
}ul#Navigation a, ul#Navigation span {
display: block;
width: 7em;
font-family: "Trebuchet MS", "Century Gothic", Helvetica, Arial, sans-serif;
text-decoration: none; font-weight: bold;
padding: 0.2em 1em;
border: 1px solid #900;
border-left-color: #c96; border-top-color: #c96;
color: white; background-color: #c00;
}
* html ul#Navigation a, * html ul#Navigation span {
width: 9em;
w\idth: 7em; /* (IE 6 in standards-compliant mode) */
}
ul#Navigation a:hover, ul#Navigation span, li a#aktuell:hover {
border-color: #c96;
border-left-color: #900; border-top-color: #900;
background-color: #e00;
}
li a#aktuell {
border-right-color: #300; border-bottom-color: #300;
background-color: #900;
}
ul#Navigation li ul span {
border-color: #900; border-left-color: #c96;
color: #900; background-color: white;
}
ul#Navigation li a:active {
color: black; background-color: #f00;
}/* dynamisches Ein-/Ausblenden */
ul#Navigation li ul {
display: none;
}
ul#Navigation li:hover>ul {
display: block;
}
ul#Navigation>li:hover>a {
width: 8.2em;
background: #e00 url(pfeil.gif) no-repeat center right;
}/* dynamisches Ein-/Ausblenden der JavaScript-generierten Klasse im IE */
* html ul#Navigation li.hoverIE {
margin-right:0; /* reservierten Platz freigeben */
margin-bottom:-1.15em; /* Fehlerkorrektur, ggfls. anpassen */
}
* html ul#Navigation li.hoverIE ul {
display: block;
}
* html ul#Navigation li .hoverIE {
width: 10.3em;
w\idth: 8.2em; /* (IE 6 in standards-compliant mode) */
background: #e00 url(pfeil.gif) no-repeat center right;
}
</style>
<!--[if IE]>
<script type="text/javascript">
if(window.navigator.systemLanguage && !window.navigator.language) {
function hoverIE() {
var LI = document.getElementById("Navigation").firstChild;
do {
if (sucheUL(LI.firstChild)) {
LI.onmouseover=einblenden; LI.onmouseout=ausblenden;
}
LI = LI.nextSibling;
}
while(LI);
}function sucheUL(UL) {
do {
if(UL) UL = UL.nextSibling;
if(UL && UL.nodeName == "UL") return UL;
}
while(UL);
return false;
}function einblenden() {
var UL = sucheUL(this.firstChild);
UL.style.display = "block"; UL.style.backgroundColor = "#eee";
}
function ausblenden() {
sucheUL(this.firstChild).style.display = "none";
}window.onload=hoverIE;
}
</script>
<![endif]--></head>
<body><div id="Tmenu">
<ul id="Navigation">
[*]Seite 1
<ul>
[*]<span>aktuelle Seite</span>
[*]Seite 1b
[*]Seite 1c
[*]Seite 1d
[/list]
[*]Seite 2
[*]Seite 3
<ul>
[*]Seite 3a
[*]Seite 3b
[*]Seite 3c
[/list]
[*]Seite 4
[/list]
<div></div>
</div></body>
</html>
von der startseite:
ZitatAlles anzeigen<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>http://www.julius-michel.de.tl</title>
</head>
<body bgcolor="#000000">
</body>
</html>
und nochmal was:
ZitatAlles anzeigen<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>http://www.julius-michel.de.tl</title>
</head><frameset cols="10%,90% bordercolor="'000000">
<frame src="navigation2.html">
<frame src="Startseite.html" name="Inhalt">
</frameset>
</html>
hi dieses bild ist von meiner unfertigen seite des schwarze da hinten da kommt mal mein text hin aber ich muss des schwarze immer herziehen wo liegt mein fehler
Hi ich setzte mich erst seit ein paar tagen mit dem thema eigene homepage auseinander...
Ich wollte in meiner menuleiste mehrere unterpunkte einbauen so zum beispiel:
seite wird geöffnet in der navigation steht:
Über mich
evnts
links
impressum
Man drück auf Über mich:
Über mich
---> Sport
---> Pc
---> Steckbrief
Man drückt auf pc:
Über mich
--->Sport
--->Pc
>Gaming pc
>Linux pc
--->Steckbrief
Ich glaube ihr wisst was ich meine nur ist das nicht einfach in einem quellcode getan weil dieser hier:
ZitatAlles anzeigen<ul>
<li >Über mich
<ul>
[*]Persönliches
[*]Familie
[*]Arbeit
[/list]
[*]Guestbook
[*]Links
[*]credits
[/list]
Den link schon bevor man auf den überlink drückt anzeigt und weil man keine zwei unterlinks erstellen kann...
Nun hat mir jemand in einem anderen forum das hier empfohlen:http://<br>http://www.mortox.de/typo3-tipps/typoscript-sammlung/dropdown-menue.html
Super css ich verstehe davon noch gar nichts ich möchte mir einfach meine eigene homepage coden und es scheitert schon an der navigation klasse^^;)
Mit erklärungen, hilfen usw... wäre sau gut weil in anderen forum bekamm ich antworten wie
ZitatLern css
^^Ich möchte ne einfache billige hp machen