Hello,
I'd rather one image than the text link (#top] to come back in top of the page.
how could i do that ?
thanks a lot to everyone,
Raphaƫl
Hello,
I'd rather one image than the text link (#top] to come back in top of the page.
how could i do that ?
thanks a lot to everyone,
Raphaƫl
Hey,
Using CSS you can easily change the "Top" link to an image.
This should get you started (add to the bottom of style.css):
.scrollTop {
background: url(path/to/image.jpg) no-repeat 0 0;
text-indent: -9999px;
width: 16px;
height: 16px;
}
James
Thanks perfect, exactly what i wanted to do ;o)
R.
You must log in to post.