Mark Carter schrieb:

... http://www.defactosoftware.com/staging/focus/a_d_cs_kiowa.html
http://www.defactosoftware.com/staging/focus/css/activity.css
In the 'Download' box half way down the page on the right, I initially
see the anomaly. When I click away from the browser, and then return to
the page, the artefact has gone...

The anomaly is that the background of the .boxbody /*1*/ is partly not drawn, and we see the background of the .sidebox (rename the image /*1*/ to see)

It's another dimensional bug, I think I have not seen it before, so here is a small testcase and some rant:
http://www.satzansatz.de/cssd/forgottenbg.html

A fix would be to set the Holly hack to .boxbody,

/* \*/
* html  .boxbody {height:1%};
/* */

Ingo



<div class="Sidebox">...
<div class="Boxbody">
<p style="background-image: none;">...</p>
</div>
</div>


.Sidebox {
margin: 0 auto;
width: 238px;
background: url('../images/activity/sbbody-r.gif') no-repeat bottom
right;
font-size: 100%;
MARGIN-TOP: 30px;
}
.Boxbody {
background: url('../images/activity/sbbody-l.gif') no-repeat bottom
left; /* 1 */
margin: 0; padding: 5px 20px 20px;
FONT-SIZE: 10px;
}
.Boxbody p {
margin: 5px 0px 3px 6px; padding: 0px 10px 5px 11px;
background: url('../images/market/fresh_produce/arrow.gif') no-repeat 0
3px;
}


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to