Не могу изменить положение картинки, меняю вот здесь:
Code
.catsTd {padding: 0 0 6px 13px; background: url('http://ekaterininskoe.ucoz.ru/menu/folderopen.gif') no-repeat 0px 3px;}
Меняю цифры в padding ничего не изменяется.
Сейчас у меня вот так:
Вот весь код Part Menu:
Code
/* Module Part Menu */
.catsTd {padding: 0 0 12px 8px; background: url('http://ekaterininskoe.ucoz.ru/menu/folderopen.gif') no-repeat 0px 3px;}
.catName {font-family:Verdana,Tahoma,Arial,Sans-Serif;font-size:11px;}
.catNameActive {font-family:Verdana,Tahoma,Arial,Sans-Serif;font-size:11px;}
.catNumData {font-size:7pt;color:#57627F;}
.catDescr {font-size:7pt; padding-left:10px;}
a.catName:link {text-decoration:none; color:#57627F;}
a.catName:visited {text-decoration:none; color:#57627F;}
a.catName:hover {text-decoration:none; color:#000000;}
a.catName:active {text-decoration:none; color:#57627F;}
a.catNameActive:link {text-decoration:none; color:#94E7FF;}
a.catNameActive:visited {text-decoration:none; color:#94E7FF;}
a.catNameActive:hover {text-decoration:none; color:#94E7FF;}
a.catNameActive:active {text-decoration:none; color:#94E7FF;}
/* ----------------- */