How to automatic resize?

liunx

Guest
I have a question as below.<br />
I create a web page under resolution 1024 x 768. Is there any scripts can automatic resize the content of the page when i turn the resolution to 800 x 600. If u know pls kindly help me, Thank you very much.<!--content-->Hi stwaileong,<br />
<br />
The way this is done is by how you code your tables. Instead of declaring the table size in pixels, you need to declare it in percentages. However, since you want it to only swap between two sizes, you will need to nest your expanding tables into a fixed width table of 800 pixels. Drop a note here if you need help doing this.<!--content-->Hi Jason<br />
<br />
Thank you for answer my question. It is helpful for me, thanks a lot.<!--content-->
 
Back
Top