html - prevent an iframe within an iframe from resizing -
i pretty new html, css , javascript , trying create webpage has iframe. page displayed in iframe has iframe. when second page displayed inside first page's iframe, own iframe resizes , shifts. want prevent happening. tried making position of iframe on second page fixed did not help. idea how fix that? want second webpage displayed inside first web page's iframe display on own in browser window without re-sizing or changing placement of of objects on it.
edit: figured out browser not showing changes made document because kept fetching older incorrect version cache. once cleared cache , reloaded page, turns out making position fixed or absolute solved problem. had defined position want second iframe on second web page. dumb, know. thanx though guys!
Comments
Post a Comment