Ticket #406 (closed Bug report: fixed)

Opened 1 year ago

Last modified 1 year ago

IE 6 CSS Bug

Reported by: Frederic Sheedy (sheedf@gmail.com) Assigned to:
Priority: normal Milestone: Not yet assigned to a Milestone
Component: Auth server, Feature request 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

stylesheet.css.patch (31 bytes) - added by Frederic Sheedy (sheedf@gmail.com) on 12/21/07 11:32:50.

Change History

12/21/07 11:32:50 changed by Frederic Sheedy (sheedf@gmail.com)

  • attachment stylesheet.css.patch added.

12/21/07 11:43:22 changed by Frederic Sheedy (sheedf@gmail.com)

Oups, correction:

Before:

#left_area {
    width: 25%;
    float: left;
    margin: 0em;
    padding: 0em;
}

12/30/07 16:49:48 changed by benoitg

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [1314]


Add/Change #406 (IE 6 CSS Bug)




Action