tags:

views:

141

answers:

1

Hey , I tried using:

html {overflow-y: scroll;height:101%;overflow-y:hidden;}

To force scrolling, when I view one my sites on my MBP the bottom gets cut off, but looks fine in FF/IE.

Any ideas?

Thanks,

Ryan

A: 

It should be enough to say:

html { overflow-y: scroll; }

but I would also try

body { overflow-y: scroll; }
Joel Potter
Hey I tried that and the url is here: http://www.catonthecouchproductions.com/fishRyan
Coughlin