do some one have examples of the site that is using full CSS ...just share , coz i wanna to develop some thing like that ..I want to make a site which which is in CSS
Best examples I've seen listed here: http://www.csszengarden.com/ but also check http://www.cssremix.com/ and my own web directory is build using css style.. (http://www.dirspace.com)
csszengarden is fascinating, but is probably overload for someone starting out. It is really aimed more at graphic designers than web developers, and most of the css is brittle, unable to stand up to a more real-world type of site. Start with a few of the excellant css tutorials that a Google search will bring. Too, if you've been building pages with tables, start over on your html. Table markup of non-trivial pages can be neither well structured nor semantic, though they might rarely be valid. Proper use of css requires the use of well structured, semantic and well formed html. Feel free to visit the pages linked in my sig. I'm slowly cleaning up and organizing many of the css example bits, bug fixes and work-arounds I've made over the last few years. cheers, gary
I have a couple of templates on my blog for 3 column and two column css layouts. They dont have any content just basic layouts. Ste