
Kodlar aşağıdaki gibi bu menüyü nasıl ortayalabilirim ? Şimdiden teşekkürler.
/* horizontal tabbed menu */
#tabs { background: #fff url(images/tabmenu.gif) no-repeat top left; color: #000; height: 39px; width:inherit;text-align: center; padding: 0; margin: 0; }
#tabs ul {margin:0 auto 0 auto; padding:0; width:inherit; }
#tabs li { display: inline; height: 39px; }
#tabs li a { float: left; background: #fff url(images/barbg.gif) no-repeat; color: #808080; padding: 8px 0; width: 82px; text-align: center; font-weight: bold; text-decoration: none; }
#tabs li a:hover { background: #fff url(images/barcurrent.gif) no-repeat; color: #000; }
#tabs .current a{ background: #fff url(images/barcurrent.gif) no-repeat; color: #2C71AE; }
#tabs .current_page_item a{ background: #fff url(images/barcurrent.gif) no-repeat; color: #2C71AE; }
.key { text-decoration: underline; }
Ne denediysem olmadı