Nicely done. An extremely skillful application of DOM traversal. But there are a couple of outstanding issues:
- sales and specials seem to break it.
- sideboxes with radio buttons seem to break it.
I just skimmed the thread quickly and I apologize if someone else has already mentioned these items.
Scott
PS> I thought the use of innerHTML was unsafe in FF and friends, but it seems to work in my FC4/FF 1.5 and Win/FF 2, so there you are.


Reply With Quote
... Essentially I think innerHTML is a Microsoft creation... Issues arise in standards compliant browsers when the innerHTML applied contains HTML which needs to be accessed using DOM methods... IE will parse and format the contents of innerHTML and place them into the DOM tree whereas FF et al will not
