Hi, i got some strange issues using highlithing using IE6 and 7 but Firefox doesn't have any problem.
I integrated the highlighting functions correctly and the javascript gets loaded into the page. When the highlight functionnality is called but not used (ex: The querystring param is not present) the page displays fine. When the querystring param is present and the highlighting process is executed it's a completly different output. My page doesn't get anything highlighted at all, and several CSS classes that where already in the page now fails to render correctly.
I have tried to debug the JS without success, nothing in the JS seems to crash at all, the replaces are done correctly. The only thing to note is that using IE, in a page that sports 4 possible highlights, it stops at two... why? i don't know.
Can anyone help me?
I integrated the highlighting functions correctly and the javascript gets loaded into the page. When the highlight functionnality is called but not used (ex: The querystring param is not present) the page displays fine. When the querystring param is present and the highlighting process is executed it's a completly different output. My page doesn't get anything highlighted at all, and several CSS classes that where already in the page now fails to render correctly.
I have tried to debug the JS without success, nothing in the JS seems to crash at all, the replaces are done correctly. The only thing to note is that using IE, in a page that sports 4 possible highlights, it stops at two... why? i don't know.
Can anyone help me?
Comment