Guten Tag freunde der Nacht,
Ich würde gerne das Element1 an eine andere Position verschieben, wenn das Element2 sichtbar wird. Ist das mit CSS realisierbar oder bin ich hier fehl am Platz?^^
MfG ChrizzleWhizzle
div.paginate_enabled_next {
display: block;
width: 22px;
height: 18px;
background-color: black;
overflow: auto;
margin-left: 23px;
position: relative;
top: -18px;
left: 600px;
background: url(../images/button-rechts.gif);
}
div.paginate_enabled_previous {
display:block;
color:#000;
width: 22px;
height: 18px;
position: relative;
left: 600px;
background-color: red;
background: url(../images/button-links.gif);
}<div class="haendlersuche_list">
<p></p>
<label id="Label2" style="font-size: 13px;font-style: italic">###LABEL_LIST_CAPTION###</label>
<table frame="hsides">
<thead>
<tr>
<th align="left" style="font-size: 12px;width: 280px;">###LABEL_LIST_COMPANY###</th>
<th align="left" style="font-size: 12px;width: 100px;">###LABEL_LIST_ZIP###</th>
<th align="left" style="font-size: 12px;width: 140px;">###LABEL_LIST_CITY###</th>
<th align="left" style="font-size: 12px;width: 80px;">###LABEL_LIST_COUNTRY###</th>
<th align="left" style="font-size: 12px;width: 60px;"></th>
</tr>
</thead>
<!-- ###CONTENT### -->
<!-- ###ITEM### -->
<tr>
<td style="vertical-align:middle">###COMPANY###</td>
<td style="vertical-align:middle">###ZIP###</td>
<td style="vertical-align:middle">###CITY###</td>
<td style="vertical-align:middle">###COUNTRY###</td>
<td style="vertical-align:middle">###DETAILLINK###</td>
</tr>
<!-- ###ITEM### -->
<!-- ###CONTENT### -->
</table>
</div>


Moderatoren: Laus, Moderatoren
Zurück zu: CSS für Anfänger
Mitglieder in diesem Forum: 0 Mitglieder und 3 Gäste