carmencita
Grünschnabel
Ich habe ein Problem. Ich möchte für meinen Hauptframe eine farbige Scrollbar. Habe es von der Definition her soweit auch schon fertig.
<style type="text/css">
body {
background-color:#CCFFFF;
color:#FFFFFF;
scrollbar-base-color:#00CCCC;
scrollbar-3dlight-color:#00CCCC;
scrollbar-arrow-color:#00CCCC;
scrollbar-darkshadow-color:#00CCCC;
scrollbar-face-color:#00CCCC;
scrollbar-highlight-color:#00CCCC;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#CCFFFF;
}
wenn ich das jetzt in den HEAD der Frameseite einfüge, ist zwar die Scrollbar farbig, aber der ganze andere Rest : Text, Frames, Navigationsleiste... ist weg. Was muß ich noch angeben, damit es funktioniert?
Carmen
<style type="text/css">
body {
background-color:#CCFFFF;
color:#FFFFFF;
scrollbar-base-color:#00CCCC;
scrollbar-3dlight-color:#00CCCC;
scrollbar-arrow-color:#00CCCC;
scrollbar-darkshadow-color:#00CCCC;
scrollbar-face-color:#00CCCC;
scrollbar-highlight-color:#00CCCC;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#CCFFFF;
}
wenn ich das jetzt in den HEAD der Frameseite einfüge, ist zwar die Scrollbar farbig, aber der ganze andere Rest : Text, Frames, Navigationsleiste... ist weg. Was muß ich noch angeben, damit es funktioniert?
Carmen