Choffi has this cool side-bar navigation using an accordion (the idea was taken mainly from apple's website which has a similar thing) that's supposed to look something like:
[caption id="attachment_6" align="alignnone" width="271" caption="This is what it should look like"][/caption]
I'm using jQuery 1.2.6 and jQuery UI 1.5.2. Everything looks fine in FF, but when I open it in IE7 it looks really bad (although it works):
[caption id="attachment_7" align="alignnone" width="281" caption="Ugggghhhh"][/caption]
After some tinkering, I tracked the issue down to the fact that the Accordion sticks a span element before and after each of my list items (<li>Test</li> becomes <span></span><li>Test</li><span></span>) which is forcing everything...
So I've finally been motivated to put up a blog. I've been stalling for a long time. I constantly would ask myself, "how often am I really going to post?" In the past my answer to that question was typically "never", but recently I've been motivated quite frequently. So here we go... We'll see if I can keep it up ;).
The purpose of this blog is to post rants, raves, tips, and reminders to myself that come up in my day to day life as a .NET developer. I hope some of my future posts will help other developers.