menu control in ie 6

  • Thread starter Thread starter chandy
  • Start date Start date
C

chandy

Hi,

I have just implemented a sitemapprovider and added a menu control to
an aspx page. It works fine in firefox but in IE there are no styles
and the rendering is, well, out of control, it's like it just went
mental. Anyone know why it would work in firefox 2 but not in ie 6?

Chandy
 
For anyone else with this issue, setting the xhtmlConformance mode to
"Strict" or "Transitional" in the web.config allowed it to work in IE
too. I had mode="Legacy" before. Bug in the framework?

Chandy
 
Back
Top