Re: [css-d] Table with fixed headers

2014-07-03 Thread Norman Fournier
That is well done, and best of all, without a table. On 2014-07-03, at 8:49 PM, Karl DeSaulniers wrote: > > On Jul 2, 2014, at 7:36 AM, Larry Martell wrote: > >> On Tue, Jul 1, 2014 at 9:25 PM, Tom Livingston wrote: Is it possible to have a scrolling table with fixed headers withou

Re: [css-d] Is There A Way to Shrink Wrap Inline Elements?

2014-07-03 Thread Alan Gresley
On 4/07/2014 10:07 AM, Philippe Wittenbergh wrote: Le 4 juil. 2014 à 06:09, David Hucklesby a écrit : I think you may be looking at the normal letter spacing that occurs between letters. If you increase the font-size of your test text, you will notice small gaps there as well. Close; it is

Re: [css-d] Table with fixed headers

2014-07-03 Thread Karl DeSaulniers
On Jul 2, 2014, at 7:36 AM, Larry Martell wrote: > On Tue, Jul 1, 2014 at 9:25 PM, Tom Livingston wrote: >>> >>> Is it possible to have a scrolling table with fixed headers without >>> explicitly specifying the table cell sizes? >>> >> >> >> Depending on your content this may be (or outrigh

Re: [css-d] Is There A Way to Shrink Wrap Inline Elements?

2014-07-03 Thread Rick Gordon
Just curious if text-rendering:optimizeLegibility might help. I've found it can really be helpful with type. Rick Gordon On 7/3/14 5:07 PM, "Philippe Wittenbergh" wrote: Le 4 juil. 2014 à 06:09, David Hucklesby a écrit : I think you may be looking at the normal let

Re: [css-d] Is There A Way to Shrink Wrap Inline Elements?

2014-07-03 Thread Philippe Wittenbergh
Le 4 juil. 2014 à 06:09, David Hucklesby a écrit : > I think you may be looking at the normal letter spacing that occurs between > letters. If you increase the font-size of your test text, you will notice > small > gaps there as well. Close; it is the full font-metrics, in this case the intrin

Re: [css-d] Is There A Way to Shrink Wrap Inline Elements?

2014-07-03 Thread David Hucklesby
On 7/3/14, 9:36, Alan Gresley wrote: On 4/07/2014 1:58 AM, Elli Vizcaino wrote: On Thu, Jul 3, 2014 at 1:20 AM, Alan Gresley wrote: On 3/07/2014 1:19 PM, Elli Vizcaino wrote: Hello CSS Discuss, I'm presently working on building out a responsive redesign of my site and in order to keep the H

Re: [css-d] Is There A Way to Shrink Wrap Inline Elements?

2014-07-03 Thread Elli Vizcaino
On Thu, Jul 3, 2014 at 12:08 PM, Peter H. wrote: >> El 03/07/2014, a las 17:58, Elli Vizcaino escribió: >> >> I want to be able to control this >> and get the alignment even. >> >> http://www.e7flux.com/e7flux2014/.html >> >> Elli Vizcaino > > that gap between the letters and the right-hand ed

Re: [css-d] Is There A Way to Shrink Wrap Inline Elements?

2014-07-03 Thread Alan Gresley
On 4/07/2014 1:58 AM, Elli Vizcaino wrote: On Thu, Jul 3, 2014 at 1:20 AM, Alan Gresley wrote: On 3/07/2014 1:19 PM, Elli Vizcaino wrote: Hello CSS Discuss, I'm presently working on building out a responsive redesign of my site and in order to keep the HTML semantic, I can't use divs inside

Re: [css-d] Is There A Way to Shrink Wrap Inline Elements?

2014-07-03 Thread Elli Vizcaino
On Thu, Jul 3, 2014 at 1:20 AM, Alan Gresley wrote: > On 3/07/2014 1:19 PM, Elli Vizcaino wrote: >> >> Hello CSS Discuss, >> >> I'm presently working on building out a responsive redesign of my site >> and in order to keep the HTML semantic, I can't use divs inside of my >> H1. I have an H1 tag wi

Re: [css-d] Table with fixed headers

2014-07-03 Thread Larry Martell
On Thu, Jul 3, 2014 at 6:27 AM, Philippe Wittenbergh wrote: > > Le 2 juil. 2014 à 04:19, Larry Martell a écrit : > >> But I want the table to be scrollable with a fixed header, so I do this: >> >> http://jsfiddle.net/mrLVG/ >> >>> From testing I found that I have to have display: block; on both

Re: [css-d] Table with fixed headers

2014-07-03 Thread Philippe Wittenbergh
Le 2 juil. 2014 à 04:19, Larry Martell a écrit : > But I want the table to be scrollable with a fixed header, so I do this: > > http://jsfiddle.net/mrLVG/ > >> From testing I found that I have to have display: block; on both > tbody.scrollContent and thead.fixedHeader tr or I do not get the >