
Zitat von
olimustermann
...aber bei
PHP-Code:
position:relative;
doch net?
Gerade bei relative, denn dann sind die beiden ja relativ zueinander positioniert. Der obere wird länger, der untere wird mitgeschoben

Zitat von
olimustermann
das überschneidet sich bei mir total...
klar, weil du da untere Objekt absolut positionierst...
ich kenn dein Markup jetzt nicht, aber so sollte es doch eher aussehen:
Code:
.txtareaRIGHTSIDE {;
width:226px;
background-color:#FDB902;
margin-top:176px;
padding-left:10px;
padding-top:5px;
padding-right:10px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
background-position:bottom;
background-repeat:no-repeat;
}
.endoftxtareaRIGHTSIDE {
display:block;
width:246px;
height:36px;
background: url("../hp_gp/hp_gp_site/hp_content_of_box_ending.png");
background-repeat:no-repeat;
}