[ale] Learning CSS by example

Jay Loden jloden at toughguy.net
Sat May 7 11:20:52 EDT 2005


I would also recommend the following places to learn in addition to the stuff 
everyone else mentioned:
http://meyerweb.com/eric/css/edge/
http://www.glish.com/css/
http://www.bluerobot.com/web/layouts/
http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html
http://www.brainjar.com/css/positioning/
http://www.alistapart.com/articles/flexiblelayouts/

I figured I'd wait and see what responses you got before I chimed in. 

I've used all of these in the past to help me create designs, maybe you'll 
find them useful as well.  I learned CSS entirely by example, but I would 
like to own at least one of Eric Meyer's books at some point, because there 
are some really annoying strange things in CSS that are hard to figure out 
sometimes.  The stuff from brainjar is REALLY useful to read before you start 
doing positioning so that you understand what's going on. 

-Jay

On Wednesday 04 May 2005 09:39 pm, Patrick Bartkus wrote:
> I want to learn more about CSS by looking at someone else's code. I see in
> the "view html source" page in the <head> section a reference to <link
> rel="stylesheet" type="text/css" href="/Product.css" title="default" />
>
> Then in the <body> I see:
> <tr>
> <td colspan="2" class="tblSpecsGroup"><b>Some Text</b></td>
> </tr>
>
> How can I see the source of the Product.css file? I like the results and
> want to hack it for my own use.
>
> Patrick
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale



More information about the Ale mailing list