soweit auch alle ok nur hab ich 2 kleine Probleme
1. der style sprenkt wenn jemand ne kleinere auflösung hat den Bildschirm...
2. in den Foren wo viele Beiträge sind und man mehrere Seiten weit gehen kann ist in der obersten Zeile der Seitenauswahl die Zeile viel zu weit nach aussen das der style wieder in die breite gezogen wird....
kann da jemand helfen???
Hier der Link zum Style: Vista-X
und hier der Teil meiner angepasste stylesheet.css Datei der für die Breite usw wichtig ist:
Code: Alles auswählen
/* Layout
------------ */
* {
/* Reset browsers default margin, padding and font sizes */
margin: 0;
padding: 0;
}
html {
font-size: 100%;
}
form { margin: 0px; padding: 0px; }
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #000000;
background-color: #cee6f3;
background-image: url('./images/bg.gif');
background-repeat: repeat-x;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
padding: 0 20px;
margin: 15px auto;
min-width: 1024px;
width: 1200px;
}
#wrapheader {
min-height: 120px;
height: auto !important;
height: 120px;
/* padding: 0 25px 15px 25px;*/
padding: 0;
}
#wrapcentre {
margin: 15px 25px 0 25px;
min-width: 1024px;
width: 1200px;
margin: 0 auto;
}
#wrapfooter {
text-align: center;
min-width: 1024px;
width: 1200px;
margin: 0 auto;
clear: both;
}
#wrapnav {
width: 100%;
margin: 0;
background-color: #ECECEC;
border-width: 1px;
border-style: solid;
border-color: #A9B8C2;
}
#logodesc {
margin-bottom: 5px;
padding: 5px 25px;
background: #D9DFE4;
border-bottom: 1px solid #4787A7;
}
#menubar {
margin: 0 25px;
}
#datebar {
margin: 5px 0px 0px 0px;
min-width: 1024px;
width: 1200px;
}
#forumbar {
margin: 0px 0px 3px 0px;
min-width: 1024px;
width: 1200px;
}
#findbar {
width: 100%;
margin: 0;
padding: 0;
border: 0;
}
.forumrules {
background-color: #F9CC79;
border-width: 1px;
border-style: solid;
border-color: #BB9860;
padding: 4px;
font-weight: normal;
font-size: 1.1em;
font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
.forumrules h3 {
color: red;
}
#pageheader { margin: 0px 0px 3px 0px;
min-width: 1024px;
width: 1200px;
}
#pagecontent { }
#pagefooter { }
#poll { }
#postrow { }
#postdata { }
danke für jede hilfe
EDIT: so für genauere Infos...
also der Fehler ist nur wenn ich die Moderatoren anzeige und die Jumpbox Anzeige aktiviert habe das heisst wenn ich die jumpbox ausschalte wird der antwort und betrgs butto fals postitioniert oder wenn ich moderatoren anzeige und jumpbox aktiviert habe das die jumpbox viel zu weit rechts ist und den style zu breit macht...