How To Create a Full-time Right Scroll Bar in CSS

1 2 3 4 5 6 7 8 9 10 11 |
html { width: 100%; height: 101%; overflow-x: hidden; overflow-y: scroll; } body { width: 100%; height: 100%; } |
![]() |
1 2 3 4 5 6 7 8 9 10 11 |
html { width: 100%; height: 101%; overflow-x: hidden; overflow-y: scroll; } body { width: 100%; height: 100%; } |
I like to see a horizontal, scrollable thumbnail bar at the top of my view window in iPhoto. Somehow I was unable to see it, and the entire sub-menu for View -> Thumbnails was grayed-out. Go to the top-menu choice “iPhoto -> Preferences”. Select the “General” tab. Look for the option called “Double-click photo:”. Click […]