How can you set the scrolling?

ƒorte

New Member
Messages
980
Reaction score
0
Points
0
Silly question? But of course.

I don't know how to say this right but I hope you get what I'm asking.

How do you set the lengths for the sides of the screen in terms of scrolling.

Everything that's over 800 pixels right now is moving down. How can I set my site to be in 1289 by 1024 instead of 800 by 600 pixels?
 

ƒorte

New Member
Messages
980
Reaction score
0
Points
0
People, my threads are not poisonous! lol



oh, and I meant to say 1024 by 768 px, not the above.
 
Last edited:

Woolie

Member
Messages
862
Reaction score
0
Points
16
Ermmm, well, thats what takes the time when coding, making the website fit every users screen size... You can if you wish just make a table and set the width and height to your sizes needed, or you could use a div and write a CSS to make it the correct width. I wouldn't recommend doing this as it will mean that users with smaller screens than that will have to scroll to get to the edges of your page, and that just looks bad.

To go around this, you need to make your website so that it will expand in all directions according to the users screen size. There is a good guide that will tell you how to do this, you can find it here.
 
Top