Closed
      
        Bug 418087
      
      
        Opened 17 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)
Tracking
(Not tracked)
        RESOLVED
        WONTFIX
        
    
  
        
            4.x (triaged)
        
    
  
People
(Reporter: bugzilla-mozilla-20000923, Unassigned)
References
()
Details
Attachments
(1 file)
| 9.09 KB,
          image/png         | Details | 
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.
|   | ||
| Updated•17 years ago
           | 
Target Milestone: --- → 3.x (triaged)
| Comment 1•15 years ago
           | ||
rdoherty - do we have a good way of just doing this for IE?
Severity: normal → trivial
Priority: -- → P5
|   | ||
| Comment 2•15 years ago
           | ||
We can add it to our IE stylesheet, that would work.
| Comment 3•15 years ago
           | ||
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
| Assignee | ||
| Updated•9 years ago
           | 
Product: addons.mozilla.org → addons.mozilla.org Graveyard
          You need to log in
          before you can comment on or make changes to this bug.
        
 Drop-down in Internet Explorer 7
 Drop-down in Internet Explorer 7
            
Description
•