R
rockdale
Hi, How do you guys deal with the different clinet resolution? For
example, you have
800*600, 1024*768 and 1280*1024 on client side.
We used to put everything into a table with fixed width (the lowest
width of your clients' resolutions) then put everything inside the
table with a percentage width. But for those clients with higher
resolution, this way put them into a very smaller area to work on. But
If we do not fix the outtest table's width for example, if we put
width=100% , some control for example text with multilines will shows
with a fixed width which is awkward. Can we make the width of textbox
change with the percentage?
I would like to know how you guys deal with this, are there any best
practice. what you guys are deal with this. Any experience can share
with?
Thanks
-rockdale
example, you have
800*600, 1024*768 and 1280*1024 on client side.
We used to put everything into a table with fixed width (the lowest
width of your clients' resolutions) then put everything inside the
table with a percentage width. But for those clients with higher
resolution, this way put them into a very smaller area to work on. But
If we do not fix the outtest table's width for example, if we put
width=100% , some control for example text with multilines will shows
with a fixed width which is awkward. Can we make the width of textbox
change with the percentage?
I would like to know how you guys deal with this, are there any best
practice. what you guys are deal with this. Any experience can share
with?
Thanks
-rockdale