RE: Vlad : CSS Positioning [was Accessibility]
"Austin, Darrel" <[email protected]>
| Newsgroups | gmane.comp.cms.cms-forum.general |
|---|---|
| Message-ID | <1DD521740B4FD51193F900D0B73CF1ED0ADBCA6F@STPLEXCHSRVR> |
>> To address your issues with navigation and layout, if you build Web >> sites to standards AND best-practices (no layout tables, column >> order controlled by CSS positioning, etc), a single site can serve > > I have never heard of this - is there an URL-accessible resource > containing > technical details on how to implement? http://www.csszengarden.com is a great place to start. Shows how one set of basic, semantic HTML can then be easily repurposed into any number of layouts. If you look at the raw HTML of the page: http://csszengarden.com/zengarden-sample.html you will see that it is, indeed, a text-only page. All the layout is done via the CSS. Now, this isn't an ideal example...there are still a few real-world issues to contend with, but it shows the path to take whenever possible. There's also a nice list of other CSS resources linked from the site: http://www.mezzoblue.com/zengarden/resources/ -Darrel