Good Man wrote:
> "Beauregard T. Shagnasty" wrote:
>> It doesn't matter what his resolution is. Monitor resolution is
>> unim****tant. His *browser* window is 800 pixels wide. Mine are
>> normally between 750 and 900 px wide (and maybe 800px tall), and I
>> frequently have two of them side by side on my widescreen monitor.
>> Or a browser and my editor.
>
> exactly. so the horizontal scrollbar that appeared with your browser
> window at 800px will be gone when you change it to 820px.
...or in the case of the OP's site, around 925px. If then I maximize my
browser, his site is stuffed to the left of the window. :-(
> you're a seasoned internet user, so when you're browsing with your
> 750px wide window and you reach a website that requires a larger
> width (either due to a scrollbar or just bad text formatting), do you
> increase your browser width without a second thought, or do you close
> it and curse the website?
Depends on whether or not I need the info displayed. I might widen or
maximize *and* curse <g>, or I might just hit the Back button.
> alls im saying is that it's really not that big a deal in the day and
> age, in my opinion at least.
It isn't to be forgotten, though. I know several folks with vision
impairments using large monitors at 800x600. One lady has a 21" CRT set
at 800x600, 'cause she can't see much otherwise.
> anyways, a page designed with good CSS won't have an issue with either.
The OP's site doesn't, though. I picked out a few parts here;
#website {
width:920px;
#secondary.outer {
width:826px; <-- 826? <g>
..width100 {
width:100px;
}
..height50 {
height:50px;
(What if he later wants to alter the size? Then he will have to change
all the *markup* to ... <div style="width140">... :-)
body {
font: 11px Verdana, Tahoma, sans-serif;
...and he hasn't read anything about font sizing yet.
http://k75s.home.att.net/fontsize.html
--
-bts
-Motorcycles defy gravity; cars just suck


|