私はこれから行きました: www.gofar.org
これに: www.gofar.org/homepagetest.html
ナビゲーション バーの右端にある 1 つのブロック セパレータを削除しようとしました。迷っています。
divに入れてみましたが、本当に必要なのは、背景画像(緑)をヘッダーの左側から右側の端に移動させることです。方法がわからないだけです。ここにCSSがあります
ul#saturday{
margin:0;
padding:0;
list-style-type:none;
width:100%;
position:relative;
display:block;
height:36px;
text-transform:uppercase;
font-size:12px;
font-weight:normal;
background:transparent url("bgOFF.gif") repeat-x top left;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
border-bottom:4px solid #336666;
overflow: hidden;
color: #003;
text-align: center;
z-index: auto;
}
表に入れてみましたが、ヘッダー全体に収まることはありません。