On 14 Dec 2011, at 18:34, david <[email protected]> wrote: > Hmm, maybe you could put the iframe inside a div and position/size the div > the way you want?
David's on the button: iframes, objects and embeds are notoriously difficult to pass convenient measurements to. Your best bet is to get a wrapper div positioned as you desire and give the iframe position:absolute, top & left of 0 and height & width of 100%. Note the wrapper must be positioned fixed, absolute or relative for this to work. Set up a prototype on jsfiddle.net with your current work in progress if you need more help. Regards, Barney Carroll ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
