blackhorsedesign - 28 December 2007 11:09 PM
I have been designing sites for a couple of years, using Dreamweaver and Frontpage. I am wanting to “step up” my design skills and begin creating sites using CSS.
Now my question . . . how did they DO THAT!!?
Dianna
Hi Dianna,
I saw your post and wanted to reply….that site is actually using tables and a lot of javascript. Both of which are not necessary now that CSS has come into the picture.
The world of CSS actually frowns on tables. Tables are acceptable for tabular data….not web designs. At least that’s the argument.
If you have Frontpage, consider upgrading it to Expression Web. This is microsofts replacement for frontpage, and it is a very different design software…..much more sophisticated….and yes….you will design using CSS. It is a great way to build valid standards-based websites, very clean coding without all the excess junk, and they meet accesability standards set forth by W3.org.
The first thing to do is start reading as much as you can about css. Then download the free trial of Expression web. Expression web does make coding easier, but you must understand CSS and html. (basically, css tells the html how to be displayed and is a method of separating content from style/presentation)
Start at w3schools.org (.com ?) Read the css tutorial.(focus on different types of css selectors(class, id, tag-based, etc) and different types of CSS styles…for ex: Inline, External style sheets, etc
Also, a great site for tutorials on Expression WEb/CSS is http://www.Expression-web-designer-help.com . They have flash tutorials or you can read them. Also, join their forum.
Microsoft.com has added plenty of tutorials as well.
Just google CSS and you will find plenty of css info. Of course amazon.com has some good books on the topic. But really, first, check out w3schools.com. If you want a good book, when you are ready, just reply here and I will give you a few names of some good books. I wasted a lot of money on books until I found a few good ones. \
And when you are ready, I will be happy to share some of the CSS coding I have found along my adventures in CSS. One of the neatest things is creating navigation tabs/menus without using images!
Best Regards