Hi!
Hab folgende HTML Seite www.pherseus.net/test.htm .
Im Firefox wird sie ganz normal angezeigt, im IE wird aber das feld das eigentlich komplett lila sein soll, also da wo index drinnen steht, nicht komplett lila angezeigt, sonder ein stück grau. Weiß jemand woran es liegt?
Hier mein CSS Code:
Und hier der HTML Quelltext:
Hab folgende HTML Seite www.pherseus.net/test.htm .
Im Firefox wird sie ganz normal angezeigt, im IE wird aber das feld das eigentlich komplett lila sein soll, also da wo index drinnen steht, nicht komplett lila angezeigt, sonder ein stück grau. Weiß jemand woran es liegt?
Hier mein CSS Code:
CSS:
/* ======================================== */
/* globale */
/* ======================================== */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
}
body {
color:#000;
background:#FFF;
}
img {
border:0px;
}
hr {
height:1px;
border:none;
border-top:solid 1px #999;
}
/* ======================================== */
/* header */
/* ======================================== */
h1, h2, h3, h4, h5, h6 {
text-align:left;
}
h1 {
font-size:25px;
font-family:Verdana;
}
h1.header {
margin:0px;
padding:10px 15px;
background:#F2F0F9;
color:#45347B;
}
/* ======================================== */
/* tabs */
/* ======================================== */
div.tabs {
float:left;
width:100%;
margin:0px;
background:#F2F2F2;
border-bottom:1px solid #45347B;
display:block;
}
div.tabs ul {
margin:0px 15px;
padding:0px;
padding-top:1px;
list-style:none;
}
div.tabs li {
margin:0px 10px;
padding:0px;
border: solid 1px #45347B;
display:inline;
}
div.tabs a {
margin:0;
padding:0px 8px;
background:#836ACD;
text-decoration:none;
}
Und hier der HTML Quelltext:
HTML:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "./tpl/standard/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{$title}</title>
<link rel="stylesheet" type="text/css" href="./tpl/standard/default.css" />
<meta name="description" content="Open PHP Portal" />
<meta name="keywords" content="Open PHP Portal" />
<meta name="robots" content="index,follow" />
<meta name="revisit-after" content="1 weeks" />
<meta name="author" content="Pherseus - http://www.pherseus.net/" />
<meta name="language" content="de" />
<meta name="publisher" content="Pherseus - http://www.pherseus.net/" />
</head>
<body>
<h1 class="header">{$title}</h1>
<div class="tabs">
<ul>
<li><a href="index.php?module=news&action=index">Index</a></li>
<li>2</li>
</ul>
</div>
Zuletzt bearbeitet: