View Full Version : Live Journal scroll bar code...


princess2005
03-01-2003, 09:51 AM
Hi! I have the scroll bar code that I would like to use as my scroll bar on Live Journal, but I don't know where to put it on the site so that it will work. If someone could please help me, I would greatly appreciate it. Thanks a bunch!

MaGiCSuN
03-01-2003, 12:02 PM
You mean a <style> code?

that supposed to be between the <head> and </head> tags. You can just put it on there.

Love,
mirna

StyGomez
03-01-2003, 04:02 PM
Log in, then go here: http://www.livejournal.com/modify_do.bml

At the bottom is the big override box, just copy and paste this in there (and change it to the colors you want instead of 000000) and don't forget the weird global tags:


GLOBAL_HEAD<=
<style type="text/css">
<!--
body {
scrollbar-face-color : #000000;
scrollbar-highlight-color : #000000;
scrollbar-3dlight-color : #000000; scrollbar-shadow-color : #000000;
scrollbar-darkshadow-color : #000000; scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000}
-->
</style>
<=GLOBAL_HEAD

princess2005
03-01-2003, 06:33 PM
It worked. Thanks a lot!