I am using jQuery to insert a series of links into a containing div. Upon insertion, these links are active in Firefox and Safari, but are not active (clickable) in IE6 (what a surprise.) While Internet explorer 6 does visually render the inserted code, it seems that the html elements are not recognized. If the same html is included in the initial code, the links work fine. However, when the are inserted after the DOM is loaded, they are not.
Has anyone encountered similar problems, or is there a known workaround to this problem? Thanks in advance, Matt