|
| |
|
|
adambrooks
Posts: 145 Joined: 1/8/2002 From: Charlotte / Matthews NC USA Status: offline
|
an all css table - 9/12/2003 23:08:49
sure, you can apply style tags to table, td, tr, th... etc. BUT, can you do an entirely css-based table grid without using a table? does anyone have example code for this?
|
|
|
|
c1sissy
Posts: 5084 Joined: 7/20/2002 From: NJ Status: offline
|
RE: an all css table - 9/13/2003 19:14:36
quote:
It depends on how masochistic you're feeling. Actually that sounds like a challange! I think that it would be interesting to learn how to do a table in css. Once you master other things first of course. Tables themselves are my weakness, so it would be interesting once I really really have them down to see what css could do to this. So far I have found css to be totally adictive!
_____________________________
Deb-aka-c4Ksissy high panjandurum and alpha female of the silverback tribe As decreed by Jesper 5-24-2003. The only stupid question is... the one that is never asked!! http://directory.css-styling.com http://fmsforum.com http://positioniseverything.net/ http://www.tanfa.co.uk/
|
|
|
|
hormonalwreck
Posts: 595 Joined: 2/11/2003 From: Arkansas Status: offline
|
RE: an all css table - 9/13/2003 22:01:56
I'm hopeing that I will feel the same you do about css.... I'm still reading,, On top of me and my kids being sick,, I'm slowly getting there.. It is a little fun... Your friend,
_____________________________
kristy If quitters never win, and winners never quit, then who is the one who said, "Quit while you're ahead?"
|
|
|
|
abbeyvet
Posts: 5095 From: Kilkenny Ireland Status: offline
|
RE: an all css table - 9/14/2003 9:25:19
It is a common misconception that when using CSS that using tables is always bad. Nothing could be further from the truth. Using tables for layout was never anything more than a workaround, a means of laying out a page at a time when there really was no other way to break up the content and present it looking nice. Now. in most cases, CSS can lay out a page pretty much anyway you like if that is the route you decide to go. However, there is NO reason, and NO recommendation that data that suits being presented in a tabular fashion should be presented without tables. Tables are valid, are part of every standard, are useful and will continue to be the way to layout certain types of content. In fact to layout tablular data using pure CSS and no tables would not be the 'right' way to do it, in as much as there is a right way. It would be less efficient, less elegant and require an awful lot more code. All in all, pretty much pointless.
_____________________________
Katherine :: InKK Design :: InKK Domains
|
|
|
|
pageoneresults
Posts: 1001 From: Orange, CA USA Status: offline
|
RE: an all css table - 9/22/2003 9:43:18
As mentioned above, tables are for tabular data. You will find it very difficult to replicate tabular data with pure css. There just isn't enough browser support and the amount of code you'll need to replace tables may not be worth the effort. I too at one time wanted to do the same thing, go pure css, no tables. I tried it, pulled out some hair, broke a keyboard, threw my mouse in the pool, kicked a hole in my bass speaker, and almost sent the monitor into the pool! Nah, just kidding. I did learn through experience that tables are here to stay. Using css with tabular data is a great way to eliminate all the code bloat and at the same time manage tables throughout the entire site. No more border="1", no more cellpadding="5" and no more dealing with cross browser compatibility issues. Also, I can now build tables that meet the standards for usability. I have an example that I built for someone a few months ago. You may find this somewhat interesting as you'll see code back there that you probably have not seen before. Tables and CSS
_____________________________
SEO Consultants Directory Find Search Engine Marketing Companies
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|