|
Posted by windandwaves on 07/16/07 11:22
> Screen size is irrelevant. Window size is. In any case you have fallen into
> the negative margin trap. Change the CSS very slightly and it would be
> usable even at 800x600, albeit with a horizontal scroll bar.
Hi Richard
How can I:
a. get the content to sit in the middle of the page if the page is
taller than the height of the content
b. get the page to sit at the top with a vertical scroll bar if the
content is taller than the height of the window
I can do it like this:
<table><tr><td valign="middle" align="center">my content</td></tr></
table>
but I can not achieve exactly the same thing using css.
do you have any suggestions in this area?
Thank you.
>
> > b. deal with large font / small font sizes
>
> Well you blew that one away for a huge proportion of the people out there by
> using pixels for font size, and how many times has *that* been stated as
> _not on_ within this and just about every other newsgroup?
>
> And by specifying only 12 of them you instantly cause a significant number
> of people [1] using real browsers to bump up their font size. Only two wheel
> clicks makes the page looks a mess. Three or more and it becomes unusable.
>
> [1] Older people with possibly failing eyesight who probably *have* the
> disposable income to be the very ones to use the hotel. That is, your target
> audience.
>
> IMHO you should be thinking about variable canvas size and font size before
> you code the first CSS rule, not at this late stage of the track. I hope for
> your clients sake they are on contract and not time/materials :-)
It looks good for jo average and so we will probably keep it that
way :-)
>
> --
> Richard.
Navigation:
[Reply to this message]
|