B
ByeBye 177919
Danke für die weiteren infos.
Ich hab noch eine kleine frage.
Wenn ich z.b gut alles mit % angebe, dann wird unter Windows und Linux, jeweils beide mit Firefox, alles richtig angezeigt.
Wenn ich aber, zumindest die "outline" box, also den Rahmen mit z.b "width:900px;" begrenze, ist die page unter Windows breiter als unter Linux. Wenn ich es per % mache, ist alles richtig.
Wieso ist das so?
Ich möchte wenigstens die Breite per px festlegen, da mein header z.b nur 900px breit ist, bzw breit sein soll.
Und unter Windows wird auch der Header in volle größe angezeigt. Unter Linux ist er kleiner, und wenn ich per lupe auf 100% vergrößere, ist es so groß, das ich nach rechts scrollen kann.
Bei beiden Systemen hab ich eine Auflösung von 1024x786
Edit:
Hab wieder 2 Fehler gefunden =/
Unter Linux:
http://www.abload.de/img/2008-08-17-182253_100rj.png
http://www.abload.de/img/2008-08-17-182243_10rv9.png
Unter Windows:
http://www.abload.de/img/2008-08-17-182418_10z8x.png
Auch wenn ich die VM auf Vollbild mache, oder Linux beende und nach Windows boote, sieht die Seite genau so aus!
Ich glaube man sieht die unterschiede...
Hier ist auch mal das CSS file... >
Ich hab noch eine kleine frage.
Wenn ich z.b gut alles mit % angebe, dann wird unter Windows und Linux, jeweils beide mit Firefox, alles richtig angezeigt.
Wenn ich aber, zumindest die "outline" box, also den Rahmen mit z.b "width:900px;" begrenze, ist die page unter Windows breiter als unter Linux. Wenn ich es per % mache, ist alles richtig.
Wieso ist das so?
Ich möchte wenigstens die Breite per px festlegen, da mein header z.b nur 900px breit ist, bzw breit sein soll.
Und unter Windows wird auch der Header in volle größe angezeigt. Unter Linux ist er kleiner, und wenn ich per lupe auf 100% vergrößere, ist es so groß, das ich nach rechts scrollen kann.
Bei beiden Systemen hab ich eine Auflösung von 1024x786
Edit:
Hab wieder 2 Fehler gefunden =/
Unter Linux:
http://www.abload.de/img/2008-08-17-182253_100rj.png
http://www.abload.de/img/2008-08-17-182243_10rv9.png
Unter Windows:
http://www.abload.de/img/2008-08-17-182418_10z8x.png
Auch wenn ich die VM auf Vollbild mache, oder Linux beende und nach Windows boote, sieht die Seite genau so aus!
Ich glaube man sieht die unterschiede...
Hier ist auch mal das CSS file... >
Code:
body {
background-color:#2f2f2f;
}
input {width:160px;}
div#outline {
width:980px;
background-color:#eaeaea;
left:50%;
position:absolute;
margin:0px 0px 0px -490px;
float:left;
padding:0px 0px 0px 0px;
}
div#register {
font: 90% "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
}
div#register > a:link {
color:#FFFFFF;
text-decoration:none;
}
div#register > a:visited {
color:#FFFFFF;
text-decoration:none;
}
div#register > a:active {
text-decoration:none;
}
div#register > a:hover {
color:#cfe3ff;
text-decoration:underline;
}
div#criticalerror {
font: 130% "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
color:#cf2929;
font-weight:bold;
}
div#criticalerror > a:link {
color:#cf2929;
text-decoration:none;
}
div#criticalerror > a:visited {
color:#cf2929;
text-decoration:none;
}
div#criticalerror > a:active {
text-decoration:none;
}
div#criticalerror > a:hover {
color:#cf2929;
text-decoration:underline;
}
div#errorheader {
font: 120% "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
color:#315fe4;
font-weight:bold;
}
div#errortitle {
font: 100% "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
color:#cf2929;
font-weight:bold;
}
div#errortext {
font: 100% "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
color:#000000;
font-style:italic;
}
div#error {
font: 90% "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
color:#cf2929;
font-weight:bold;
}
div#error > a:link {
color:#cf2929;
text-decoration:none;
}
div#error > a:visited {
color:#cf2929;
text-decoration:none;
}
div#error > a:active {
text-decoration:none;
}
div#error > a:hover {
color:#cf2929;
text-decoration:underline;
}
div#success {
font: 90% "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
color:#01b143;
font-weight:bold;
}
div#success > a:link {
color:#01b143;
text-decoration:none;
}
div#success > a:visited {
color:#01b143;
text-decoration:none;
}
div#success > a:active {
text-decoration:none;
}
div#success > a:hover {
color:#01b143;
text-decoration:underline;
}
div#header {
width:980px;
height:120px;
background:url(img/header.jpg) no-repeat;
font: 100% "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
text-align:center;
}
div#nav {
width:200px;
float:left;
}
div#boxtop {
width:190px;
height:30px;
font: 16px "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
background:url('img/boxtop.png') no-repeat;
margin:-5px 0px 0px 5px;
color:#FFFFFF;
text-align:center;
}
div#boxfooter {
width:190px;
height:30px;
background:url('img/boxfooter.png') no-repeat;
margin:-5px 0px 10px 5px;
}
div#boxcontent {
width:185px;
margin:0px 0px 0px 5px;
background-color:#a4a4a4;
}
div#boxtext {
width:185px;
margin:0px 0px 0px 5px;
color:#FFFFFF;
font: 90% "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
}
div#boxtext > a:link {
color:#FFFFFF;
text-decoration:none;
}
div#boxtext > a:visited {
color:#FFFFFF;
text-decoration:none;
}
div#boxtext > a:active {
text-decoration:none;
}
div#boxtext > a:hover {
color:#cfe3ff;
text-decoration:none;
}
div#content {
width:760px;
float:left;
font: 80% "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
color:#000000;
}
div#side {
color:#000000;
width:150px;
float:left;
}
Zuletzt bearbeitet von einem Moderator: