Hi Leute ich versuche jetzt schon ne Zeitlang einem Div bei zuviel Text Scroallable zu machen.
Was ich bis jetzt habe:
Das obige Div wird per Ajax in einen Anderen Div nachgeladen, siehe:
Das Div wird dann in den "<td id="infotd">" nachgeladen, jedoch ist er nie Scrollable?
Hier mal einen Screen Shot wie es jetzt siehe Anhang.
Ich weis nicht wieso er mir das nicht scrollable macht!
Schöne Grüße
Michael
Was ich bis jetzt habe:
PHP-Code:
echo "<div style=\"overflow:auto;\"><b>" . $p_name . ":</b><br>";
echo urldecode($p_text) . "<br></div>";
PHP-Code:
<div class="tooltip" id="infodiv">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="background:#CCC;padding:3px">
<span style="font-weight:bold;font-size:12pt">info</span>
</td>
<td align="right" style="background:#CCC;padding:3px">
<span onclick="hideInfo('infodiv')"
style="font-family:Wingdings;font-size:14pt;
cursor:pointer">x</span>
</td>
</tr>
<tr>
<td id="infotd" colspan="2">
</td>
</tr>
</table>
</div>
Hier mal einen Screen Shot wie es jetzt siehe Anhang.
Ich weis nicht wieso er mir das nicht scrollable macht!
Schöne Grüße
Michael
Kommentar