I hope you can help me out here...
I am a total newbie with CMSms and I need to implement a horizontal navigation bar with images instead of text. I read all tutorials, and while I do know how to set it up in html/css, I have no clue how to change the menu template accordingly.
Here is the html for the navigation bar:
This is the css:
#menu {
background:url(uploads/images/navbar.gif) top left no-repeat;
float:right;
width:563px;
height:20px;
margin-top:96px;
z-index:2;
}
#menu li {
list-style: none;
float:left;
}
#menu a {
display: block;
height: 20px;
outline: none;
text-indent: -9999px;
}
li#i1 {width:87px;}
li#i1 a:hover {
background: url(uploads/images/navbar.gif) 0 -21px no-repeat;
}
li#i2 {width:89px;}
li#i2 a:hover {
background: url(uploads/images/navbar.gif) -87px -21px no-repeat;
}
li#i3 {width:80px;}
li#i3 a:hover {
background: url(uploads/images/navbar.gif) -176px -21px no-repeat;
}
li#i4{width:81px;}
li#i4 a:hover {
background: url(uploads/images/navbar.gif) -256px -21px no-repeat;
}
li#i5{width:90px;}
li#i5 a:hover {
background: url(uploads/images/navbar.gif) -337px -21px no-repeat;
}
li#i6{width:110px;}
li#i6 a:hover {
background: url(uploads/images/navbar.gif) -427px -21px no-repeat;
}
li#i7 {width:26px;}
li#i7 a:hover {
background: url(uploads/images/navbar.gif) -537px -21px no-repeat;
}
It was working ok when testing before preparing for CMSms. So the code here shouldn't be the problem (I hope

Can anybody in here please help me of how to implement this now into the menu manager?
I would appreciate it very much.
The previous "plain" version is here:
http://nspirationplus.com/_test/