Dean Heetderks wrote:
> We¹re preparing a launch of a newly designed site and although pages 
> display properly, the vertical (and horizontal) scrollbars don¹t 
> appear in Safari.

> http://208.106.199.119/pages/index_alpha.cfm?letter=all

In...
#content_middle{
...delete...
        position: absolute;
...or change it to...
        position: relative;

That should make the scroll-bars appear in Safari.

Source-code and CSS need some clean-up.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to