On Thu, 31 Aug 2006 13:37:48 -0700, Eric Frost wrote:
> I noticed on my Mom's computer this weekend that might right column was
> shifted down, below the rest of the content, it was like underneath
> (except still over some to the right). Do you see the problem? I did
> try to fix it just now but I don't know if I was successful.
>
> Anyway, it's been like that for months and I didn't know, but I don't
> know how many readers have the issue. Is there some service or some
> place I should check to make sure there are no browsers or screen that
> will see a site as messed up or should I just test on my own from
> various computers/browsers?
These are a bad idea:
#rap { width:820px...
#header { width:820px...
#main { width:800px...
#content { width:570px...
If you browse into a fixed width page like this with a
narrow browser window all sorts of things can happen,
most of them unpleasant to look at.
Let the page flow. Substitute
#y { width:x%....
....for all of those big fixed width areas.
(Let us know the details of what operating system and browser software
the problem computer is running. Also, how wide is the browser window?
Does the problem go away when you make the window a lot wider?)
You also have many markup validation errors that need to be fixed:
http://tinyurl.com/jecom
There are so many markup errors, that the CSS validator chokes,
and refuses to even try to validate your CSS at this time.
You want to work to get both HTML and CSS error free.
--
mbstevens
http://www.mbstevens.com >> Stay informed about: Layout problems