File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes screen resolution issues for new website Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "screen resolution issues for new website" Watch "screen resolution issues for new website" New topic
Author

screen resolution issues for new website

Robin Clark
Ranch Hand

Joined: Dec 17, 2003
Posts: 81
I've completed work on the website for Cincinnati Mindpeace. However, my client is complaining that the site does not look good on (1400 x 1050) screen resolution. I originally designed it to look good for 1024 X 800, but she complained that it didn't look good on 800 X 600. I am new to this game, so I am not sure if it is possible to change the style sheet so that the website will look good on all screen resolutions.
Here is the site:
Cincinnati Mindpeace Website
Many thanks to Eric and all the experts here.
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15003
One thing you can try to do is to center the content by surrounding it with a div
<div style="text-align:center">
CONTENT
</div>

Or use percentages instead of hardcoded widths..eg use 95% instead of 650px
See if that helps
Eric
 
 
subject: screen resolution issues for new website
 
Threads others viewed
screen resolution problem
Javascript to get browser and monitor size?
GUI and screen resolution
Changing Screen Resolution
nullPointerException found regarding Window
MyEclipse, The Clear Choice