d-programming-language.org using olny CSS
Bob W
nospam at aol.com
Thu May 25 14:56:25 PDT 2006
"nick" <nick.atamas at gmail.com> wrote in message
news:e51001$198f$1 at digitaldaemon.com...
>I like it! I think your colors are more appropriate than mine.
> I have attached matching c, d, and quote.
>
> In theory it is possible to make the header items scale better (make the
> items always fill the box as the font size is changed). To do this, you
> can try specifying item dimensions in terms of em units instead of %.
> However, most sites out there don't bother with this. It's just a
> personal schizoid item on my checklist.
>
Requesting the use of 'em' is definitely a good thing. As typical screen
resolutions are ranging from 800 to 2k+ pixels in width, em is the only
way to ensure that web pages will display in a similar manner on most
screens.
I'd stay away from 'px' as much as I can ..... ;-)
More information about the Digitalmars-d
mailing list