![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
So what I'm wondering is two-fold: what 16:9 web design might look like, and whether there's any way to provide for a "visual backwards compatibility" with 4:9 screens. |
#3
| |||
| |||
|
|
In article a535c321-4368-4971-a8d1-dd8bf0306... (AT) j22g2000hsf (DOT) googlegroups.com>, *Prisoner at War <prisoner_at_... (AT) yahoo (DOT) com> wrote: So what I'm wondering is two-fold: what 16:9 web design might look like, and whether there's any way to provide for a "visual backwards compatibility" with 4:9 screens. http://tinyurl.com/6fnfon is backwards, forwards, upside-down and inside-out compatible with different screens. Next question? -- dorayme |
#4
| |||
| |||
|
|
On Jul 21, 11:06*am, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote: In article a535c321-4368-4971-a8d1-dd8bf0306... (AT) j22g2000hsf (DOT) googlegroups.com>, *Prisoner at War <prisoner_at_... (AT) yahoo (DOT) com> wrote: So what I'm wondering is two-fold: what 16:9 web design might look like, and whether there's any way to provide for a "visual backwards compatibility" with 4:9 screens. http://tinyurl.com/6fnfon is backwards, forwards, upside-down and inside-out compatible with different screens. Next question? -- dorayme Dorayme, Pls send me the full url of the page, as tinyurl is blocked at my workplace. |
#5
| |||
| |||
|
|
As 16:9 widescreens become more common, are there any designs which are specifically created to somehow exploit any advantages offered by letterbox dimensions? How to remain backwards-compatible with 4:9 aspect ratios, in a visual/ aesthetic sense, while exploting the particular advantages of a wide canvas? |
|
I did see a "16:9 design" from csszengarden.com featured in the book "Web Standards Creativity," but on a regular 4:9 screen it caused unsightly horizontal scroll bars to appear. I mean, sure, current 4:9-optimized designs can use CSS to fill up the screen horizontally, but I do feel that something none too sublte is lost that way. |
#6
| |||
| |||
|
|
As 16:9 widescreens become more common, are there any designs which are specifically created to somehow exploit any advantages offered by letterbox dimensions? How to remain backwards-compatible with 4:9 aspect ratios, in a visual/ aesthetic sense, while exploting the particular advantages of a wide canvas? |
#7
| |||
| |||
|
|
Joseph Brenner <doom (AT) kzsu (DOT) stanford.edu> writes: .... But the trouble with that is everyone else is designing with an assumption of relatively wide screens and maximized browser windows (e.g. a column of navigation controls on the left, additional content in side bars on the right): that puts pressure on users to use wide browser windows, which means that if you *don't* do something control the margins of the text, they're going to be hit with excessively long lines by default. |
|
Myself, I often use silly compromises like wrapping the text in tables that are defined as 60-80% of the screen width -- but what I really want is to be able to specify an absolute limit on line-length but to let the minimum line width remain undefined. Ah... "max-width" in CSS: http://www.w3.org/TR/REC-CSS2/visude...min-max-widths I was just, once again, trying to decide if there was any real point in switching to CSS for layout, and as far as I'm concerened that looks like the killer app. Funny that none of the CSS advocacy rants I've been reading think to mention it. |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
A possibly related question that I've been wondering about again lately: is there any standard-compliant way of specifying a limit on line lengths that still allows lines to wrap to narrower screens if need be? Everyone knows that text is easier to read if the lines aren't too long (hence multi-column magazine layouts and so on); and everyone (hopefully) knows that it's a bad idea to specify an absolute line length on the web, since you don't know anything about the physical characteristics of the user's display. So, should we do web 1.0 compliant designs and let the width of the browser window control the length of the lines? But the trouble with that is everyone else is designing with an assumption of relatively wide screens and maximized browser windows (e.g. a column of navigation controls on the left, additional content in side bars on the right): that puts pressure on users to use wide browser windows, which means that if you *don't* do something control the margins of the text, they're going to be hit with excessively long lines by default. Myself, I often use silly compromises like wrapping the text in tables that are defined as 60-80% of the screen width -- but what I really want is to be able to specify an absolute limit on line-length but to let the minimum line width remain undefined. |
![]() |
| Thread Tools | |
| Display Modes | |
| |