DHTML Tree Structure (Revisited)
Wednesday, January 31st, 2007My first attempt at creating a lightweight tree structure for the web worked great for any browser that supports CSS child selectors, which includes most modern browsers. I had, of course, failed to take into account IE6′s lack of support for this particular nuance of CSS’s specification.
Not to be deterred, I rebuilt the entire thing, and came out with another neat implementation, which now works quite happily in all major browsers, quirks ‘n’ all.