My 2 rows X 3 col table holds a button in each cell. When the web is viewed
with 640 X 480, the cells are fairly close together, with just a little
spacing between each cell. Most importantly, they are spaced evenly across
the page.

At 800 X 600 the cells are further apart, but not spaced evenly.

At 1024 x 768 the cells are still further apart, AND they seemed to be
spaced evenly.

What's the solution, to get equi-spaced cells at all resolutions?

See : http://www2.whidbey.net/wiwa/

Re: Cell alignment question with different resolutions by Murray

Murray
Wed Sep 08 17:22:27 CDT 2004

> What's the solution, to get equi-spaced cells at all resolutions?

Resolution is not the primary concern. It's browser width. See - on my
1280 pixel wide screen, my browser is rarely more than 720 pixels wide. So
if you were only focused on resolution, you would feed my browser a table
that was much too wide.

Now - what is the solution for expanding tables in different browser
viewports? Don't use a percent width for the table.

--
Murray

"Bob Richardson" <bobr at whidbey dot com> wrote in message
news:cq2dnRS4aYd1GaLcRVn-tQ@whidbeytel.com...
> My 2 rows X 3 col table holds a button in each cell. When the web is
> viewed
> with 640 X 480, the cells are fairly close together, with just a little
> spacing between each cell. Most importantly, they are spaced evenly across
> the page.
>
> At 800 X 600 the cells are further apart, but not spaced evenly.
>
> At 1024 x 768 the cells are still further apart, AND they seemed to be
> spaced evenly.
>
> What's the solution, to get equi-spaced cells at all resolutions?
>
> See : http://www2.whidbey.net/wiwa/
>
>



Re: Cell alignment question with different resolutions by Bob

Bob
Wed Sep 08 18:54:26 CDT 2004

Thanks Murray.

"Murray" <forums@HAHAgreat-web-sights.com> wrote in message
news:euvfRJflEHA.748@TK2MSFTNGP15.phx.gbl...
> > What's the solution, to get equi-spaced cells at all resolutions?
>
> Resolution is not the primary concern. It's browser width. See - on my
> 1280 pixel wide screen, my browser is rarely more than 720 pixels wide.
So
> if you were only focused on resolution, you would feed my browser a table
> that was much too wide.
>
> Now - what is the solution for expanding tables in different browser
> viewports? Don't use a percent width for the table.
>
> --
> Murray
>
> "Bob Richardson" <bobr at whidbey dot com> wrote in message
> news:cq2dnRS4aYd1GaLcRVn-tQ@whidbeytel.com...
> > My 2 rows X 3 col table holds a button in each cell. When the web is
> > viewed
> > with 640 X 480, the cells are fairly close together, with just a little
> > spacing between each cell. Most importantly, they are spaced evenly
across
> > the page.
> >
> > At 800 X 600 the cells are further apart, but not spaced evenly.
> >
> > At 1024 x 768 the cells are still further apart, AND they seemed to be
> > spaced evenly.
> >
> > What's the solution, to get equi-spaced cells at all resolutions?
> >
> > See : http://www2.whidbey.net/wiwa/
> >
> >
>
>



Re: Cell alignment question with different resolutions by Murray

Murray
Wed Sep 08 19:06:41 CDT 2004

You're welcome!

--
Murray

"Bob Richardson" <bobr at whidbey dot com> wrote in message
news:xP6dnTuNMLUvBqLcRVn-uw@whidbeytel.com...
> Thanks Murray.
>
> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
> news:euvfRJflEHA.748@TK2MSFTNGP15.phx.gbl...
>> > What's the solution, to get equi-spaced cells at all resolutions?
>>
>> Resolution is not the primary concern. It's browser width. See - on my
>> 1280 pixel wide screen, my browser is rarely more than 720 pixels wide.
> So
>> if you were only focused on resolution, you would feed my browser a table
>> that was much too wide.
>>
>> Now - what is the solution for expanding tables in different browser
>> viewports? Don't use a percent width for the table.
>>
>> --
>> Murray
>>
>> "Bob Richardson" <bobr at whidbey dot com> wrote in message
>> news:cq2dnRS4aYd1GaLcRVn-tQ@whidbeytel.com...
>> > My 2 rows X 3 col table holds a button in each cell. When the web is
>> > viewed
>> > with 640 X 480, the cells are fairly close together, with just a little
>> > spacing between each cell. Most importantly, they are spaced evenly
> across
>> > the page.
>> >
>> > At 800 X 600 the cells are further apart, but not spaced evenly.
>> >
>> > At 1024 x 768 the cells are still further apart, AND they seemed to be
>> > spaced evenly.
>> >
>> > What's the solution, to get equi-spaced cells at all resolutions?
>> >
>> > See : http://www2.whidbey.net/wiwa/
>> >
>> >
>>
>>
>
>