> There is something really mysterious going on here in IE6.

Hi Sandy,

I am not sure this is an IE6 bug. I am looking at your web site using
firefox 2 and the top is shifted way off my screen. The problem is your
outermost div (horizon) has top:50%; while the next div (container) inside
has top:-310px; .

In other words you are shifting down by a percentage of the screen height
and then re-shifting up by a fixed amount. This is very dangerous since you
don't know the height of a user's browser. 

I would suggest setting top: 0px; in both .horizon and .container.

Best regards,

Kepler Gelotte
Neighbor Webmaster, Inc.
156 Normandy Dr., Piscataway, NJ 08854
www.neighborwebmaster.com
phone/fax: (732) 302-0904


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to