|
Ich hasse Ebenen :O(
Komm irgendwie nicht klar - hab ein News Fenster zum Scrollen gemacht - mit drei divs - container, content und scoller! Alles supi bis zu dem Zeitpunkt wo ich das Browserfenster kleiner mache, dann verschiebts alle drei divs gleichmäßig!
Habs jetzt mit relative und absloute probiert, aber es will nicht.
<div id="container" position: relative; z-index: 1; top: 347px; left: 656px; width: 180px; height: 240px; overflow: hidden; clip: rect(0 auto auto 0)>
-- wenn ich bei auto nen Wert eingeb, schreibt er den immer wieder auf auto--
<div id="content" position: relative; z-index: 1; top: 387px; right: 100%; bottom: 100%; left: 661px; width: 195px; height: 306px>
<table width="177" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20"><img src="images/pixel.gif" alt="" height="20" width="20" border="0"></td>
<td><a href="voice.html" target="_parent">Januar 2006<br>
Voice over IP: Vernetzung</a></td>
</tr>
<tr>
<td width="20"></td>
<td><img src="images/pixel.gif" alt="" height="32" width="32" border="0"></td>
</tr>
<tr>
<td width="20"><img src="images/pixel.gif" alt="" height="20" width="20" border="0"></td>
<td><a href="news_ITES.html" target="_blank">Januar 2006<br>
ITES eine Firma stellt <br>sich vor</a></td>
</tr>
<tr>
<td width="20"></td>
<td><img src="images/pixel.gif" alt="" height="32" width="32" border="0"></td>
</tr>
<tr>
<td width="20"></td>
<td><a href="voice.html" target="_parent">Januar 2006<br>
Voice over IP: Vernetzung</a></td>
</tr>
<tr>
<td width="20"></td>
<td><img src="images/pixel.gif" alt="" height="32" width="32" border="0"></td>
</tr>
<tr>
<td width="20"></td>
<td><a href="news_ITES.html" target="_blank">Januar 2006<br>
ITES eine Firma stellt <br>
sich vor</a></td>
</tr>
<tr>
<td width="20"></td>
<td></td>
</tr>
<tr>
<td width="20"></td>
<td></td>
</tr>
<tr>
<td width="20"></td>
<td></td>
</tr>
</table>
</div>
</div>
<div id="steuerung" style=" color: #2c4e99; font-size: 12px; font-family: Verdana, Arial, Helvetica; font-weight: normal; line-height: normal; text-align: left; visibility: visible; display: block; position: relative; z-index: 1; top: 46px; left: 76%; width: 27px; height: 232px;">
-- der schreibt mir beim speichern immer so einen sch... rein... sowohl oben als auch in der div - warum???--
<a href="#" onmouseover="P7_VScroller('Content','Up',0,0,'Medium')"
onmouseout="P7_VScroller('Content','Stop',0,0,'Medium')">
<img src="images/up.jpg" border="0"></a><br>
<img src="images/pixel.gif" height="200" width="5" ><br>
<a href="#" onmouseover="P7_VScroller('Content','Down',0,110,'Medium')"
onmouseout="P7_VScroller('Content','Stop',0,0,'Medium')"><img src="images/down.jpg" border="0"></a>
>/div>
Was ist da los? Ich hab jetzt schon tausend Varianten ausprobiert und er schreibt immer den Sums mit der textfarbe und so rein!
Danke für die Hilfe
Silke
|