byuhobbes85
Programmer
I have an HTML document, and then an XML document that is converted to the same HTML by an XSL stylesheet. This works beautifully in FireFox, and I was very excited to convert all of my content to XML. However, when I viewed the page in Internet Explorer I saw some differences. Here are the two pages -- the HTML version ( ) and the XML version (
The menus on the left use the CSS hover properties to generate the popup effect, although JavaScript is used to make it render correctly in Internet Explorer. Both versions render the same in FireFox. The HTML page renders the same in IE as it does in FF, but the XML page renders the menu differently. It is thinner and the popups do not work.
Now my question is if there are any known or documented issues with XSL and IE7. Does IE7 load things in a different order than FF with respect to XSL, HTML, JavaScript, and CSS?
Check it out and let me know. Thanks!
Dan Standage
The menus on the left use the CSS hover properties to generate the popup effect, although JavaScript is used to make it render correctly in Internet Explorer. Both versions render the same in FireFox. The HTML page renders the same in IE as it does in FF, but the XML page renders the menu differently. It is thinner and the popups do not work.
Now my question is if there are any known or documented issues with XSL and IE7. Does IE7 load things in a different order than FF with respect to XSL, HTML, JavaScript, and CSS?
Check it out and let me know. Thanks!
Dan Standage