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 jcharlesbe...@gmail.com:

 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
__
css-discuss [css-d@lists.css-discuss.org]
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/


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 digital.disc...@gmail.com wrote:


 30 jun 2014 kl. 06:54 skrev J.C. Berry jcharlesbe...@gmail.com:

  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
 __
 css-discuss [css-d@lists.css-discuss.org]
 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/




-- 
/*  Colin (Sandy) Pittendrigh  --oO0 */
__
css-discuss [css-d@lists.css-discuss.org]
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/


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 jcharlesbe...@gmail.com 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 corrects the layout, but would be great to
 fix this. Thanks all again!


Looks like the script is the issue. I disabled JS and the footer is
consistently placed properly. Is it in a document.ready? Placed at the
bottom rather than the head? Just thinking out loud here...


-- 

Tom Livingston | Senior Front-End Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.com
__
css-discuss [css-d@lists.css-discuss.org]
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/


[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 remove all the css the table is properly aligned. I'm sure it's
something simple, but I cannot figure out what it is.

Thanks!
__
css-discuss [css-d@lists.css-discuss.org]
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/


Re: [css-d] Table with fixed headers

2014-06-30 Thread Chris Rockwell
That example explicitly sets the width of each th and each td. The last
th and td (the td, 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 at 4:33 PM, Larry Martell larry.mart...@gmail.com
wrote:

 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 remove all the css the table is properly aligned. I'm sure it's
 something simple, but I cannot figure out what it is.

 Thanks!
 __
 css-discuss [css-d@lists.css-discuss.org]
 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/

__
css-discuss [css-d@lists.css-discuss.org]
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/


Re: [css-d] Table with fixed headers

2014-06-30 Thread Larry Martell
On Mon, Jun 30, 2014 at 3:10 PM, Chris Rockwell ch...@chrisrockwell.com wrote:
 That example explicitly sets the width of each th and each td. The last
 th and td (the td, 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.

Thanks - this helps a lot  but is there a way to get the cells
automagically sized based on the data (which is what my table does now
without the new CSS)?

 On Mon, Jun 30, 2014 at 4:33 PM, Larry Martell larry.mart...@gmail.com
 wrote:

 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 remove all the css the table is properly aligned. I'm sure it's
 something simple, but I cannot figure out what it is.

 Thanks!
 __
 css-discuss [css-d@lists.css-discuss.org]
 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/


__
css-discuss [css-d@lists.css-discuss.org]
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/