Click to See Complete Forum and Search --> : having trouble with my iframe scrollbars


Ventage
09-04-2006, 06:13 PM
im using dreamweaver to code my site.. it lets me insert a iframe.. and they give me the code.. but dont have an option where i can change the scrollbars..

could someone rewrite this code where the scroll bars would change.. hope im not confusing anyone.. heres the code i have

<iframe src="" width="300" height="300" scrolling="auto"></iframe>

im not sure if i add the scroll codes within the iframe.. or somewhere else in the html document..

Kravvitz
09-04-2006, 10:18 PM
Why and in what way do you want to change the scrollbars?

oceanbox
09-05-2006, 02:09 AM
try this

<iframe src="" width="300" height="300" scrolling="yes"></iframe>


by changing scrolling="auto" to scrolling="yes"
this will turn the scollbars on all of the time but will not display a slider if the content in the iframe is smaller than the iframe itself.

Ventage
09-05-2006, 10:20 PM
yes.. that works to.. but i actually wanted to change the color.. i know how to change the regular browser scrolling.. but it doesnt work for the iframes to..

or would it be better to use javascript or flash iframes?

Kravvitz
09-05-2006, 10:22 PM
Scrollbar Colors (http://www.dynamicsitesolutions.com/css/scrollbar_colors/)

Ventage
09-05-2006, 10:28 PM
thanks for helpin me out on my bday and all :)