Previous Message
Next Message

Safari won't vertical scroll

Sent by David Muessemeyer on 15 September 2004 20:08


Thank you to the list for their help. I have made changes to the style
sheet that has fixed the scrolling problem. 

-----Original Message-----
From: Philippe Wittenbergh [EMAIL-REMOVED]] 
Sent: Wednesday, September 15, 2004 7:35 AM
To: David Muessemeyer
Cc: [EMAIL-REMOVED]
Subject: Re: [css-d] Safari won't vertical scroll


On Sep 15, 2004, at 10:56 am, David Muessemeyer wrote:

> The pages work fine in PC IE 6, Mozilla and Netscape, the same pages 
> on Mac Safari won't scroll to the bottom of the pages or won't show a 
> scroll bar at all when needed.
>
> Does any one know why this is happening?
>
> http://digital.jbu.edu/testsite/asp/faculty.asp (doesn't validate 
> XHTML because I used more than one div with the same ID, I know this 
> is my bad but I haven't fixed it yet) won't scroll in Safari all the 
> way down to my image and information.
>
> http://digital.jbu.edu/testsite/asp/muessemeyer.asp (validates XHTML) 
> but won't scroll in Safari all the way down to the bottom.

Safari is not happy with the combination of relative positioning and
top/left offset, it is incorrectly calculating the height of body
(reminds me of a similar bug with NN4.....:-) IE Mac is even more
unhappy with all that; elements jump around out of place..
As Ingo noted, loosening the relative positioning, esp for your main
content area, and using margins (top/left) should fix the main problem
in Safari, and some of the problems in IE mac (review the pages linked
below in my sig about that browser , and most problems there should be
fixed as well.)

Philippe
---/---
Philippe Wittenbergh
now live : <http://emps.l-c-n.com/>
code | design | web projects : <http://www.l-c-n.com/>
IE5 Mac bugs and oddities : <http://www.l-c-n.com/IE5tests/>


______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Possibly related: