css
Код:
#navindex a {
background: url(ссылка на картинку "ФОРУМ") no-repeat top center;
display: inline-block;
position: absolute;
z-index: 1000;
height: ХХХpx;
width: ХХХpx;
top: ХХХpx;
left: ХХХpx;
}
#navuserlist a {
background: url(ссылка на картинку "УЧАСТНИКИ") no-repeat top center;
display: inline-block;
position: absolute;
z-index: 1000;
height: ХХХpx;
width: ХХХpx;
top: ХХХpx;
left: ХХХpx;
}
#navsearch a {
background: url(ссылка на картинку "ПОИСК") no-repeat top center;
display: inline-block;
position: absolute;
z-index: 1000;
height: ХХХpx;
width: ХХХpx;
top: ХХХpx;
left: ХХХpx;
}
#navprofile a {
background: url(ссылка на картинку "ПРОФИЛЬ") no-repeat top center;
display: inline-block;
position: absolute;
z-index: 1000;
height: ХХХpx;
width: ХХХpx;
top: ХХХpx;
left: ХХХpx;
}
#navpm a {
background: url(ссылка на картинку "СООБЩЕНИЕ") no-repeat top center;
display: inline-block;
position: absolute;
z-index: 1000;
height: ХХХpx;
width: ХХХpx;
top: ХХХpx;
left: ХХХpx;
}
#navadmin a {
background: url(ссылка на картинку "АМС МЕНЮ") no-repeat top center;
display: inline-block;
position: absolute;
z-index: 1000;
height: ХХХpx;
width: ХХХpx;
top: ХХХpx;
left: ХХХpx;;
}
#navlogout a {
background: url(ссылка на картинку "ВЫХОД") no-repeat top center;
display: inline-block;
position: absolute;
z-index: 1000;
height: ХХХpx;
width: ХХХpx;
top: ХХХpx;
left: ХХХpx;
}
#navlogin a {
background: url(ссылка на картинку "ВХОД") no-repeat top center;
display: inline-block;
position: absolute;
z-index: 1000;
height: ХХХpx;
width: ХХХpx;
top: ХХХpx;
left: ХХХpx;
}
#navregister a {
background: url(ссылка на картинку "РЕГИСТРАЦИЯ") no-repeat top center;
display: inline-block;
position: absolute;
z-index: 1000;
height: ХХХpx;
width: ХХХpx;
top: ХХХpx;
left: ХХХpx;
}
#navrules a {
background: url(ссылка на картинку "ПРАВИЛА") no-repeat top center;
display: inline-block;
position: absolute;
z-index: 1000;
height: ХХХpx;
width: ХХХpx;
top: ХХХpx;
left: ХХХpx;
}height: ХХХpx; - ширина картинки
width: ХХХpx; - высота картинки
Расположение
top: ХХХpx; - выше/ниже
left: ХХХpx; - в лева/в права








