This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 18943 - Suggested test from live DOM viewer: <!DOCTYPE html> <style> .fixed { position:fixed; } .overlayA { background-color: rgba(255, 0, 0, 0.8); position: absolute; top: 0px; z-index: 1; } .overlayB { background-color: rgba(0, 255, 0, 0.8); position: absolute;
Summary: Suggested test from live DOM viewer: <!DOCTYPE html> <style> .fixed { positio...
Status: NEW
Alias: None
Product: HTML WG
Classification: Unclassified
Component: testsuite (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-20 22:17 UTC by contributor
Modified: 2012-09-20 22:17 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2012-09-20 22:17:47 UTC
<!DOCTYPE html>
<style>
.fixed {
position:fixed;
}
.overlayA {
background-color: rgba(255, 0, 0, 0.8);
position: absolute;
top: 0px;
z-index: 1;
}
.overlayB {
background-color: rgba(0, 255, 0, 0.8);
position: absolute;
top: 30px;
z-index: 3;
}
.content {
background-color: rgba(0, 0, 255, 0.8);
position: absolute;
z-index: 2;
}
</style>
<div class="fixed">
  <div class="overlayA">overlay_a</div>
  <div class="overlayB">overlay_b</div>
</div>
<div class="content">content<br>goes<br>here</div>

Posted from: 93.186.23.243
User agent: BlackBerry8520/5.0.0.681 Profile/MIDP-2.1 Configuration/CLDC-1.1 VendorID/142
Referer: