PDA

View Full Version : Slide buttons


robertodenis
Jul-07-2007, 11:36 AM
Hello!

Sorry about that but once again I have a question about buttons.

They are there! I succeded. They are on my homepage under the slide. They work. But they are invisible.

I would like to keep the background black because I think it is "classe et chic".

How can I make the buttons "visibles"?

Thank you for your help.


www.robertodenis.name (http://www.robertodenis.name)

Brussels
Belgium

oxy8384
Jul-07-2007, 11:50 AM
...Try something like this (this is the URL for your PLAY button, for example)
http://www.robertodenis.name/photos/169847582-Ti-1.png

To get the correct links for your other buttons, go into your buttons gallery and hover over each button, right click, and 'save link location' or something similar.

Then, in your CSS customization section, replace this code:
#ssPlay img {
background-image: url(http://www.robertodenis.name/Divers/PauseButton.png); (http://www.robertodenis.name/Divers/PauseButton.png%29;)
}
with the new link, like this:
#ssPlay img {
background-image: url(http://www.robertodenis.name/photos/169847582-Ti-1.png); (http://www.robertodenis.name/photos/169847582-Ti-1.png%29;)
}

Do the same thing for the other 3 buttons.

Bill

robertodenis
Jul-07-2007, 01:51 PM
It works. Thank you!:clap