Hallo liebe Blogger!
Ich bin wirklich kein Webdesign-Profi, bei mir geht das nach dem Prinzip Trial and Error, was bisher auch immer gut funktioniert hat, allerdings gibts nun ein Problem!
Und zwar habe ich nun die Positionen der Grafiken (der Header besteht hier aus mehreren Teilen) absolut bestimmt (für Firefox) ! Allerdings ist im IE, in Opera und in Safari alles verschoben. Wie gestalte ich das besser?
Hier der css Code der Style Datei von K2 (die ich geschrieben habe):
Code
/*
CSS files kept in the 'schemes' directory can be used to
costumize your K2 installation without having to mess
with the core K2 files. This in turn makes it easier to
upgrade to new K2 version as well as debug any problems
that might occur.
You select schemes from the K2 Options page in the
'Presentation' section of your WordPress administration.
*/
body {
background-image:url('background2.png');
background-repeat:no-repeat;
background-position:140px 20px;
background-color: black;
}
#page {
background-image:url('background.png');
background-repeat:no-repeat;
background-position:498px -33px;
background-color: #FFF3D1;
border:0px
}
#header {
background: white url('header3.png') center center no-repeat;
width: 100%;
height: 224px;
}
#header a {
}
.primary {
/* Contains the main column */
}
.hentry {
/* Each entry is contained within the 'hentry' class */
}
.entry-content {
/* The meat and potatoes of every entry */
}
.secondary {
/* Contains the sidebar */
}
#footer {background-image:url('footer.png');
background-repeat:no-repeat;
background-position: center top;
}
Alles anzeigen
Euer Simon