![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I try to do all css with percents and ems (elastic/liquid) so my displays look as much the same as possible, regardless the user's screen resolution. But I (still) never seem to get what I want. Compromises seem to lurk at every moment. ==========Static html for instance: font-size: 10px; /* looks drastically different at 768 wide compared to 1024 */ font-size: x-small; /* better than above, but seldom what I want */ |
|
font-size: 80%; /* I'm not sure what this does.....% is percent of what? |
|
Regardless the answer, this seems to produce badly pixelated fonts in some browsers */ |
#3
| ||||
| ||||
|
|
I try to do all css with percents and ems (elastic/liquid) so my displays look as much the same as possible, regardless the user's screen resolution. |
|
font-size: 10px; /* looks drastically different at 768 wide compared to 1024 */ font-size: x-small; /* better than above, but seldom what I want */ font-size: 80%; /* I'm not sure what this does.....% is percent of what? |
|
A 700 pixel wide image that looks great at high resolution bombs the layout at 768 pixels wide. |
|
However, If your html is generated dynamically, maybe the right thing to do is to make a "resolution selection menu" somewhere on each page--and |
#4
| |||
| |||
|
|
I try to do all css with percents and ems (elastic/liquid) so my displays look as much the same as possible, regardless the user's screen resolution. But I (still) never seem to get what I want. Compromises seem to lurk at every moment. |
|
However, If your html is generated dynamically, maybe the right thing to do is to make a "resolution selection menu" somewhere on each page--and then to keep track of state with sessions or cookies or both. Then you could write custom css for the 2-3 most common screen sizes.....and choose image paths from 2-3 differently sized image bins. Then you could make screens that look good all the way up from 800x600 up (800 wide still has 15% market share). This seems like such an obvious idea I'm surprised I don't ever see it. Does anybody know of any major or well-done sites that do this? |
#5
| |||
| |||
|
|
Read and heed:http://k75s.home.att.net/fontsize.html |
#6
| |||
| |||
|
|
What you see on 800 pixel-wide screens is so vastly different than at 1024 I think you have to do offer some display choices. Somehow, someway. Hey ney oh wey. |
#7
| |||
| |||
|
|
salmobytes wrote: What you see on 800 pixel-wide screens is so vastly different than at 1024 I think you have to do offer some display choices. Somehow, someway. Hey ney oh wey. You have to? Even though almost no website does, and yet the world keeps spinning? |
#8
| |||
| |||
|
|
But "salmobytes" was probably just trolling. |
#9
| |||
| |||
|
|
But "salmobytes" was probably just trolling. Perhaps I should have said: "I was having trouble with a complex, multi-panel site ...that I was able to get looking just fine at high res, but not at low res." |
#10
| |||
| |||
|
|
Scripsit salmobytes: But "salmobytes" was probably just trolling. Perhaps I should have said: "I was having trouble with a complex, multi-panel site ...that I was able to get looking just fine at high res, but not at low res." Perhaps you should stop inventing new ideas for trolling. Everyone and his brother can see that you are just making things up as you go. This is evident from your URL (that is, lack of it). |
![]() |
| Thread Tools | |
| Display Modes | |
| |