hy,
also ich bastel ja zur zeit an meiner page da sieht es volgendermaßen aus ich habe ein menü quelltext:
<html>
<head>
<style type="text/css">
<!--
.menu {
position: fixed;
border: 2px solid #0A40C5;
left:0px;
top:0px;
width: 100px;
margin: 20px;
}
div.inhalt {
position: static;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 140px;
color: white;
padding: 20px;
}
ul.menueliste {
list-style-type: none;
margin: 0px;
padding: 0px;
}
div.menu .bullet {
visibility: hidden;
font-size: medium;
}
div.menu a:link, div.menu a:visited{
display:block;
width:96px;
height:25px;
text-decoration: none;
color: #EBEBEB;
font-weight: bold;
font-size: small;
}
div.menu a:hover {
border-top:2px solid #1F6EFC;
border-right:2px solid #013F4A;
border-bottom:2px solid #013F4A;
border-left:2px solid #1F6EFC;
background-color:#000DFB;
color: white;
cursor: pointer;
}
div.menu a:hover .bullet {
visibility: visible;
}
div.menu a:active {
color: red;
border: 0px;
}
-->
</style>
</head>
<body bgcolor="black"text="white">
<div class="menu">
<ul class="menueliste">
[*][url='home.htm']Home[/url]
[*][url='Links.htm']Links[/url]
[*][url='http://jglauer.foren-city.de/']<span class="bullet"></span>Forum[/url]
[*][url='banner.htm']<span class="bullet"></span>Banner[/url]
[/list]
</div>
<div class="rahmen_fuer_inhalt">
<div class="inhalt">
Alles anzeigen
das habe ich jetzt auf meiner seite online gestellt da ich immer Mozilla Firefox benutze kein problem also läuft problemlos. Mein Vater schaut sich die seite mit Opera an und das menü wird nich angezeigt stattdessen ein error 404 seite nicht gefunden! aber der rest des framesets war da!?
Dann schaut mein bruder auf die page mit Internet explorer! Das gleiche problem und nun bin ich fast am verzweifeln weil ich keine ahnung habe warum internet explorer und Mozilla firefox das menü nicht anzeigen deswegen frage ich jetzt meine allwissenden freunde aus https://www.forum-hilfe.de.
Der link zur seite mit diesem menü ist http://www.jglauer.de/frames.htm
MFG Josua