Hallo!
Ich sitze an einem neuen Projekt und habe nun ein Problem, was sich nicht lösen lässt. Zurzeit teste ich noch alles lokal und benutze das Theme "She's Got Style".
Code
/*
Theme Name: She's Got Style - deutsch
Description: Fun feminine theme for funky fashionistas! Converted to WP by <a href="http://grabatheme.com">Grab A Theme</a>
Author: Hashi
Author URI: http://hashi.mediengeneration.com
*/
body {
background-image: url('images/91.jpg');
background-repeat: no-repeat;
background-position: center 5px;
background-attachment: fixed;
background-color: #ffffff;
font-family: tahoma;
font-size: 8pt;
color: #000000;
}
a
{color:#000000; text-decoration: none;}
a:hover
{cursor:crosshair;color:#000000; text-transform: uppercase; text-decoration: none; border-bottom: 3px double black}
blockquote, input, textarea
{
line-height:10px;
color: #00827F;
background:#FFF3A7;
border:#F3C907 1px solid;
padding:3px
}
#content ol, #content ul { color: #00827F; }
h1 a {
color:#330000;
font:36px 'century gothic', sans-serif}
#container h2 {
font-family: ;
}
h2#description {color:#F3C907;
font-size:15px;
text-align:right;
font-weight:normal}
h3.storytitle a {color:#EE0166;
font-weight:bold;
font-size:20px}
.storycontent a {color:#ee0166}
[B]#rap {margin-left: 550px;
margin-top: 60px;
width:550px}[/B]
#content {float:left;
width:370px}
#menu {float:right;
width:150px}
#menu ul {list-style:none;
margin:0;
padding:0 0 0 10px}
a img {border:0}
#content img {max-width:300px}
img
{
background:url(images/shadow.gif) no-repeat right bottom;
padding:4px 10px 10px 4px;
border:none;
border-top:#eee 1px solid;
border-left:#eee 1px solid;
}
a img {
border:none;
background:none;
padding:none;
background:url(images/shadow.gif) no-repeat right bottom;
padding:4px 10px 10px 4px;
border-top:#eee 1px solid;
border-left:#eee 1px solid;
}
div#lightbox img {
border:0;
margin:0;
padding:0;
}
#footer{
background:transparent;
border-top:0px solid #777;
clear:both;
color:#888;
font-size:0.9em;
padding:10px 0px;
}
Alles anzeigen
Leider verschiebt sich ständig der #rap, wenn ich die Browsergröße ändere. Wie kann ich den Container fixieren, damit der Text sich nicht mehr verschiebt?
Vielen Dank im Voraus für Hilfe!