Yatay Menu
Yatay Menü
Sitene Giriş ► Tasarım Ayarları ► Gelişmiş Ayarlar ► Tasarımın Üzerindeki Yazı ► Kaydet
<style type="text/css"><!--
/* Menü-Butonu */
#access li a {
color: #000000;
font-size: 15px;
background-color: gray; }
/* HOVER Butonu */
#access li a:hover {
color: brown;
background-color: #FFFFB2; }
/* Alt Sayfalar Menü */
#access ul ul li a {
color: white;
font-size: 12px !important;
background-color: orange; }
/* HOVER Alt Sayfa */
#access ul ul li a:hover {
color: black;
background-color: #eeeeee; }
--></style>
/* Geçerli Sayfa */
#checked_menu a {
color: black;
background-color: #CCCCCC !important; }