Can I change the colour of scroll arrows in slide show photo galle

G

Guest

Since changing the background in my webpage I have found that the grey arrow
buttons used to scroll through my photo gallery (slide show format) are not
clearly visible.
Is it possible to change the colour of these buttons or will I have to
change the whole background image to contrast with the grey buttons?
Many many thanks for any assistance you can give me on this one.
Sarah
 
G

Guest

In code/html view add this between <head> and </head> and "play" around with
color values until you find the combo you like:

<style>
body {
background-color: #F5F5F5;
font-family: verdana, arial;
scrollbar-face-color: #005501;
scrollbar-highlight-color: #005300;
scrollbar-shadow-color: #000000;
scrollbar-3dlight-color: #FFD700;
scrollbar-arrow-color: #FFD700;
scrollbar-track-color: #708090;
scrollbar-darkshadow-color: #000000;
}
</style>
 
S

Steve Easton

The scroll arrows are actually gif images.
You will find them in the photoxxxxx folder for your gallery.
Edit them in an image editor to change the color.
Do "Not" change the names of the files.

The file names are:
next.gif
nextdis.gif
prev.gif
prevdis.gif


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top