PDA

View Full Version : Iframes



Xelp
26-07-2006, 12:26 AM
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?

Johno
26-07-2006, 04:17 AM
Hey!

Im sure this will work but if not someone else will probably be able to help :)



<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>
You may want to change the HEX Codes.

Just put that on the file inside the IFrame and it should work :)

Luckyrare
26-07-2006, 05:57 AM
or you could just use in your iframe scrolling="no" That will work in all browsers that support iframes.

myke
26-07-2006, 07:51 AM
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 ;{

ADAM:
26-07-2006, 07:57 AM
Hey

You need use CSS


<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>

You need to change the colour hex codes.

[As Opus said]

Mentor
26-07-2006, 10:42 AM
keep in mind scrollbar css only works in IE other browsers such as firefox dont support it

Catchetat
26-07-2006, 12:10 PM
can u use action scripts?

Want to hide these adverts? Register an account for free!