|
| |
|
|
funk theory
Posts: 51 Joined: 11/6/2006 From: Kent, UK Status: offline
|
Best way to learn css? - 12/14/2008 8:29:30
I am in the process of building my new site and I'm going to make it look as professional as I can. My question is, is the best way to learn css but going through notepad/pspad and copying and editing the code or using a program like expression web?
|
|
|
|
Giomanach
Posts: 6191 Joined: 11/19/2003 From: England Status: offline
|
RE: Best way to learn css? - 12/14/2008 13:33:53
While I agree with Tailslide, there is one starting point for all. My first stop would be http://www.w3schools.com for their basic CSS tutorials. Questions can always be asked here, and we can offer examples of how to build a site completely out of CSS.
_____________________________
|
|
|
|
funk theory
Posts: 51 Joined: 11/6/2006 From: Kent, UK Status: offline
|
RE: Best way to learn css? - 12/14/2008 14:45:52
I used the w3schools site a few times too. Basically if i want my site to be all the same layout, which obviously i do, i design one page in css background, text etc and build the other pages round that code?
|
|
|
|
funk theory
Posts: 51 Joined: 11/6/2006 From: Kent, UK Status: offline
|
RE: Best way to learn css? - 12/16/2008 16:55:19
quote:
ORIGINAL: TexasWebDevelopers I like to learn by looking at code and altering it. Here are 40 CSS layouts to play with and learn from: http://blog.html.it/layoutgala/ thats a good start although my site is mainly images, so i will need to learn postioning of those with the lightbox app i use.
|
|
|
|
funk theory
Posts: 51 Joined: 11/6/2006 From: Kent, UK Status: offline
|
RE: Best way to learn css? - 12/16/2008 16:56:36
quote:
ORIGINAL: Tailslide The secret is, at first, to keep it simple. Avoid absolute positioning and negative margin layouts. Stick to simple floated layouts - once you're really happy with a two column floated layout then have a look at the various options for 3 columns - there are several different ways of doing it, some more complex than others. Learn the faux-column technique. Check in all browsers as you go along and validate your code. Bookmark http://www.positioniseverything.net/ for the answers to various IE bugs. Don't try to do something too complex to start with. Most browser problems are easily remedied as long as you code properly. Don't stick inline styling in tags. Don't have 5 million divs - use as few as possible. Don't have ids like "_54" - have something that means something like "sidebar". There - that's pretty much it!! I dont understand what you mean by _54 or do you mean what i call the stylesheets?
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|