![]() |
|
|||||||
| CSS Forum Cascading Style Sheets (CSS) and XHTML Forum |
|
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
|
|
|
|
|||
|
This has little to do with why things are the way they are.
Print people liked the control of table layouts, and dislike(d) ideas which come with CSS -- such as fluid layouts. It mattered little that CSS can do both, that's just the slippery slope to yielding control to users. Tables also offer an attractive feature: Obfuscation. It's a little difficult for regular people to understand or edit, so it keeps the paychecks coming. The technical discussion is largely a smokescreen. It's never a precise matter to understand human motivations -- and it rarely has much to do with technology. These technical discussions lend the illusion of precision to largely emotional reasons for doing things.
____________________________
Infographic design, The Catalog of Unfindable Web Widgets, Color Psychology |
|
|||
|
Did anyone notice what happens with CSS? Without CSS designers abused tables, now it's CSS time and people abandoned tables and started abusing lists and divs.
Tables are meant for tabular data you say, but you forget that lists weren't meant to be navigations.Speaking of code mess, dude, when was the last time you counted that amount of divs? Frankly this makes no sense to me. Every1 switched 1 flaw for another. Granted, properly combined CSS and XHTML are effective, but i think designers misunderstand coding. IMHO |
|
||||
|
Ah, interesting. You're confusing navigation with menus. Well, not just you. About 99% of developers call menus 'navigation'. Navigation is a sitewide function not constrained to the menu which, as you say, is usually a list (<ul>). 'Navigation' is links within copy, and calls to action and a whole host more. A 'menu' is your "Home | About | Contact" that remains fixed in one place.
In this sense, a list is a perfectly semantic and correct way of styling a menu, because menus are lists.
____________________________
I am — Harry Roberts | Web Design+ Licenses now available | CSS Wizardry | And now Twitter |
|
|||
|
I don't think i confuse navigation and menu, those are the same. Menu is a collection of links from which you choose where you wish to go. Navigation is also a collection of links which NAVIGATE you to specified destination.
+ even if what you are saying is true, "Home | About | Contact" is very often included in navigation. And my point still remains the same even if navigation and menu are two different things. Last edited by next; 22-07-2008 at 06:52 PM. |
|
||||
|
Quote:
A menu is a part of navigation, navigation is not just a menu. Though in a sense I can see what you mean about people going from one extreme to the other. Like some developers vehemently avoid (x)HTML tables for everything. I've seen people making a table from list items... Insemantic and they break 1000 times easier. EDIT: Just seen your other post after writing this one. I wasn't having a go lol
____________________________
I am — Harry Roberts | Web Design+ Licenses now available | CSS Wizardry | And now Twitter |
|
|||
|
Which brings me back to the point. Take a look at how i styled it at first and how much more decent my code looks now after i replaced lists with a table. Tables can make design a lot easier you just have to learn not to abuse them, lol.
|
|
||||
|
Yeah, tables for forums aren't a must. You were making headway with <li>s and it's a doable way. But when people try making data tables (league results etc) with <li>s that's when it's wrong.
____________________________
I am — Harry Roberts | Web Design+ Licenses now available | CSS Wizardry | And now Twitter |
![]() |
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 30 Essential and Advanced Wordpress Plugins | Graphic Design Links | Graphic Design Links | 0 | 20-05-2008 05:50 AM |
| The Future of Mobile Web (25+ Essential iPhone Development Resources) | Graphic Design Links | Graphic Design Links | 0 | 18-03-2008 12:53 AM |
| Is Mac Experience Essential? | Pignut | Graphic Design Forum | 23 | 03-03-2008 10:13 AM |
| Anyone need some CCS Layouts..? | mattfaucher | CSS Forum | 0 | 31-01-2007 04:15 PM |
| CSS Layouts | Toon | CSS Forum | 0 | 06-01-2007 04:16 PM |