Ticket #406 (closed Bug report: fixed)

Opened 5 years ago

Last modified 5 years ago

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

stylesheet.css.patch Download (31 bytes) - added by Frederic Sheedy (sheedf@… 5 years ago.

Change History

Changed 5 years ago by Frederic Sheedy (sheedf@…

Changed 5 years ago by Frederic Sheedy (sheedf@…

Oups, correction:

Before:

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

Changed 5 years ago by benoitg

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

Fixed in [1314]

Add/Change #406 (IE 6 CSS Bug)

Author


E-mail address and user name can be saved in the Preferences.


Action
as closed
The resolution will be deleted. Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.