2 Jun
2005
2 Jun
'05
8:28 a.m.
On Thu, 02 Jun 2005 06:19:20 +0200, Steven Wittens <steven@acko.net> wrote:
Worth noting: The front page of drupal.org renders passably on 8x6 (Firefox/Mac), but has some unintended artifacts. Most pages render OK, but the project pages are pretty bad.
Unfortunately HTML and CSS does not really offer much in the way of adapting to multiple resolutions... save for using Javascript to switch stylesheets.
The CSS 3 Media Queries specification[1] should help here. Browser support at this point is sparse, though. [1] http://www.w3.org/TR/css3-mediaqueries/ -- Tim Altman