zpfled / guevaras

website for 2Chez restaurant
2chezrestaurant.com
0 stars 0 forks source link

Remove Image in Menu Section #14

Closed davecrow closed 10 years ago

davecrow commented 10 years ago
zpfled commented 10 years ago

I have a concern about putting a background image behind the menu section. Some of the menus are quite long, and if we have a background image, it's going to have to accommodate drastic changes in section height. It seems to me that we either need a repeating texture image or just a color.

Edit: One option could be to give each menu (lunch, dinner, wine, etc) a maximum height and require scrolling within the menu section once the menu content exceed the max height. That seems like it could be annoying, though.

davecrow commented 10 years ago

I was thinking that with skrollr.js we would be able to bring in the background image and have it stay in place until the menu content gets close to the viewport. So the content would scroll over a static background image.

That's my working theory...it needs tested though.