Ich habe in der CSS den kompletten Part für die neue "Sidebar1.php" erstellt:
#sidebarl
{
position: relative;
width: 220px;
float: left;
}
#sidebarl h2
{
position: relative;
font-size: 16px;
color: #808080;
background: url(images/border.gif) bottom repeat-x;
padding:0 0 15px 0 ;
margin: 10px 0;
text-transform:uppercase;
font-family:Arial, Georgia, Tahoma, Verdana, Serif;
}
img.profile
{
position: relative;
top: -2px;
background: url(images/a26.gif) no-repeat;
width: 146px;
height: 75px;
padding: 7px;
}
#sidebarl ul
{
list-style:none;
padding: 0 10px;
margin: 0 0 20px 0;
}
#sidebarl ul li
{
padding: 3px 0;
margin:0;
}
#sidebarl ul ul
{
padding: 0 0 0 0px;
margin:0;
}
#sidebarl a:link,#sidebar a:visited
{
border-bottom:none;
}
#sidebarl a:hover, #sidebar a:active
{
border-bottom:1px solid;
}
#sidebarl ul.feeds
{
margin-left:20px;
}
#sidebarl ul.feeds li
{
list-style-image:url(images/feed.gif);
margin:5px 0;
padding:0;
}
Alles anzeigen
Die neue Sidebar links (sidebar1.php) wird auch angezeigt, nur der Content bleibt immer auf der linken Seite, wie auf dem Bild zu sehen.
Ich muss irgendwie die Sidebar1.php definieren, dass diese links vom Content erscheint und der Content zwischen linker Sidebar (Sidebar1.php) und rechter Sidebar (Sidebar.php).... was muss ich da ändern bzw. hinzufügen?