![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Regarding the design of restaurant menus, when presented on a web page. I think it is worth preserving some of the traditional appearance of the printed menu. The easy way is just present a PDF of the real menu, however I don't like that solution. I would like to use valid HTML, styled with CSS, and a liquid layout. The original menu has headings for several sections, and looks like: CENTERED HEADING Item price Description Item price Description etc. The items on the menu could more easily be done as a table, however it seems to me that as the items are followed by a description, it would also be reasonable to use a definition list, although I have some doubts about the semantics of using a dl. For the fonts, not knowing what people would have, I suspect some items would be best specified as cursive? I don't think I could expect to get away with a fantasy font. I have seen (although I can no longer locate it, nor remember precisely how it was done) a liquid restaurant menu done with CSS. The prices were all set to the right hand side (a span with a float perhaps). There was a dotted line from menu item to price (a span with a dotted border-bottom, I suspect). Most of the other examples I have found either use tables, or use a graphic for the dotted portion, but I would prefer not to use a graphic. Any suggestions of examples, or better ideas before I start, would be most welcome. |
#3
| |||||||
| |||||||
|
|
Regarding the design of restaurant menus, when presented on a web page. I think it is worth preserving some of the traditional appearance of the printed menu. The easy way is just present a PDF of the real menu, however I don't like that solution. I would like to use valid HTML, styled with CSS, and a liquid layout. The original menu has headings for several sections, and looks like: CENTERED HEADING Item price Description Item price Description etc. The items on the menu could more easily be done as a table, however it seems to me that as the items are followed by a description, it would also be reasonable to use a definition list, although I have some doubts about the semantics of using a dl. |
|
For the fonts, not knowing what people would have, I suspect some items would be best specified as cursive? |
|
I don't think I could expect to get away with a fantasy font. |
|
I have seen (although I can no longer locate it, nor remember precisely how it was done) a liquid restaurant menu done with CSS. The prices were all set to the right hand side (a span with a float perhaps). |
|
There was a dotted line from menu item to price (a span with a dotted border-bottom, I suspect). |
|
Most of the other examples I have found either use tables, or use a graphic for the dotted portion, but I would prefer not to use a graphic. |
|
Any suggestions of examples, or better ideas before I start, would be most welcome. Use good images, make them as |
#4
| |||
| |||
|
|
Eric Lindsay wrote: Regarding the design of restaurant menus, when presented on a web page. I think it is worth preserving some of the traditional appearance of the printed menu. The easy way is just present a PDF of the real menu, however I don't like that solution. For the fonts, not knowing what people would have, I suspect some items would be best specified as cursive? Oh, please not cursive! It is really hard to read, and looks pretentious. I don't think I could expect to get away with a fantasy font. California and Florida Cuisine only, and then only if you're near Disneyland. |
|
derek.moody (AT) clara (DOT) net |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
I did one a year ago - there is no way to wean the pretentious Maitre D from his fancy founts - but there is a way to protect the rest of us. .... |
|
He has a -huge- selection of PD founts on his machine and picks the 'orriblest scrawls but very few of them exist on the average user's machine so most of the time the visitor sees the default fount that I have arranged to be tagged on the end of the list. He sees what he wants and most of the rest of us get something mundane but legible. |
![]() |
| Thread Tools | |
| Display Modes | |
| |