jquery - Dynamically set iframe scrollable -
i have make iframe element java script isn't scrollable anymore(the javascript function called iframe inside 1 have change).now works on firefox , chrome , must on ie also.
i have no alternative change scroll bars parent iframe , understand why, have jquery tabs in application , each tab loads on same iframe. problem came when faced sub tabs...in case, need sub iframe scrollable.
in firefox , chrome set overflow="hidden" , scrolling="no" parent iframe , works.
it possible dynamically set iframe have scrollbars or not through javascript in ie? thanks, luisa
with ie need set html frame being displayed via iframe "display:hidden" on body if don't have access iframe (say it's site) there's not can content independent.
(if doesn't work can try putting iframe in side iframe , make 2nd level down (page being viewed though initial site) show 2nd iframe's dimensions(3rd level down) big enough initial view cuts off scroll bars.
though bad coding, don't recommend it.)
can give more details i'm not sure if have access iframe or not.
Comments
Post a Comment