Unten eingefügter Auszug aus der css für die Widgets vom Footer möchte ich gerne so unmschreiben, dass zwei Seitenwidgets mit horizontaler Ausrichtung über den gesamten Bereich entstehen. Als Trennung hätte ich gerne | .
Also so
Thema 1
Seite | Seite | Seite
Thema 2
Seite | Seite | Seite
Wer weiß Rat? Danke
/* Footer widgets */
#bottom{
margin:0px;
padding:0px;
background:#477667;
}
#bottom ul{
margin:0px;
padding:0px;
}
h3.bothead{
font-size: 16px;
margin-bottom: 10px;
padding-bottom:10px;
color:#fff;
font-weight: bold;
}
.botwid{
padding:30px 0px;
font-size:12px;
color:#aaa;
list-style:none;
width:280px;
float:left;
margin-left:30px;
}
.botwid ul {
list-style-type: none;
margin: 0px;
padding: 0px 0px 0px 0px ;
}
.botwid li{
list-style-type: none;
margin: 0 ;
padding: 0px 0px;
border-bottom: 1px solid #4F7F6F;
}
.botwid ul ul {
list-style-type: none;
margin: 0;
padding: 0px 0px 0px 0px;
background-repeat:no-repeat;
}
.botwid ul ul ul{
list-style-type: none;
margin: 0;
padding: 0;
border:0;
}
.botwid ul ul ul ul{
list-style-type: none;
margin: 0;
padding: 0;
border:0;
}
.botwid ul li {
height:100%;
line-height:18px;
clear: left;
list-style-type: none;
}
.botwid ul li a:link, .botwid ul li a:visited {
color: #eee;
text-decoration: none;
padding: 7px 0px 7px 0px;
display:block;
}
.botwid ul li a:hover{
color: #fff;
}
.botwid p{
padding: 7px 0px;
margin:0;
line-height:150%;
}
.botwid table {
width:100%;
text-align:center;
color:#787d7f;
}