Ticket #406 (closed Bug report: fixed)
IE 6 CSS Bug
Reported by: | Frederic Sheedy (sheedf@… | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Not yet assigned to a Milestone |
Component: | Auth server, Feature request | Version: | |
Keywords: | Cc: |
Description
Change below is required to show hotspots_map.php correctly in IE 6.
To be done in /media/base_theme/stylesheet.css:
Before:
#left_area { position: absolute; width: 25%; float: left; margin: 0em; padding: 0em; }
After:
#left_area { position: absolute; width: 25%; float: left; margin: 0em; padding: 0em; }
Diff:
position: absolute;
Attachement: patch for /media/base_theme/stylesheet.css
Attachments
Change History
Note: See
TracTickets for help on using
tickets.