- Mitglied seit
- 03.12.2002
- Beiträge
- 1.002
- Reaktionen
- 0
Huhu junxx 
brauch schnell mal hilfe mit nem CSS Stylesheet
ist es möglich die Farbe der Scrollbar eines embedded frames per CSS Style zu definieren ?
etwa folgendermaßen :
bin HTML n00b
ThX 4 HLp
mfG Clone

brauch schnell mal hilfe mit nem CSS Stylesheet
ist es möglich die Farbe der Scrollbar eines embedded frames per CSS Style zu definieren ?
etwa folgendermaßen :
Code:
<iframe>
<style type="text/css">
body {
scrollbar-base-color:#000000;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-arrow-color:#20E80B;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#000000;
}
</style>
</iframe>
bin HTML n00b

ThX 4 HLp

mfG Clone

das ist doch schonmal etwas !
)


