8
Yes, I had originally tried defining my stuff in the leftblock html page, but after fiddling around, I found the best place is in the template file itself and just leave the block as the two standard items (title and content).
I can include the CSS tonight if need be, once I get back to my computer. Once thing I should notice is that after my foreach statements close off in my template, this is where I added another div that SHOULD have a bottom piece that closes off my mainmenu.
However, I have noticed that when I add it, nothing shows up. However, if I add them within one of the foreach statements, it will appear (although in the wrong place obviously). I am guessing that the div is being placed behind something (as already mentioned). Even though I set the z-index so that it would show up over anything, no luck there.
I think I will try my hand at the usermenu and see if I have more luck than with the mainmenu.
Thanks for your suggestions! I will strive to get the CSS up tonight!