Scrollbar properties in Iframes?

  • Thread starter Thread starter Anonymous
  • Start date Start date
A

Anonymous

Guest
Hi

How do I control the scrollbar properties of iframes using CSS?

Thanks
 
JediBookworm said:
Hi

How do I control the scrollbar properties of iframes using CSS?

Thanks
try use in tag scroll="auto" or somthing else.
 
can we use the CSS to change the color of the scroll bar???
please reply.
 
it will work only on IE and therefore not recomended: your CSS will not be validated by w3C in that case. those properties are ONLY for IE: i do not recommend using them
 
can i ask a thing....what is Iframe??I hope somebody may explain to me.

Thank you!!
 
You already know what a Frame is, so an IFrame is an Inline Frame. Which means you can put it "where you want" with all the properties you need (sizes, scroll bars, target, etc..).
E.g.: Inside a table, inside a div/span...

When you make a reply in this forum, you can see a "box" where you have all the posts including the one you're about to r eply to.... that box, is probably an IFrame.
 
Back
Top