![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
There doesn't seem to be a way to put cellpadding into the css file - Is this true? |
#3
| |||
| |||
|
|
There doesn't seem to be a way to put cellpadding into the css file - Is this true? |
#4
| |||
| |||
|
|
On 2009-06-26, Barely Audible <somewhere (AT) overthe (DOT) rainbow.com> wrote: There doesn't seem to be a way to put cellpadding into the css file - Is this true? You just use padding on td, it's the same. |
#5
| |||
| |||
|
|
Barely Audible wrote on 26 jun 2009 in comp.infosystems.www.authoring.stylesheets: There doesn't seem to be a way to put cellpadding into the css file - Is this true? TD {padding:2px;} |
#6
| |||
| |||
|
|
Gazing into my crystal ball I observed "Evertjan." exjxw.hannivoort (AT) interxnl (DOT) net> writing in news:Xns9C36B8F395B62eejj99 (AT) 194 (DOT) 109.133.242: Barely Audible wrote on 26 jun 2009 in comp.infosystems.www.authoring.stylesheets: There doesn't seem to be a way to put cellpadding into the css file - Is this true? TD {padding:2px;} I think that a unit of em or percentage would be better because it would be relative to the font, assuming that the font size was expressed in ems or percentages. |
#7
| |||
| |||
|
|
On 2009-06-27, Adrienne Boswell <arbpen (AT) yahoo (DOT) com> wrote: Gazing into my crystal ball I observed "Evertjan." exjxw.hannivoort (AT) interxnl (DOT) net> writing in news:Xns9C36B8F395B62eejj99 (AT) 194 (DOT) 109.133.242: Barely Audible wrote on 26 jun 2009 in comp.infosystems.www.authoring.stylesheets: There doesn't seem to be a way to put cellpadding into the css file - Is this true? TD {padding:2px;} I think that a unit of em or percentage would be better because it would be relative to the font, assuming that the font size was expressed in ems or percentages. You don't always want things like borders and padding to scale with the font. People who bump the font up to read the text aren't reading the borders and padding, and making them grow just means even less room for the text. |
#8
| |||
| |||
|
|
Gazing into my crystal ball I observed Ben C <spamspam (AT) spam (DOT) eggs writing in news:slrnh4d0l5.5rr.spamspam (AT) bowser (DOT) marioworld: [...] You don't always want things like borders and padding to scale with the font. People who bump the font up to read the text aren't reading the borders and padding, and making them grow just means even less room for the text. I agree with you about borders, |
|
but I think I would want padding to shrink/grow as well. |
|
I was surprised that IE8 _still_ does not resize font sizes in pixels. I would have thought that would be something they would have fixed (who knows, maybe Microsoft doesn't think that _needs_ to be fixed). |
#9
| |||
| |||
|
|
Adrienne Boswell wrote: Gazing into my crystal ball I observed Ben C <spamspam (AT) spam (DOT) eggs writing in news:slrnh4d0l5.5rr.spamspam (AT) bowser (DOT) marioworld: [...] You don't always want things like borders and padding to scale with the font. People who bump the font up to read the text aren't reading the borders and padding, and making them grow just means even less room for the text. I agree with you about borders, I don't. If font size is increased, keeping border width the same, you will sooner or later end up with something rather ridiculous: boxed text with box border that looks thin and fragile. |
#10
| |||
| |||
|
|
Yes, certainly later and ideally, the aesthetics will suffer unless borders scale a little. |
|
In practical terms, though, I think Ben is mainly right. Mainly? Where screen space is scarce - when is it not? - it is practical to not let the borders grow as much as aesthetics would dictate. |
![]() |
| Thread Tools | |
| Display Modes | |
| |