Re: [css-d] Table with fixed headers

2014-06-30 Thread Larry Martell
On Mon, Jun 30, 2014 at 3:10 PM, Chris Rockwell wrote: > That example explicitly sets the width of each and each . The last > and (the , really) accounts for what the author thinks will be > the width of the scroll bar. I forked your fiddle and added the top 3 > declarations: http://jsfiddle.n

Re: [css-d] Table with fixed headers

2014-06-30 Thread Chris Rockwell
That example explicitly sets the width of each and each . The last and (the , really) accounts for what the author thinks will be the width of the scroll bar. I forked your fiddle and added the top 3 declarations: http://jsfiddle.net/cFr38/ Hope it helps. Chris Rockwell On Mon, Jun 30, 2014

[css-d] Table with fixed headers

2014-06-30 Thread Larry Martell
I am trying to implement a table with fixed headers using the concepts from this page: http://www.imaputz.com/cssStuff/bigFourVersion.html# Problem is, in my implementation, my table columns are not aligned with the table headers. Please see this fiddle: http://jsfiddle.net/softvar/yL84C/ If I

Re: [css-d] Equal height script not working on some pages

2014-06-30 Thread Tom Livingston
On Mon, Jun 30, 2014 at 12:54 AM, J.C. Berry wrote: > Hello all, > We are having an issue of content running off some pages past the > footer-even though we are using an equal height script. Here is one of the > pages: > > http://www.xifin.com/news/coverage > > Refreshing the page sometimes correc

Re: [css-d] Equal height script not working on some pages

2014-06-30 Thread Colin (Sandy) Pittendrigh
I see it (the problem) in Chrome on Linux On Mon, Jun 30, 2014 at 5:53 AM, MiB wrote: > > 30 jun 2014 kl. 06:54 skrev J.C. Berry : > > > Hello all, > > We are having an issue of content running off some pages past the > > footer-even though we are using an equal height script. Here is one of >

Re: [css-d] Equal height script not working on some pages

2014-06-30 Thread MiB
30 jun 2014 kl. 06:54 skrev J.C. Berry : > Hello all, > We are having an issue of content running off some pages past the > footer-even though we are using an equal height script. Here is one of the > pages: You don’t specify which browsers have an issue. Looks OK in Safari 7.0.4 __