Einzelnen Beitrag anzeigen
  #1 (permalink)  
Alt 12.01.2011, 22:33
SteveB SteveB ist offline
Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 07.01.2011
Beiträge: 46
SteveB befindet sich auf einem aufstrebenden Ast
Standard Hintergrundbild wird nicht angezeigt

Hallo,

verstehe nicht warum das Hintergrundbild nicht angezeigt wird.

HTML-Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
            "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css" media="screen">
<meta http-equiv="content-type" content="application/xhtml+xml;charset=utf-8">
<title>bla</title>
</head>
<body class="nav">
  <p> 
    <div id="navtitel">bla</div>
    <br>
  <p> 
<table ALIGN=LEFT WIDTH="88%" >
  <tr VALIGN=BOTTOM>
    <td></td>
    <td><h1>DER VEREIN</h1></td>
  </tr>
  <tr>
    <td VALIGN=MIDDLE><center>
        <img SRC="A1.gif" height=16 width=15 alt=""> 
      </center></td>
    <td><a href="site09_d.htm" target="target01">Sinn,
      Zweck, u. Entstehung</a></td>
  </tr>
  <tr>
    <td><center>
      <img SRC="A1.gif" height=16 width=15 alt=""> 
      
      </center></td>
    <td><a href="site04_d.htm" target="target01">Satzung</a></td>
  </tr>
  <tr>
    <td><center>
        <img SRC="A1.gif" height=16 width=15 alt=""> 
      </center></td>
    <td><a href="site03_d.htm" target="target01">Sitz
      und&nbsp; Kontaktadresse</a></td>
  </tr>
  <tr>
    <td></td>
    <td><h1>&Ouml;FFENTLICH</h1></td>
  </tr>
  <tr>
    <td><center>
        <img SRC="A1.gif" height=16 width=15 alt=""> 
      </center></td>
    <td><b><a href="site10_d.htm" target="target01">Bisher
      geleistetes</a></b></td>
  </tr>
</table>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script> 
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-7644669-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>
css:
Code:
.nav body {
	background-image:transparent url("http://www.vgkev.de/A2.gif");
	background-color:#930;
	font:Arial, Helvetica, sans-serif;
}
Background color wurde (Testversuch) auch nicht übernommen.

Geändert von SteveB (12.01.2011 um 23:30 Uhr)
Mit Zitat antworten
Sponsored Links