Those Iframes, how can u make it so that the scrolling gray bar dont appear and instead just an arrow at the top and bottom?
Those Iframes, how can u make it so that the scrolling gray bar dont appear and instead just an arrow at the top and bottom?
Hey!
Im sure this will work but if not someone else will probably be able to help
You may want to change the HEX Codes.Code:<style> body, td { scrollbar-base-color: FFFFFF; scrollbar-arrow-color: 000000; scrollbar-shadow-color: FFFFFF; scrollbar-highlight-color: FFFFFF; scrollbar-darkshadow-color: FFFFFF; scrollbar-track-color: FFFFFF; scrollbar-face-color: FFFFFF; } </style>
Just put that on the file inside the IFrame and it should work![]()
or you could just use in your iframe scrolling="no" That will work in all browsers that support iframes.
That hides the whole scrollbar, what he wants is so it shows only the top and bottom arrow. I agree with the person who posted before however it only works in IE ;{Originally Posted by Luckyrare
or you could just use in your iframe scrolling="no" That will work in all browsers that support iframes.
drink up this bottle of yeah
and P A I N T your body on me
Hey
You need use CSS
You need to change the colour hex codes.<style>
body, td {
scrollbar-base-color: FFFFFF;
scrollbar-arrow-color: 000000;
scrollbar-shadow-color: FFFFFF;
scrollbar-highlight-color: FFFFFF;
scrollbar-darkshadow-color: FFFFFF;
scrollbar-track-color: FFFFFF;
scrollbar-face-color: FFFFFF;
}
</style>
[As Opus said]
can u use action scripts?
Please visit my websites (yn)
http://ks3sci.webs.com/ to revise Key stage 3 Science
http://igcsechem.webs.com/ to revise I/GCSE Chemistry
http://plain_indians.webs.com to learn about the plain indians
http://medic4u.webs.com for first year medical notes
http://medics4u.webs.com for second year medical notes
http://catchetat.blogspot.co.uk/ to check out my blog (as a boring medical student)
Want to hide these adverts? Register an account for free!