[css-d] Food menu set up

2006-09-21 Thread Portman
Hi all,

My newest website is for a gourmet restaurant and the menus have prices 
next to them per pint and per quart. I set the menus up as a  and 
thought I would make another list with the prices and float it into 
place but I am wondering if there is a better way to do this? Also, it 
would mean two lists being floated (the pint prices and the quart 
prices) which could get problematic.

Any ideas/suggestions would be most welcome.

Thanks,
Riva
P.S. I don't have anything published yet to look at.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/


Re: [css-d] Food menu set up

2006-09-21 Thread Rahul Gonsalves
Portman wrote:
  > Any ideas/suggestions would be most welcome.

How about using Definition lists? Sounds like they were built for this 
purpose precisely.

See MaxDesign for help on styling them.
http://www.maxdesign.com.au/presentation/definition/

Regards,
  - Rahul.


-- 

Rahul Gonsalves (Personal)
w: www.rahulgonsalves.com
e: [EMAIL PROTECTED]
-
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/


Re: [css-d] Food menu set up

2006-09-21 Thread Drew McLellan
On 21/9/2006, "Rahul Gonsalves" <[EMAIL PROTECTED]> wrote:

>Portman wrote:
>  > Any ideas/suggestions would be most welcome.
>
>How about using Definition lists? Sounds like they were built for this
>purpose precisely.

I fail to see how the prices are defining the dish, or even vice versa.
There are very few valid uses of definition lists. This sounds like a 3
column data table to me.

drew.


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/


Re: [css-d] Food menu set up

2006-09-21 Thread Steve Clason
Portman wrote:

> My newest website is for a gourmet restaurant and the menus have prices 
> next to them per pint and per quart. I set the menus up as a  and 
> thought I would make another list with the prices and float it into 
> place but I am wondering if there is a better way to do this? Also, it 
> would mean two lists being floated (the pint prices and the quart 
> prices) which could get problematic.
> 
> Any ideas/suggestions would be most welcome.

Sounds like a table to me.

-- 
Steve Clason
Web Design & Development
Boulder, Colorado, USA
www.topdogstrategy.com
(303)818-8590

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/


Re: [css-d] Food menu set up

2006-09-21 Thread Gunlaug Sørtun
Portman wrote:

> My newest website is for a gourmet restaurant and the menus have prices 
> next to them per pint and per quart.

Sounds like the perfect case for a table.
A definition list will probably also work well.

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/