![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
So I'm trying to play w/ CSS on various sites and let me tell you the browser compatibility is getting ridiculous. Check out this in a Mozilla browser and then in IE; its night and DAY! Should I be using tables for the menu? http://www.moxiessupperclub.com (Basic Supper Club) Fields I'm formatting are MenuItem, Description, QTY and Price. If this were a table I would be done already, but I'm trying to pull it off in CSS! Any tips? Any idea, its valid xHTML and CSS. |
#3
| |||
| |||
|
|
So I'm trying to play w/ CSS on various sites and let me tell you the browser compatibility is getting ridiculous. Check out this in a Mozilla browser and then in IE; its night and DAY! Should I be using tables for the menu? http://www.moxiessupperclub.com (Basic Supper Club) |
|
Fields I'm formatting are MenuItem, Description, QTY and Price. If this were a table I would be done already, but I'm trying to pull it off in CSS! Any tips? |
#4
| |||
| |||
|
|
david (AT) fyin (DOT) com (David Dimmer) wrote: Fields I'm formatting are MenuItem, Description, QTY and Price. It's logically a table so use a <table>. |
#5
| |||
| |||
|
|
david (AT) fyin (DOT) com (David Dimmer) wrote: So I'm trying to play w/ CSS on various sites and let me tell you the browser compatibility is getting ridiculous. Check out this in a Mozilla browser and then in IE; its night and DAY! Should I be using tables for the menu? http://www.moxiessupperclub.com (Basic Supper Club) Yes, IE gets it all wrong but just happens to look better. Fields I'm formatting are MenuItem, Description, QTY and Price. If this were a table I would be done already, but I'm trying to pull it off in CSS! Any tips? It's logically a table so use a <table>. Steve |
#6
| |||
| |||
|
|
ACK. Every other day this topic comes up in ciwas---where do all these people get the idea from that *all* tables had to be avoided? Is there some very popular misguiding book or website out there? |
#7
| |||
| |||
|
|
Christoph Paeper wrote: ACK. Every other day this topic comes up in ciwas---where do all these people get the idea from that *all* tables had to be avoided? Is there some very popular misguiding book or website out there? If you read through many of the responses to such questions, you'll find that there are MANY folks that post to this NG that seem to abhor the use of tables for anything other than tabular data. There have even been some flame wars over it. |
#8
| |||
| |||
|
|
If you read through many of the responses to such questions, you'll find that there are MANY folks that post to this NG that seem to abhor the use of tables for anything other than tabular data. There have even been some flame wars over it. Yes. However. The OP's example clearly was tabular data. Hence it's a fair question to ask where people are getting the idea that _all_ tables, even ones used for tabular data, should be avoided. Steve |

![]() |
| Thread Tools | |
| Display Modes | |
| |