Closed Bug 418087 Opened 16 years ago Closed 15 years ago

[IE7][Timeplot] Plot selector drop-down misaligned in Internet Explorer 7

Categories

(addons.mozilla.org Graveyard :: Statistics, defect, P5)

x86
Windows Vista
defect

Tracking

(Not tracked)

RESOLVED WONTFIX
4.x (triaged)

People

(Reporter: bugzilla-mozilla-20000923, Unassigned)

References

()

Details

Attachments

(1 file)

In IE7 (and quite possibly 6), the plot selector drop-down is misaligned due to its reliance on floats to operate in a particular way something not common between IE and FF.

I found that adding:
  clear: left;
  margin-top: 0px;
To the element representing the drop-down:
  <UL class=level1 id=plot-selector_test>
Corrected the appearance in IE7.

I don't know where would be good to put this in the CSS, as the drop-down gets quite a few sets of styles applied, and in particular the margin-top: 0px must override the other values provided. Also, the CSS needs to be restricted to IE7 only, as it will break FF's layout.
Target Milestone: --- → 3.x (triaged)
rdoherty - do we have a good way of just doing this for IE?
Severity: normal → trivial
Priority: -- → P5
We can add it to our IE stylesheet, that would work.
This is a wontfix according to our new front end standards https://wiki.mozilla.org/AMO:Developers/FrontEndStandards.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: