Jump to content

Recommended Posts

Posted

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>

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...