https://bugzilla.wikimedia.org/show_bug.cgi?id=24366

           Summary: ID or class needed for relative-positioned container
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: FlaggedRevs
        AssignedTo: jschulz_4...@msn.com
        ReportedBy: entli...@gmx-topmail.de
                CC: innocentkil...@gmail.com


It would be nice if the relative-positioned div in the following structure

<div id="mw-fr-revisiontag" class="flaggedrevs_short">
  <div class="flaggedrevs_short_basic">...</div>
  <div style="position:relative;">
    <div id="mw-fr-revisiondetails" class="flaggedrevs_short_details">...</div>
  </div>
</div>

had an ID or a class so that a z-index can be applied to it. The z-index is
needed because of templates like [[Template:Location map]], and it needs to be
on the relative-positioned div because of a bug in IE <= 7
(http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html).

[[de:MediaWiki:Common.css]] currently uses "div.flaggedrevs_short div {
z-index: 1; }", but this is ugly because it applies to 3 divs where just 1 is
needed, and there is no better choice that works in IE 6.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to