Marcus: DIV mit Seite scrollen

Beitrag lesen

<div class="appointment" style="left:50px; top:150px; width:138px; position:absolute; z-index:10000">
     <table cellpadding="0" cellspacing="0" style="bgcolor:#FFFFFF">
       <tr>
         <td>Test</td>
       </tr>
     </table>
</div>

Hallo Sven,
von deiner Codierung zeigst du a bisserl wenig, um eine analyse vorzunehmen. Wie sieht dein Haupt-DIV aus? wie sieht deine Klasse appointment aus? position: absolute scrollt normalerweise mit, während fixed stehen bleibt und relative sich immer von der aktuellen Positionsstand ausgeht.