More CSS Rambling

I’ve just completed my first design in pure CSS (sorry, can’t show it until it goes live) and the feeling I get is that it wasn’t harder than doing it with tables, just different. Well, that’s not true. It was harder because I didn’t know how a lot of the stuff needed to be done. But if I did know how it is supposed to be done the task wouldn’t have been harder than doing it the old-fashioned way with tables. I think it’ll be two or three designs before I get the hang of it. Then comes the cool part where I start doing things I never could before. Can’t wait for that to happen :)

Tags:

One Comment

  1. Noufal

    A couple of comments.

    1. I find that designing using CSS is painful because browsers refuse to render it similarly. I have to kill myself to get IE, Mozilla, FF, Nscape, Konqueror and the rest of the bunch to display the site in the same way.

    2. It opens us some themability as shown by csszengarden.com

    3. I think it’s a good idea to create multiple CSS documents attached to a web page so that people with selectors (FF) can choose whichever one they want.

Leave a Reply