Jump to content
xisto Community
Drom Haven

Allowing for Different screen sizes How?

Recommended Posts

Okay, so say I've got this site, and on my 1024x768 screen it looks great. But, a number of my visitors have smaller screens, and the content just doesn't work right on their page.Is there any way to fix this without totally redoing the site?

Share this post


Link to post
Share on other sites

try <width="100%">.. actually this works on images smaller on width..when you set a certain width to 100% (sample: 800width.jpg image set to <img src=800width.jpg width="100%"> it stretches on a 1024x768 screen. So images could be streched with the <width="100%"> attributes...Problem now is it couldnt be shrinked...sample a fixed 1024width image couldnt be shrinked into 800 by just adding the <width=100%> attribute. on tables, contexts no problems. the problem occurs mostly on fixed size images. :)although there are image tricks out there like blending your image to the background and setting a certain sliced portion to shrink and stretch. (streched images dont look good) :)

Share this post


Link to post
Share on other sites

i agree with the previous post, but you could just redeign the site so it wouldn't cause problems with future users. if you make it accesible with 800x600 screen size, then you know it's gonna fit all bigger sizes.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.