myGully.com

myGully.com (https://mygully.com/index.php)
-   Programmierung (https://mygully.com/forumdisplay.php?f=67)
-   -   Wordpress Sidebar (https://mygully.com/showthread.php?t=1991573)

Eyeload 11.02.10 16:04

Wordpress Sidebar
 
Moin,

Ich habe heute schon Stundenlang nach einer Lösung für mein Problem gesucht, aber habe nichts gefunden, was mir weiterhilft.
Ich hoffe jemand von euch kann mir helfen.
Selbst im Wordpress Forum konnte mir keiner helfen.

Hier ist mein Blog:
[Link nur für registrierte und freigeschaltete Mitglieder sichtbar. Jetzt registrieren...]

Also wie bekomme diese Sidebar die jetzt im Footer hängt an die Rechte Seite?
Ich hab es schon mit floats und margins versucht.
Mit margins hat es funktioniert aber dann klebte die Sidebar immer am ersten Artikel.
Siehe hier:
Schlecht


Hier noch ein Aussschnitt aus meiner "style.css":
Code:

#page{
        margin: auto;
        width: 900px;
}

#headbg{
        background-position: center;
        background: url("./images/flugzeug_header.gif") no-repeat;
        width: 900px;
        height: 431px;
        border-style:solid;
}

#headerimg{
}

#pagebg{
        background: url("./images/flugzeug_main.gif");
        background-repeat: repeat-y;
        /*
        margin: auto;
        */
}

#content{
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 100px;
        margin: auto;
        /*
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 43px;
        margin-right: 20px;
        */
        width: 400px;
        border-style:solid;
}

#sidebar{
        float: right;
        padding-top: 20px;
        padding-bottom: 0px;
        padding-left: 20px;
        padding-right: 0px;
        margin:auto;
        /*
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 43px;
        */
        width: 250px;
        border-style:solid;
        font-family: 'Lucida Grande', Verdana, Sans-Serif;
        font-size: 0.6em;
}

#footer{
        font-size: 11px;
        text-align: center;
        font-family: Georgia, "Times New Roman", Times, serif;
        background: url("images/flugzeug_footer.gif");
        margin: auto;
        width: 900px;
        height: 331px;
        border-style:solid;

So sollte es aussehen:
Gut
(Aber auch wenn ich mehrere Artikel poste!)

xsdenite 12.02.10 08:06

Würde ja gerne helfen ABER dein BLOG hat kein Style mehr !!

kratos85 12.02.10 13:58

wenn du noch hilfe brauchst schick mir mal ne pm ich schau mir das dann mal an und geh das mit dir durch


Alle Zeitangaben in WEZ +1. Es ist jetzt 15:08 Uhr.

Powered by vBulletin® (Deutsch)
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.