Closed
Bug 139530
Opened 23 years ago
Closed 23 years ago
Use the HTML inside the description. Look at the .TIWRECTANGLE1CSS . it has zindex < 0 and bacground color that is set to the coresponding table is not rendered.
Categories
(Core Graveyard :: GFX, defect)
Core Graveyard
GFX
Tracking
(Not tracked)
People
(Reporter: doychin, Assigned: attinasi)
Details
Attachments
(1 file)
|
3.39 KB,
text/html
|
Details |
<html>
<head>
<title>Guess the Number</title>
<style TYPE="text/css"> .TIWRECTANGLE1CSS
{position:absolute;left:0;top:186;z-index:-1;font-style:normal;font-size:10pt;text-decoration:none;}
.IWBUTTON1CSS
{position:absolute;left:256;top:194;font-style:normal;font-size:10pt;text-decoration:none;}
.IWEDIT1CSS
{position:absolute;left:8;top:266;font-style:normal;font-size:10pt;text-decoration:none;}
.IWCHECKBOX1_INPUTCSS
{position:absolute;left:8;top:234;font-style:normal;font-size:10pt;text-decoration:none;}
.IWLABEL1CSS
{position:absolute;left:63;top:75;z-index:1;font-style:normal;font-size:10pt;text-decoration:none;}
.IWLABEL2CSS
{position:absolute;left:64;top:38;z-index:1;font-style:normal;font-size:10pt;text-decoration:none;}
.LABLGUESSNOCSS
{position:absolute;left:63;top:120;z-index:1;font-style:normal;font-size:10pt;text-decoration:none;}
.LINKQUITCSS
{position:absolute;left:279;top:159;z-index:1;font-style:normal;font-size:10pt;text-decoration:none;}
.IWRECTANGLE1CSS
{position:absolute;left:0;top:0;font-style:normal;font-size:10pt;text-decoration:none;}
.IWRECTANGLE2CSS
{position:absolute;left:0;top:299;z-index:3;font-style:normal;font-size:10pt;text-decoration:none;}
.IWRECTANGLE3CSS
{position:absolute;left:0;top:25;z-index:2;font-style:normal;font-size:10pt;text-decoration:none;}
.IWRECTANGLE4CSS
{position:absolute;left:319;top:25;z-index:1;font-style:normal;font-size:10pt;text-decoration:none;}
</style>
<meta NAME="GENERATOR" Content="IWInternal Serial 2147462168">
</head>
<body>
<form NAME="SubmitForm" ACTION="/Exec" METHOD="post">
<button NAME="IWBUTTON1" VALUE="IWButton1" TYPE="button" STYLE="FONT-SIZE:
10pt;FONT-STYLE: normal;BACKGROUND-COLOR: #d4d0c8;TEXT-DECORATION: none"
ID="IWBUTTON1" CLASS="IWBUTTON1CSS">IWButton1</button>
<input TYPE="text" NAME="IWEDIT1" SIZE="46" VALUE="IWEdit1" ID="IWEDIT1"
CLASS="IWEDIT1CSS">
<span ID="IWCHECKBOX1_INPUT" NAME="IWCHECKBOX1" CLASS="IWCHECKBOX1_INPUTCSS">
<input TYPE="checkbox" NAME="IWCHECKBOX1_INPUT" ID="IWCHECKBOX1"
ONCLICK="return IWCheckBox1_OnClick(this);">
IWCheckBox1</span>
</form>
<table BGCOLOR="#0000ff" WIDTH="344" HEIGHT="113" BORDER="0" CELLPADDING="0"
CELLSPACING="0" ID="TIWRECTANGLE1" NAME="TIWRECTANGLE1" CLASS="TIWRECTANGLE1CSS">
<tr>
<td ALIGN="middle" VALIGN="center" HEIGHT="113"> </td>
</tr>
</table>
<table BGCOLOR="#c0dcc0" WIDTH="344" HEIGHT="25" BORDER="0" CELLPADDING="0"
CELLSPACING="0" ID="IWRECTANGLE1" NAME="IWRECTANGLE1" CLASS="IWRECTANGLE1CSS">
<tr>
<td ALIGN="middle" VALIGN="center" HEIGHT="25"> </td>
</tr>
</table>
<table BGCOLOR="#f0fbff" WIDTH="344" HEIGHT="25" BORDER="0" CELLPADDING="0"
CELLSPACING="0" ID="IWRECTANGLE2" NAME="IWRECTANGLE2" CLASS="IWRECTANGLE2CSS">
<tr>
<td ALIGN="middle" VALIGN="center" HEIGHT="25"> </td>
</tr>
</table>
<table BGCOLOR="#00ffff" WIDTH="25" HEIGHT="161" BORDER="0" CELLPADDING="0"
CELLSPACING="0" ID="IWRECTANGLE3" NAME="IWRECTANGLE3" CLASS="IWRECTANGLE3CSS">
<tr>
<td ALIGN="middle" VALIGN="center" HEIGHT="161"> </td>
</tr>
</table>
<table BGCOLOR="#808000" WIDTH="25" HEIGHT="161" BORDER="0" CELLPADDING="0"
CELLSPACING="0" ID="IWRECTANGLE4" NAME="IWRECTANGLE4" CLASS="IWRECTANGLE4CSS">
<tr>
<td ALIGN="middle" VALIGN="center" HEIGHT="161"> </td>
</tr>
</table>
</body>
</html>
| Reporter | ||
Comment 1•23 years ago
|
||
SOrry for the HTML in the description. I'm new to bugzile and did not know that
I can attach files to bug reports ;-(
Comment 2•23 years ago
|
||
Duplicate of "[regression] Doesn't display position:absolute and z-index:-1"
Per the CSS standard, this is correct rendering -- the negative-z-index element
is below the background of the page and hence not visible...
*** This bug has been marked as a duplicate of 78087 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Component: Layout → GFX Compositor
OS: Windows 2000 → All
Hardware: PC → All
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•