Re: [css-d] How to replace this table row in CSS-only ???

2010-02-08 Thread Tim White
On Fri, Feb 5, 2010 at 6:09 PM, Mike Schleif m...@helices.org wrote: OK, I have two (2) elements sitting on an hr /, one left justified and the other right justified: Abe Lincoln                                     Biographical Info

Re: [css-d] How to replace this table row in CSS-only ??? [ solved ]

2010-02-06 Thread Mike Schleif
I still do not fully understand how this works, so I must muck with line-height in 2 places whenever I change 1 font-size. That it appears to work in my meager suite of browsers is a good thing: http://helices.org/mds_resume.html Thank you. Best Regards, Mike Mike Schleif wrote: OK,

Re: [css-d] How to replace this table row in CSS-only ??? [ solved ]

2010-02-06 Thread David Laakso
Mike Schleif wrote: I still do not fully understand how this works, so I must muck with line-height in 2 places whenever I change 1 font-size. That it appears to work in my meager suite of browsers is a good thing: http://helices.org/mds_resume.html Thank you. Best Regards, Mike

[css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Mike Schleif
OK, I have two (2) elements sitting on an hr /, one left justified and the other right justified: Abe Lincoln Biographical Info - NOTE: The left text is larger (e.g., h2) than right text; but,

Re: [css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread David Laakso
Mike Schleif wrote: OK, I have two (2) elements sitting on an hr /, one left justified and the other right justified: Abe Lincoln Biographical Info - NOTE: The left text is larger (e.g., h2)

Re: [css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Pi Dizayn
On 06.02.2010 01:09, Mike Schleif wrote: OK, I have two (2) elements sitting on anhr /, one left justified and the other right justified: Abe Lincoln Biographical Info - NOTE: The left text is

Re: [css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Mike Schleif
No I've also tried font-size Best Regards, Mike Pi Dizayn wrote: On 06.02.2010 01:09, Mike Schleif wrote: OK, I have two (2) elements sitting on anhr /, one left justified and the other right justified: Abe Lincoln Biographical Info

Re: [css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Mike Schleif
I googled this; but, 2 problems: [1] the 2 texts right and left were aligned to TOP not baseline [2] couldn't get the hr to display beneath both texts Best Regards, Mike David Laakso wrote: Mike Schleif wrote: OK, I have two (2) elements sitting on an hr /, one left justified and the other

Re: [css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Chris F.A. Johnson
On Fri, 5 Feb 2010, Mike Schleif wrote: OK, I have two (2) elements sitting on an hr /, one left justified and the other right justified: Abe Lincoln Biographical Info - NOTE: The left text

Re: [css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Pi Dizayn
style type=text/css !-- #right { float: right; } -- /style span id=rightBiographical Info/span spanAbe Lincoln/span hr / On 06.02.2010 02:26, Mike Schleif wrote: No I've also tried font-size Best Regards, Mike Pi Dizayn wrote: On 06.02.2010 01:09, Mike Schleif wrote:

Re: [css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Mike Schleif
OK But, as I said, the LEFT text must be much larger than right; and with this, the baselines right and left do NOT coincide ... Best Regards, Mike Pi Dizayn wrote: style type=text/css !-- #right { float: right; } -- /style span id=rightBiographical Info/span spanAbe

Re: [css-d] How to replace this table row in CSS-only ???

2010-02-05 Thread Mike Schleif
Very interesting. I fail to understand HOW it works? What keeps the left-text-baseline at the same position as right-text-baseline? When I manipulate font sizes, the baselines move ??? Best Regards, Mike Chris F.A. Johnson wrote: On Fri, 5 Feb 2010, Mike Schleif wrote: OK, I have two