TCH-Thomas Posted September 16, 2004 Posted September 16, 2004 Does anyone know which file/s in advanced guestbook I can insert the below script to, to modify the scroll bars? ><style> <!-- BODY{ scrollbar-face-color:eee; scrollbar-arrow-color:BBBBBB; scrollbar-track-color:eee; scrollbar-shadow-color:BBBBBB; scrollbar-highlight-color:eee; scrollbar-3dlight-color:BBBBBB; scrollbar-darkshadow-Color:eee; } --> </style> Quote
TCH-Don Posted September 16, 2004 Posted September 16, 2004 Thomas, in the file templates/header.php you will see some style tags. Just add yours to that area so that part looks like ><style type="text/css"> <!-- .font1 { font-family: $VARS[font_face]; font-size: $VARS[tb_font_1]; color: $VARS[text_color] } .font2 { font-family: $VARS[font_face]; font-size: $VARS[tb_font_2]; color: $VARS[text_color] } .font3 { font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; color: $VARS[text_color]; font-weight: bold} .select { font-family: $VARS[font_face]; font-size: 9pt} .input { font-family: $VARS[font_face]; font-size: 9pt} BODY{ scrollbar-face-color:eee; scrollbar-arrow-color:BBBBBB; scrollbar-track-color:eee; scrollbar-shadow-color:BBBBBB; scrollbar-highlight-color:eee; scrollbar-3dlight-color:BBBBBB; scrollbar-darkshadow-Color:eee; } --> </style> Of course as you know it will not show up except in IE. Quote
TCH-Thomas Posted September 16, 2004 Author Posted September 16, 2004 Thanks Don. There was so many files in templates folder, including a index.html which was empty so I figured I better ask. And yep I know I.E only. Quote
TCH-Thomas Posted September 16, 2004 Author Posted September 16, 2004 File changed and uploaded. Looks like I wanted it. Have a look if you like. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.