Nuts-N’-Bolts

For the love of the Flying Spaghetti Monster. Why must I have these fantastic ideas like, Let’s put the menu for my portfolio site in the bottom left corner! That way, I won’t be able to use the standard nested unordered list to stylize my menu, and I’ll have to come up with some effed up way to rig it! Yeah, that sounds like fun!

I feel like the answer is obvious, yet it eludes me. I’m sure that a.) it’s just a little late at night for actual mental activity to be successful, and b.) upon a proper Googling later, the answer will present itself.

In the meantime, anyone who’d care to school me on how daft I’m being right now is welcome to take a gander at my portfolio in progress. I just want the goddamn submenus to stay visible. *sigh*

It’s a very basic problem. I just need more sleep to conquer it.

One thought on “Nuts-N’-Bolts

Comments are closed.

  1. slow days at work are helpful in allowing one to google one’s javascript issues. i think i have enough code and logic roughed out that i should be able to get a semi-working solution this evening.

    it was just a matter of matching the logic with the proper code – i need to loop through all the divs in the document, pick the one that’s the visible submenu, change its css class, then change the class of the particular menu i’m trying to make visible. that will keep them all open until i’m ready to display another submenu. i think. we’ll see.