Re: [css-d] Fluid layout cross-browser rendering

2011-12-13 Thread David Hucklesby
On 12/13/11 8:50 PM, David Odefey wrote: Hey, Chad. Thanks for the input. You must have missed my last posting--I found that exact same property! Thanks! David On Tue, Dec 13, 2011 at 10:45 PM, Chad Lundgrenwrote: On Dec 13, 2011, at 2:25 PM, David Odefey wrote: I was hoping there was a

Re: [css-d] Fluid layout cross-browser rendering

2011-12-13 Thread David Odefey
Hey, Chad. Thanks for the input. You must have missed my last posting--I found that exact same property! Thanks! David On Tue, Dec 13, 2011 at 10:45 PM, Chad Lundgren wrote: > > On Dec 13, 2011, at 2:25 PM, David Odefey wrote: > > >> I was hoping there was a solution that allowed me > >> to k

Re: [css-d] Fluid layout cross-browser rendering

2011-12-13 Thread Chad Lundgren
> On Dec 13, 2011, at 2:25 PM, David Odefey wrote: >> I was hoping there was a solution that allowed me >> to keep both my percentage based widths as well as the static width >> borders. Hi David, While you may or may not need this technique for your current layout, there *is* a property that do

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

Re: [css-d] Puzzling rendering difference

2011-12-13 Thread Chris Morton
Good call... Anything beneath the "Partners" title is not displaying in *Chrome 15.0.874.121 m*. However, it renders AOK in IE 8. What would cause Chrome to not display the portion controlled by the tabber.js code? On Mon, Dec 12, 2011 at 5:57 PM, David Laakso wrote: > On 12/12/2011 6:32 PM, Chr

Re: [css-d] Fluid layout cross-browser rendering

2011-12-13 Thread David Laakso
On 12/12/2011 9:49 PM, David Odefey wrote: I'm working on a fluid layout. It is rending how i would like in Chrome 15, but breaks in FF 8 (win7) I've inspected that computed layout in firebug (FF) and I have an excess of 1px. It is difficult to make a fluid layout when the approach to doin