Помогите настроить шрифт, чтобы поменьше был...
Код
ul.menu_h {list-style:none;}
ul.menu_h li {float:left; background:url('/images/menu_h.png'); height:19px; border-radius: 5px; padding: 5px 7px 0px 7px; margin:14px 40px 0 -30px;}
ul.menu_h li a {text-decoration:none; color:#4e4e4e;font: 14px 'tahoma'; text-transform:uppercase; font-style:tahoma; display:block; height:100%; width:100%;}
ul.menu_h li a:hover {text-decoration:none; color:#c9c9c9;font: 14px 'tahoma'; text-transform:uppercase; font-style:tahoma; width:100%; height:100%; }
ul.menu_h li:hover {height:19px; border-radius: 5px; padding: 5px 7px 0px 7px; margin:14px 40px 0 -30px; background:#111111;}
Сайт:
Добавлено (11.12.2013, 18:40)
---------------------------------------------
И ещё тут)
Код
ul.menu_h3 {list-style:none; margin-left:10px;}
ul.menu_h3 li {float:left; background:url('/images/menu_h.png'); height:19px; border-radius: 5px; padding: 5px 7px 0px 7px;margin-left:10px;}
ul.menu_h3 li a {text-decoration:none; color:#4e4e4e;font: 14px 'tahoma'; text-transform:uppercase; font-style:italic; display:block; height:100%; width:100%; }
ul.menu_h3 li a:hover {text-decoration:none; color:#c9c9c9;font: 14px 'tahoma'; text-transform:uppercase; font-style:italic; width:100%; height:100%; }
ul.menu_h3 li:hover {height:19px; border-radius: 5px; background:#111111;}