Question:

What is the html code for a page scroll?

by  |  earlier

0 LIKES UnLike

Please!

 Tags:

   Report

2 ANSWERS


  1. did you mean a scroll bar?

    you can change the colors and stuff fir this one.

    <style type="text/css">

    BODY {

    scrollbar-face-color: #COLOR CODE HERE;

    scrollbar-shadow-color: LEAVE EMPTY;

    scrollbar-darkshadow-color: #LEAVE EMPTY;

    scrollbar-3dlight-color: #LEAVE EMPTY;

    scrollbar-highlight-color: #LEAVE EMPTY;

    scrollbar-arrow-color: #COLOUR CODE HERE;

    scrollbar-track-color: #COLOUR CODE HERE;

    </style><center><a href="" target="_blank"><img src="" border="0"/></a></center>


  2. There is no specific code for scroll as scroll bars are produced by the browsers depending on the requirements for viewing a page's content.  You can use the overflow property to controll certain actions of content overflowing its container.

    Ron

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.