verschiedenes Layout Firefox /IE
Hi alle zusammen,
ich habe eine Homepage. Das Layout basiert auf CSS.
Ich benutze in meinen Dateien immer den nachfolgenden Code.
In 2 Dateien:
a) http://web60.xps4.microserver.de/readblog.php
b) http://web60.xps4.microserver.de/contact.php
Ist Ansicht a) ist der Text unter dem Menü
In Ansicht b) ist alles total zerrissen.
Meine CSS Datei ist folgende
Ich hoffe jemand von euch kann mir weiterhelfen.
Vielen Dank schonmal im voraus.
grüße dline
Hi alle zusammen,
ich habe eine Homepage. Das Layout basiert auf CSS.
Ich benutze in meinen Dateien immer den nachfolgenden Code.
Code:
<link href="../style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div style="width:760px;margin:0px auto;text-align:left;background-color:#bdbec6;border:1px solid #000000;">
<div id="title">
<img src="logo9.gif" style="float:right;width:156px;height:39px;margin-left:3px;" alt="Logo" />
<h1>Überschrift</h1>
</div>
<div id="left">
<? include '../menu.php' ?>
</div>
<div id="content" >
Inhalt aus MySql Datenbank
</div>
<br style="clear:both;" />
</div>
</body>
In 2 Dateien:
a) http://web60.xps4.microserver.de/readblog.php
b) http://web60.xps4.microserver.de/contact.php
Ist Ansicht a) ist der Text unter dem Menü
In Ansicht b) ist alles total zerrissen.
Meine CSS Datei ist folgende
Code:
body
{
font-family:Verdana;
font-size:12px;
background-color:#bdbec6;
text-align:center;
margin:0px;
}
h1 {font-size:18px;color:#000000;margin-bottom:0px;}
h2 {font-size:16px;color:#000000;}
h3 {font-size:14px;color:#000000;}
code {font-size:14px;color:#0000ff;}
pre
{
font-size:14px;
color:#0000ff;
padding:5px;
}
a:link, a:visited, a:active, a:hover
{
text-decoration:underline;
font-weight:normal;
color:#ff0000;
font-size:12px;
}
a:active, a:hover
{
color:#009999;
}
a.menu {
display:block;
padding:3px;
border-top:1px solid #000;
background-color:#737994;
text-align:center;
color:#eeeeee;
text-decoration:none;
}
a.menu:link, a.menu:visited
{
color:#eeeeee;
background-color:#737994;
text-decoration:none; font-weight:bold;
}
a.menu:active, a.menu:hover
{
color:#737994; font-weight:bold;
background-color:#eeeeee;
}
#linkhidden{
display:none;
}
#title {
height:52px;
padding:5px;
background-color:#7b7d8e;
border-bottom:1px solid #000;
}
#left {
background-color:#bdbec6;
width:128px;
float:left;
}
.menutitle {
font-weight:bold;
text-align:center;
margin:2px;
}
.menucontainer {
border:1px solid #000;
background-color:#7b7d8e;
width:106px;
margin:10px;
}
#content {
border:1px solid #efeff7;
background-color:#efeff7;
width:610px;
float:right;
padding:0px 10px;
}
#anordnen {
float:right;
padding:0px 10px;
width:500px
}
table {
border-spacing:10px;
width: 580px;
}
Ich hoffe jemand von euch kann mir weiterhelfen.
Vielen Dank schonmal im voraus.
grüße dline
Zuletzt bearbeitet: