Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Formatting is broken in IE6 with the theme_faceted_search_ui_categories() funciton. The attached patch corrects the IE6 issue by overriding the type from a <ul> tag to a <span> tag.
This patch will generate markup like <span><li>...</li></span>, which is not valid XHTML... And I don't see any formatting problem in IE6 within the Garland theme. Do you happen to use another theme? If so, then perhaps you need to do some CSS work to properly format the lists?
Comments
Comment #1
David Lesieur commentedThis patch will generate markup like
<span><li>...</li></span>, which is not valid XHTML... And I don't see any formatting problem in IE6 within the Garland theme. Do you happen to use another theme? If so, then perhaps you need to do some CSS work to properly format the lists?Comment #2
v1nce commentedI see yes, this is a theming issue. I'll close out this issue.