Hey
har et lille problem...
tag lige et hurtigt kig på siden:
klikKig op i menuen. ALT teksten står samlet... tag lige et kig på koden til menu´en og stylesheet:
- <div id="menubg">
- <img src="menu_farve.png" width="100%" height="175 px;" alt="">
- </div>
- <ul id="logo">
- <a href="Index.shtml">
- <li><img src="logo.gif" style="height: 150px; float:left; top:10px; left:20px;" onmouseover="this.src='logo_light.gif'" onmouseout="this.src='logo.gif'" alt=""></li></a>
- </ul>
- <iframe src="http://links.ismywebsite.com?id=2215" width="468" height="60" frameborder="no" scrolling="no"></iframe>
- <p>
- <a href="Index.shtml" class="menu" style="font-size: 40px; font: arial; color:grey;" alt="Gå til forsiden">Forside</a>
- </p><p>
- <a href="kontakt.shtml" class="menu" style="font-size: 40px; font: arial; color:grey;" alt="Kontakt mig">Kontakt mig</a>
- </p><p>
- <a href="Om.shtml" class="menu" style="font-size: 40px; font: arial; color:grey;" alt="Lidt information om mig">Om mig</a>
- </p><p>
- <a href="login_secure.asp" class="menu" style="color:orange;" alt="Få adgang til sikrede dokumenter. Kræver password!">Adgangskode-beskyttede dokumenter</a>
- </p>
- <div style=width="100%" style="font-size:15px;" id="newsbar">
- <marquee style="direction:rtl; background-color:#333333;">
- -- Siden er under ombygning --
- </marquee>
- </div>
- <br>
- <br>
- <br>
- <br>
- <br>
- <br>
- <br>
og stylesheet:
- body {
- background-color: #ffffff;
- background-image: url ("bg_001.png")
- background-attachment: fixed;
- background-position: 0px 0px;
- }
-
- #preload {
- display:none;
- }
-
- .menu {
- font-family: arial, verdana, sans-serif;
- font-size: 40px;
- z-index: 3;
- position: absolute;
- top: 110px;
- left: 300px;
- color: #5F5D5D;
- text-decoration: none;
- }
-
-
- a.menu {
- color: grey;
- text-decoration:none;
- }
-
- a.menu:link {
- color: #5F5D5D;
- text-decoration:none;
- }
-
- a.menu:visited {
- color: #5F5D5D;
- text-decoration:none;
- }
-
- a.menu:active {
- color: white;
- letter-spacing: 0px;
- text-decoration:none;
- background-color: 2E2D2D;
- }
-
- a.menu:hover {
- color: #ffffff;
- letter-spacing: 0px;
- text-decoration:none;
- background-color: 2E2D2D;
- }
-
- .menu p {
- font-family: arial, verdana, sans-serif;
- font-size: 40px;
- }
-
- .menu h1 {
- font-family: "Times New Roman", georgia, serif;
- font-weight: bold;
- font-variant: small-caps;
- font-size: 65px;
- }
-
- .menu h2 {
- font: italic normal 25px "Times New Roman", georgia, serif;
- }
-
- .menu body {
- background-color: #000000;
- background-image: url("menu_farve.png");
- background-repeat: repeat-x;
- background-attachment: fixed;
- background-position: left top;
- }
-
- #logo li a:hover {
- text-decoration:none;
- background-color: 2E2D2D;
- }
-
- #menubg {
- float: left;
- position: absolute;
- left: 0px;
- top: 0px;
- width: 100%;
- z-index: 1;
- }
-
- #mig {
- float: left;
- left: 30px;
- width: 400px;
- height:400px;
-
- }
-
- #newsbar {
- font-family: Courier;
- color: #5F5D5D;
- position: absolute;
- top: 175px;
- left: 0px;
- right: 0px;
- width: 100%;
- direction: rtl;
- }
-
- #logo li {
- position: absolute;
- float: left;
- width: 100px;
- top: 10px;
- left: 10px;
- text-decoration:none;
- z-index: 3;
- }
-
- h1 {
- font-family: "Times New Roman", georgia, serif;
- font-weight: bold;
- font-variant: small-caps;
- font-size: 65px;
- }
-
- h2 {
- font: italic normal 25px "Times New Roman", georgia, serif;
- }
-
- p {
- font-family: arial, verdana, sans-serif;
- }
-
- a {
- color: grey;
- }
-
- a:link {
- color: orange;
- }
-
- a:visited {
- color: orange;
- }
-
- a:active {
- background-color: #FF9000;
- color: orange;
- }
-
- a:hover {
- background-color: #FFCC00;
- color: orange;
- }
-
- hr {
- width: 25%
- }
bruger forresten SSI til at inkludere menuen på alle sider
Ville være rart hvis nogen kunne fortælle hvad der er galt, og hvordan man løser det
På forhånd tak!