Hi Marcus, Thanks for the consideration. Yes, it is possible to style each individual menu item seperately with an ID selector in the CSS. Yes, you can display images using the backgound property in CSS which allows you to move the background around by pixel if needed. Yes, the menu can include static items, but it is often easier to just make a hidden page in DNN and have it point to an external Url (even if it is an internal link). I have this setup on the home page of my site. The menu can add the admin and host menus, or you can use a special menu item type that I created for this purpose so that those menus don't interfere with you "real" menu. It creates the admin and host menus in a nice and compact drop-down list that makes it easy to navigate to those pages. You can see an example of the select list type on this site at the top where it says Quick Nav. All menu instances can include and exclude tabs through a variety of ways. |