Hi Leute,
ich würde gerne den Scrollbalken eines Inline-Frames formatieren. Leider funktioniert das nicht so simpel, wie bei einer Textarea...
Funkt das mit Inline-Frames nicht oder habe ich da einen Syntax-Fehler?
Tnx 4 Help, Greetz Lukas
ich würde gerne den Scrollbalken eines Inline-Frames formatieren. Leider funktioniert das nicht so simpel, wie bei einer Textarea...
PHP-Code:
<iframe src="text.html" name="I1" width="490" height="370" frameborder="0" align="left" border="0" marginwidth="5" marginheight="5" style="font-family: Arial; font-size: 10pt; padding: 0;
scrollbar-base-color:#C0D0DC;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-arrow-color:#2C6189;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#C0D0DC;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#2C6189;
scrollbar-track-color:#C0D0DC">Ihr Browser unterstützt keine Inline Frames</iframe>
Tnx 4 Help, Greetz Lukas
Kommentar