• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Resizing table

 
Ranch Hand
Posts: 265
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Ranchers..
I'm doing a project in JSP and oracle..
I've done the whole project in 1024 x 768 resolution.. while most of the clients are using 800 x 600 and some are using 1024 x 768 screen resolution.

When the clients using the resolution in 800 x 600 the table details are resized and getting distorted.

How can i fix this problem..
even when i checked some pages thru internet
when ever they are viewing in any resolution and also.. their pages are not changing..

Please help me ranchers..
Thanks in advance

regards

Aravind
[ July 03, 2006: Message edited by: Bear Bibeault ]
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well you have to design the table for the 800X600 resolution. There is nothing you can really do about it. You can tyr using a flow layout (using percentage instead of fixed px lengths.)
Eric
 
Ranch Hand
Posts: 413
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If possible, put all the formatting that define table size in CSS.
Create one CSS for each resolution you support. Use javascript to determine resolution and attach corresponding CSS file.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic