|
|
Post a Project »
Find a Professional HTML Freelancer!
Find a Freelancer to help you with your HTML projects
| |
|
my page is 1000px wide, i have a widescrn monitor, will people have to scroll page
09-09-2008, 11:08 PM
|
my page is 1000px wide, i have a widescrn monitor, will people have to scroll page
|
Posts: 611
|
hi, i am having to make my pages 1000px wide to look right on my widescreen monitor, does that mean most viewers will have to scroll to see my full page?
|
|
|
|
09-09-2008, 11:43 PM
|
Re: my page is 1000px wide, i have a widescrn monitor, will people have to scroll pag
|
Posts: 82
|
They have to scroll if their screen resolution is 800px. I'm not sure how wide in pixel the scroll bar is in 1024px resolution.
|
|
|
|
09-10-2008, 12:16 AM
|
Re: my page is 1000px wide, i have a widescrn monitor, will people have to scroll pag
|
Posts: 611
|
ok thank you. derek
|
|
|
|
09-10-2008, 08:34 AM
|
Re: my page is 1000px wide, i have a widescrn monitor, will people have to scroll pag
|
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
When I make a a layout that wide, I go no wider than about 1010px, to accommodate for the scrollbars on a 1024px wide screen. 800px screens are becoming more and more rare, and the target audience of the websites I make are mostly people with money, but if you think your audience may have a narrow screen, you should work to accommodate this.
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE
.
|
|
|
|
09-10-2008, 06:14 PM
|
Re: my page is 1000px wide, i have a widescrn monitor, will people have to scroll pag
|
Posts: 74
Name: Nick Barrett
Location: Brighton
|
1000px is fine for the standard minimum resolution of 1024x768.
__________________
Please login or register to view this content. Registration is FREE
24/7 Support | 99.5% uptime | shared | reseller | dedicated
Looking for a webhost? Try Please login or register to view this content. Registration is FREE !
|
|
|
|
09-15-2008, 05:18 AM
|
Re: my page is 1000px wide, i have a widescrn monitor, will people have to scroll pag
|
Posts: 22
|
You can test your page for different screen sizes and in different browsers at browsershots.org. It's free and easy to use.
__________________
Please login or register to view this content. Registration is FREE - free download, user friendly site, no need to register, no membership required.
|
|
|
|
09-17-2008, 10:42 PM
|
Re: my page is 1000px wide, i have a widescrn monitor, will people have to scroll pag
|
Posts: 91
Name: marshal
|
When desining a site you need to think of your target audience and design it for them. you could also use JavaScript to detect the screen resolution and load a different css file or you could make your web site fluid.
|
|
|
|
09-22-2008, 12:03 PM
|
Re: my page is 1000px wide, i have a widescrn monitor, will people have to scroll pag
|
Posts: 93
Name: David Howland
Location: New England
|
I wouldn't really want to have content running all the way across the page. It's kinda overwhelming. I'd keep it down around 800, personally.
|
|
|
|
09-22-2008, 12:30 PM
|
Re: my page is 1000px wide, i have a widescrn monitor, will people have to scroll pag
|
Posts: 5
|
you can use CSS as background...or javascript to detect a screen size then redirect them to specified page
__________________
Looking for cheap&fast hosting ?
Please login or register to view this content. Registration is FREE - $ 2.00/month, Quota : 200 GB, Bandwidth : Unmetered
|
|
|
|
09-22-2008, 08:10 PM
|
Re: my page is 1000px wide, i have a widescrn monitor, will people have to scroll pag
|
Posts: 12
|
I'm pretty sure most people have computers equipped with a resolution to handle that size of page. However, I'm not exactly sure on the average resolution.
|
|
|
|
09-22-2008, 08:25 PM
|
Re: my page is 1000px wide, i have a widescrn monitor, will people have to scroll pag
|
Posts: 2,162
Name: ...
Location: ...
|
Best way do a website:
1. Find the lowest possible resolution, either via the web or in person (aka ask)
2. Develop your website in that resolution
3. I've seen sites developed in 320x240 resolution (that's a resolution for portable devices) for example.
Hth
__________________
Made2Own
|
|
|
|
09-24-2008, 12:29 PM
|
Re: my page is 1000px wide, i have a widescrn monitor, will people have to scroll pag
|
Posts: 18
Name: Angela
|
To remove the horizontal scroll bar just include:
<style type="text/css">
<!--
.html, body {
overflow-x:hidden;
}
-->
</style>
BEFORE the </HEAD> tag, but make sure when you look at your site in decreased resolutions that it moves over, or is jello.
__________________
Please login or register to view this content. Registration is FREE
Strange or abnormal attraction to shopping
|
|
|
|
09-24-2008, 08:05 PM
|
Re: my page is 1000px wide, i have a widescrn monitor, will people have to scroll pag
|
Posts: 208
Location: Orkney
|
I tend to design everything so it looks good on an 800px resolution though recently had members of a community complaining that it wasnt wide enough. Increased the width to 900px and they're still saying the board is too narrow.
I hate the thought of low resolutions having a horizontal scrollbar but decided I have to go with what the core userbase of the forum needs/wants 
|
|
|
|
09-24-2008, 11:23 PM
|
Re: my page is 1000px wide, i have a widescrn monitor, will people have to scroll pag
|
Posts: n/a
|
Quote:
Originally Posted by sitenoob
I'm pretty sure most people have computers equipped with a resolution to handle that size of page. However, I'm not exactly sure on the average resolution.
|
Screen resolution for targeted audiences was a big issue when I was running in the online arcade niche.
Someone posted their statistics on Talk Arcades, and nearly 3/4 of their traffic is on 1024x768 resolution. Believe it or not, the lowest counted resolution was 800x600.
|
|
|
|
09-25-2008, 12:10 PM
|
Re: my page is 1000px wide, i have a widescrn monitor, will people have to scroll pag
|
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
Quote:
Originally Posted by wayfarer07
When I make a a layout that wide, I go no wider than about 1010px, to accommodate for the scrollbars on a 1024px wide screen. 800px screens are becoming more and more rare, and the target audience of the websites I make are mostly people with money, but if you think your audience may have a narrow screen, you should work to accommodate this.
|
I'd like to make a correction. Shortly after I posted this, I was called on to widen a site I had to a fixed width that would accomodate 1024px wide monitor (we didn't care about 800x600 resolution because the site is targeted at big-time real-estate investors).
I previously said 1010px was enough to account for scrollbars. This is incorrect. A correct width would be 990px. I wouldn't go wider than that.
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE
.
|
|
|
|
10-01-2008, 08:48 PM
|
Re: my page is 1000px wide, i have a widescrn monitor, will people have to scroll pag
|
Posts: 2,162
Name: ...
Location: ...
|
silverglade,
All you need to remember is this:
Develop websites in the LOWEST resolution possible...With that said, (as long as you have your div tag(s) aligned correctly you will see your website in a non-scrollable fashion, if that's the goal you want to reach.
__________________
Made2Own
|
|
|
|
10-01-2008, 10:53 PM
|
Re: my page is 1000px wide, i have a widescrn monitor, will people have to scroll pag
|
Posts: 247
|
Quote:
Originally Posted by silverglade
hi, i am having to make my pages 1000px wide to look right on my widescreen monitor, does that mean most viewers will have to scroll to see my full page?
|
That screen resolution is good for your monitor. If the visitor uses 800x600px monitor, definitely the will scroll your page.
|
|
|
|
10-06-2008, 10:50 AM
|
Re: my page is 1000px wide, i have a widescrn monitor, will people have to scroll pag
|
Posts: 45
|
You could also try using the min-width css property, instead of having a fixed width
http://www.w3schools.com/CSS/pr_dim_min-width.asp
|
|
|
|
10-06-2008, 02:48 PM
|
Re: my page is 1000px wide, i have a widescrn monitor, will people have to scroll pag
|
Posts: 10,017
Location: Tennessee
|
Quote:
|
You could also try using the min-width css property, instead of having a fixed width
|
Min/max width/height is not supported by IE6, so that presents a hurdle.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|
|
|
|
10-06-2008, 06:18 PM
|
Re: my page is 1000px wide, i have a widescrn monitor, will people have to scroll pag
|
Posts: 5
|
If you have a page with "1000px wide" , many peple must scoll to see all
|
|
|
|
|
« Reply to my page is 1000px wide, i have a widescrn monitor, will people have to scroll page
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|