For those who experience troubles with the featured image, you can still hard code the image locations by modifying the imageMenu.css file (you have to ADD the following code):
- Code: Select all
#imageMenu ul li.bk1 {
padding: 8px 0 20px 0px;
padding-bottom: 12px;
padding-top: 12px;
background: url('http://URL-TO-YOUR-IMAGE-HERE/2.jpg') repeat scroll 0%;
background-repeat: no-repeat;
}
#imageMenu ul li.bk2 {
padding: 8px 0 20px 0px;
padding-bottom: 12px;
padding-top: 12px;
background: url('http://URL-TO-YOUR-IMAGE-HERE/3.jpg') repeat scroll 0%;
background-repeat: no-repeat;
}
#imageMenu ul li.bk3 {
padding: 8px 0 20px 0px;
padding-bottom: 12px;
padding-top: 12px;
background: url('http://URL-TO-YOUR-IMAGE-HERE/4.jpg') repeat scroll 0%;
background-repeat: no-repeat;
}
#imageMenu ul li.bk4 {
padding: 8px 0 20px 0px;
padding-bottom: 12px;
padding-top: 12px;
background: url('http://URL-TO-YOUR-IMAGE-HERE/5.jpg') repeat scroll 0%;
background-repeat: no-repeat;
}
#imageMenu ul li.bk5 {
padding: 8px 0 20px 0px;
padding-bottom: 12px;
padding-top: 12px;
background: url('http://URL-TO-YOUR-IMAGE-HERE/6.jpg') repeat scroll 0%;
background-repeat: no-repeat;
}
#imageMenu ul li.bk6 {
padding: 8px 0 20px 0px;
padding-bottom: 12px;
padding-top: 12px;
background: url('http://URL-TO-YOUR-IMAGE-HERE/7.jpg') repeat scroll 0%;
background-repeat: no-repeat;
}
The links to the menu items are still managed with the "menu" with 7 items, but now you can also use custom links and you don't have to use the featured image function.
@woohoosd: Notepad++ is an excellent Windows editing tool.
http://sourceforge.net/projects/notepad-plus/enjoy!