Thread: I need help on a scroll bar??
Results 1 to 10 of 10
Related
-
Add CSS scroll bar Forum: CSS Forum
Replies: 1 -
CSS scroll box Forum: CSS Forum
Replies: 3 -
Replies: 6
-
add a scroll bar Forum: HTML Forum
Replies: 0
-
09-03-2003, 04:36 PM #1
I need help on a scroll bar??
i need help on making this kind of scroll bar Please go to
this link i need something similar to this.. http://www.geocities.com/xforesightx/newsite/navigation.html
i need the color,size change of the scroll bar.. and fonts color,size, too. it would be great if i can just get the code.
thanks ...
-
09-03-2003, 05:10 PM #2
place this between the <head></head> tags
Code:<style type="text/css"> BODY { scrollbar-face-color:"#800000"; scrollbar-arrow-color:"#808080">; scrollbar-track-color:"#000000"; scrollbar-shadow-color:"#003366"; scrollbar-highlight-color:"#660066"; scrollbar-3dlight-color:''660066"; scrollbar-darkshadow-Color:"#"; } </style>
-
09-03-2003, 05:34 PM #3
scroll help
hey thanks alot for the code but one thing i need
to know what exactly are the tag look im new at this
and im not to familiar with the tags and all that so please
can you break the words down into simpler words thanks
-
09-03-2003, 06:04 PM #4
If you are not sure what the <head> tags are I would suggest reading the HTML tutorials.
The Head tags are one of the 3 most important tags, if you do not know what these are you are jumping way ahead worrying about the scrollbars.
Dave
-
09-03-2003, 06:20 PM #5
scroll
ok i do know about the tags and all that but i just wanted
the code just so i can paste it on..
ok click here this is my site and this is the scroll bar
i added but the only thing i want to get rid of is
the bottom scroll that all please check it out..
http://www.geocities.com/forgottenvictims187/shows.html?1062630780832
and thanks again for your time and help..
-
09-03-2003, 06:32 PM #6
You have tables set to varying widths, I saw 850 and another 870. If you are viewing at 800x600 it has it is supposed to give the horizontal scroll if your widths are greater than 800.
I did not check, but I would bet your bottom images(navigation) are also over 800 when combined.
Dave
-
09-03-2003, 06:52 PM #7
this is my code it dosent show any size over 800
<div style="scrollbar-face-color: #000000; scrollbar-highlight-color: #000000;scrollbar-shadow-color: #ffffff; scrollbar-3dlight-color: #ffffff;scrollbar-arrow-color: #ffffff; scrollbar-track-color: #000000;scrollbar-darkshadow-color: #000000;width: 200px; height: 200px; overflow: scroll; border:5px dashed black; background-color: #; font: 12px verdana;">
-
09-03-2003, 07:16 PM #8
why did you put the tags I told you to put in the head inside a div?
and yes you do have widths over 800, look at your code again, read the above messages again.
Dave
-
09-03-2003, 08:46 PM #9
ok sorry dave if im making you into alot of trouble
it would be great if you could just give me the code
and all i have to do is paste it on my html code please do me that favor..Thanks alot..
-
09-03-2003, 09:17 PM #10
I have provided the code for the colored scrollbar as well as have provided directions. In regards to the horizontal scrollbar there is no simple cut n paste code to correct this, it is a matter of correcting your own code so that you do not have width=850 and width=870.
I could be wrong, but I am assuming you did not write your code. If you did not write your code and are not familiar than you should maybe contact the person that created it for you.
oops, I see nowCode:<meta name="generator" content="Created Using Yahoo! PageBuilder 2.61.83">
Dave