| View previous topic :: View next topic |
| Author |
Message |
flurit

Joined: 21 Jan 2009 Posts: 6 Location: Kreis Lörrach
|
Posted: Wed Jan 21, 2009 3:59 pm Post subject: Scrollbar einbauen ? |
|
|
Hallo Team !
Ich habe mich zwar durch gelesen,komme aber nicht ganz klar damit.
Ich würde gerne die Scrollbar
1. Einbauen
2.Farblich verändern
Wo,an welcher Stelle muss ich die Scrollbar einfügen?
In der Datei Style-Html wurde ich nicht fündig
kann man diesen Code fertig generiert einbauen ?
<style type="text/css">
<!--
body {
scrollbar-face-color: #FFB573;
scrollbar-track-color: #D6C610;
scrollbar-arrow-color: #844D18;
scrollbar-highlight-color: #D6C610;
scrollbar-shadow-color: #844D18;
scrollbar-3dlight-color: #CE84C6;
scrollbar-darkshadow-color: #000000;
}
-->
</style> _________________ Danke und Grüß Gott Flurit |
|
| Back to top |
|
 |
Paddelberg Site Admin

Joined: 17 Jan 2006 Posts: 797 Location: Worms
|
Posted: Wed Jan 21, 2009 4:50 pm Post subject: |
|
|
Hi
das machst du in die datei style css
schau mal ganz am Anfang ist schon ein body definiert.
Da machst du das denn zu rein
Beim standard template würde das denn so aussehen
| Code: | body {margin-left: 5px;margin-top: 5px;margin-right: 5px;margin-bottom: 5px;background-color: #FFFFFF;background-image: url(img/back.gif);scrollbar-face-color: #FFB573; scrollbar-track-color: #D6C610; scrollbar-arrow-color: #844D18; scrollbar-highlight-color: #D6C610; scrollbar-shadow-color: #844D18; scrollbar-3dlight-color: #CE84C6; scrollbar-darkshadow-color: #000000;
}
|
mfg
simon |
|
| Back to top |
|
 |
flurit

Joined: 21 Jan 2009 Posts: 6 Location: Kreis Lörrach
|
Posted: Wed Jan 21, 2009 6:23 pm Post subject: |
|
|
Hallo Paddelberg
Ich habe es versucht,leide rging es nicht bei mir.
Kann es sein das es ein Konflikt geben kann zwischen dem Befehl des Haupthintergrunbildes Attachment fixed?
hier eine Kopie meines einfügens des Codes in Zeile 1
body {margin:5px; background-color: #FFFFFF;background-image: url('http://mineraldruse.de/bilder/bg6401.jpg'); background-repeat:no-repeat;background-attachment:fixed; padding:0px;};scrollbar-face-color: #FFB573; scrollbar-track-color: #D6C610; scrollbar-arrow-color: #844D18; scrollbar-highlight-color: #D6C610; scrollbar-shadow-color: #844D18; scrollbar-3dlight-color: #CE84C6; scrollbar-darkshadow-color: #000000; }
hoffe sie können noch weiter helfen _________________ Danke und Grüß Gott Flurit |
|
| Back to top |
|
 |
Paddelberg Site Admin

Joined: 17 Jan 2006 Posts: 797 Location: Worms
|
Posted: Wed Jan 21, 2009 7:41 pm Post subject: |
|
|
body {margin:5px; background-color: #FFFFFF;background-image: url('http://mineraldruse.de/bilder/bg6401.jpg'); background-repeat:no-repeat;background-attachment:fixed; padding:0px;};scrollbar-face-color: #FFB573; scrollbar-track-color: #D6C610; scrollbar-arrow-color: #844D18; scrollbar-highlight-color: #D6C610; scrollbar-shadow-color: #844D18; scrollbar-3dlight-color: #CE84C6; scrollbar-darkshadow-color: #000000; }
entferne mal die zwei rot eingefärbten zeichen und probiers nochmal
wenn das nicht geht, denn veruche vor das body noch html, zu schreiben
also so
| Code: | | html, body {margin:5px; background-color: #FFFFFF;background-image: url('http://mineraldruse.de/bilder/bg6401.jpg'); background-repeat:no-repeat;background-attachment:fixed; padding:0px;scrollbar-face-color: #FFB573; scrollbar-track-color: #D6C610; scrollbar-arrow-color: #844D18; scrollbar-highlight-color: #D6C610; scrollbar-shadow-color: #844D18; scrollbar-3dlight-color: #CE84C6; scrollbar-darkshadow-color: #000000; } |
Das müsste den sicher gehen (aber nur im Internet Explorer!) |
|
| Back to top |
|
 |
flurit

Joined: 21 Jan 2009 Posts: 6 Location: Kreis Lörrach
|
Posted: Wed Jan 21, 2009 9:48 pm Post subject: |
|
|
Hallo Paddelberg
Nu hats geklappt nach entfernen der Zeichen ];
und einfügen des html vor dem bodytag
Gruß Flurit  _________________ Danke und Grüß Gott Flurit |
|
| Back to top |
|
 |
|