Search and Top Navigation
#4547 closed bug (wontfix)
Opened May 22, 2009 02:54AM UTC
Closed October 05, 2012 03:47PM UTC
Last modified October 05, 2012 03:50PM UTC
IE6: CSS for icon does not work properly
Reported by: | srabouin | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | [meta] ui.themeroller | Version: | 1.7.1 |
Keywords: | ie6 css icon | Cc: | |
Blocked by: | Blocking: |
Description
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
the top 50% does not work properly in IE6. It will sometimes show in the proper location, but depending on the page height it will disappear from the visible area.
Unfortunately I am not a CSS expert, but I suppose a line-height would need to be specified or the top would need to be hardcoded to something like .1em, etc.
This issue also appears on the demo page for the open dialog button icon, which is using the same top: 50%.
Attachments (1)
Change History (4)
Changed May 22, 2009 11:18AM UTC by comment:1
component: | ui.accordion → [meta] ui.themeroller |
---|---|
milestone: | TBD → 1.8 |
priority: | minor → trivial |
Changed June 06, 2012 01:25PM UTC by comment:2
priority: | trivial → minor |
---|
Changed October 05, 2012 03:47PM UTC by comment:3
resolution: | → wontfix |
---|---|
status: | new → closed |
This is a bug on the ThemeRoller page, not in the CSS framework, and we're not going to support IE6 for out web sites anymore, as it only accounts for 0.1% of our traffic.
Your screenshot doesn't show any relation to the accordion. And the accordion demo works fine in IE6, its just that button that is broken.