![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
| www.orbspinner.com Thanks.. Randall Fox |
#2
| |||
| |||
|
|
Specifying the font-size in points/pixels is bad? I originally did it that way to control the appearence of my site, so that the appearance would be consistent for all users. |
|
I fear that a user selected font size will make the site look bad. I.E. disproportionate increases in text vs the other elements (highlight bars, and images).. |
|
I will try what you suggest.. I am a programmer, web design seems to be more of an art then a technical skill. |
#3
| |||
| |||
|
|
On Thu, 21 Oct 2004 22:40:13 -0400, Neal <neal413 (AT) yahoo (DOT) com> wrote: Then layout your page from that perspective. One way is to use % for widths, that way the columns always have the same relationship - but this can make the smaller column too small in large font sizes and/or narrow viewports. If you can, use ems for the smaller column width. Then it will flex with the text size. The other larger area can fill the remaining space. ems ? I am not familiar with that.. Could you explain? I understand the % idea.. That can be used in a table, where each column is specified as a percentage of the total screen space. But you lost me on EMS.. |
|
So, setting the font-size: 100% sets the initial size to the user/broswer text size selection, and then sizes everything as a percentage of that? |
#4
| |||
| |||
|
|
I'd never go below 80% even for a copyright notice or other non-essential legalese, it'll look like fly shit. |
#5
| |||
| |||
|
|
ems ? I am not familiar with that.. Could you explain? I understand the % idea.. That can be used in a table, where each column is specified as a percentage of the total screen space. But you lost me on EMS.. em is a weird term, it doesn't match up to the traditional definition. |
|
But a typical width of a small column is 12em. The number of ems is not the same as the number of characters. I generally ry several values before I decide. |
![]() |
| Thread Tools | |
| Display Modes | |
| |