
Entlastet euch und tut niemandem weh. Ich denke nicht, dass euch jemand verurteilen wird, weil ihr die Kosten für den Server durch ein wenig Werbung ausgleichen wollt. Und wenn auf einigen Seiten ein Werbebanner oben angezeigt wird stört das vermutlich ohnehin niemanden. 
http://i39.tinypic.com/2akbdyo.jpg
Bei mir ist es so, dass der rechte Banner jedes mal zu breit ist und nicht den Maßen entspricht. Ich habe extra einige Male die Seite neu geladen, es hat sich nicht geändert.
Ist bei mir auch der Fall. Der Container für den Skyscraper, wie er definiert ist, ist zu schmal. Allerdings wird er durch den Inhalt breiter. Ich bin gerade am gucken, wie man das lösen könnte.
Im Datenblatt stand von dieser "Auflösung" jedoch nichts - also wurde im Vertrag nochmal was angepasst?
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 |
#content {
position: relative;
border-width: 1px;
border-style: none solid solid none;
border-color: #A7D7F9;
margin-right: 184px;
}
#mw-head {
right: 184px ! important;
left: 0px ! important;
width: auto ! important;
top: 112px ! important;
}
#mw-panel {
top: 272px ! important;
}
#skyscraper-right {
position: absolute;
width: 160px;
margin: 12px;
height: 600px;
top: 100px;
right: 0px;
/*overflow: hidden;*/
}
.below-rectangle {
margin-top: 262px;
}
#medium-rectangle {
width: 100%;
height: 1px;
overflow: visible;
position: absolute;
}
#ad-medium-rectangle {
float: right;
/*overflow: hidden;*/
width: 300px;
height: 250px;
}
#horizontal-banner-top-container {
width: 100%;
left: 0;
right: 0;
text-align: center;
position: absolute;
top: 12px;
}
#horizontal-banner-top {
margin: auto;
width: 728px;
height: 90px;
/*overflow: hidden;*/
}
#mw-page-base {
height: 192px;
}
#mw-head-base {
margin-right: 184px;
}
#footer{
background-image: none;
margin-right: 184px;
}
|
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Simon« (2. April 2012, 11:00)