hey
im having trouble with my scrollbars on myspace.
i have found some codes for them and then when i enter them, nothing seems to happen :( its very frustrating could some one please give me a link to something that will actually work and give me step by step details on how to do it?
The_MoUsY_spell_checker answered Friday November 4 2005, 6:24 pm: What scrollbars do you want? A box that holds content and then overflows into a scrollbar? Coloured scrollbars?
If you want a box with a scrollbar (called a "blog" - not to be confused with a blog as in a journal) use this code:
<div style="overflow:auto;"> stuff goes here </div>
If you want coloured scrollbars, use this:
<style type="text/css">
scrollbar-face-color:FFFFFF;
scrollbar-highlight-color:FFFFFF;
scrollbar-3dlight-color:FFFFFF;
scrollbar-shadow-color:FFFFFF;
scrollbar-darkshadow-color:FFFFFF;
scrollbar-track-color:FFFFFF;
scrollbar-arrow-color:FFFFFF;}
</style>
Attention: NOTHING on this site may be reproduced in any fashion whatsoever without explicit consent (in writing) of the owner of said material, unless otherwise stated on the page where the content originated. Search engines are free to index and cache our content. Users who post their account names or personal information in their questions have no expectation of privacy beyond that point for anything they disclose. Questions are otherwise considered anonymous to the general public.