This will show you how to change the image of the navbar buttons when someone rolls over it.
Go to Display>Picture Management>Advanced.
Erase the images you want to be changed.
Go to Display>Colors>CSS.
Insert this code,
- Code:
#i_icon_mini_X {
background-image: url("image url");
height: #px;
width: #px;
}
#i_icon_mini_X:hover {
background-image: url("image url");
height: #px;
width: #px;
}
Now save it and it should work

Change X to the following things,
- Code:
Home/Forum - index
Search - search
Members - members
Calendar - calendar
FAQ - faq
Usergroups - groups
Profile - profile
Inbox - message
New Message - new_message
Logout - logout
Register - register
Log In - login