Re: [css-d] iframe troubles

2012-01-15 Thread Ghodmode
On Wed, Dec 14, 2011 at 1:37 AM, Deighan, John wrote: > For some reason, when I try to create a position:fixed iframe element, it > gets an arbitrary height instead of filling to the bottom of the viewport as > I think it should. A sample HTML page is below. The only change I've made > from the

Re: [css-d] iframe troubles

2012-01-15 Thread Markus Ernst
Am 14.12.2011 02:05 schrieb Philippe Wittenbergh: On Dec 14, 2011, at 2:37 AM, Deighan, John wrote: For some reason, when I try to create a position:fixed iframe element, it gets an arbitrary height instead of filling to the bottom of the viewport as I think it should. A sample HTML page is b

Re: [css-d] iframe troubles

2011-12-14 Thread Barney Carroll
On 14 Dec 2011, at 18:34, david 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 positi

Re: [css-d] iframe troubles

2011-12-14 Thread david
s.css-discuss.org Subject: Re: [css-d] iframe troubles On Dec 14, 2011, at 2:37 AM, Deighan, John wrote: For some reason, when I try to create a position:fixed iframe element, it gets an arbitrary height instead of filling to the bottom of the viewport as I think it should. A sample HTML page is below.

Re: [css-d] iframe troubles

2011-12-14 Thread Deighan, John
ution can be found From: Philippe Wittenbergh [e...@l-c-n.com] Sent: Tuesday, December 13, 2011 8:05 PM To: Deighan, John Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] iframe troubles On Dec 14, 2011, at 2:37 AM, Deighan, John wrote: > For some reas

Re: [css-d] iframe troubles

2011-12-13 Thread Philippe Wittenbergh
On Dec 14, 2011, at 2:37 AM, Deighan, John wrote: > For some reason, when I try to create a position:fixed iframe element, it > gets an arbitrary height instead of filling to the bottom of the viewport as > I think it should. A sample HTML page is below. The only change I've made > from the ve

[css-d] iframe troubles

2011-12-13 Thread Deighan, John
For some reason, when I try to create a position:fixed iframe element, it gets an arbitrary height instead of filling to the bottom of the viewport as I think it should. A sample HTML page is below. The only change I've made from the version I'm using for testing is that I removed many lines lik