Codingcss stuff

 

Press Ctrl+Enter to quickly submit your post
Quick Reply  
 
 
  
 From:  JonCooper  
 To:  ALL
35753.1 
anyone have a good resource / learning site for CSS type stuff?

there are 100s on google, but most seems a bit crap

specifically positioning etc to start, but more later
(trying to do a site without using tables for positioning / layout)

Jon
0/0
 Reply   Quote More 

 From:  Wayne (SCOREZ2000)  
 To:  JonCooper     
35753.2 In reply to 35753.1 
http://www.w3schools.com/ is an excellent site for learning anything webby. Last time I checked they had two CSS sections. One for standard CSS and another for CSS layouts.

0/0
 Reply   Quote More 

 From:  Peter (BOUGHTONP)  
 To:  JonCooper     
35753.3 In reply to 35753.1 
First rule of making layouts work: use a valid DOCTYPE to ensure the browser is not in quirks mode.

e.g.
code:
<!DOCTYPE html>
<html>
...
</html>


That's the proposed HTML5 DOCTYPE, which also works for HTML4 and XHTML1, and is what I use.


Then I'd say make sure you understand the (differences between the) following 14 CSS items, very roughly grouped...
Types: display, position;
Dimensions: width, height;
Edges: margin, outline, border-width, padding;
Positions: top, left, right, bottom;
Floating: float, clear;

Think that's everything, but possibly missed something.

Knowing what they are and how they work makes layouts much easier (and should help you understand other tutorials).
0/0
 Reply   Quote More 

 From:  JonCooper  
 To:  ALL
35753.4 
thanks, a good link and some good advice

Jon
0/0
 Reply   Quote More 

 From:  Bryan (TWISTER)  
 To:  JonCooper     
35753.5 In reply to 35753.1 
Zen Garden

Bryan
0/0
 Reply   Quote More 

 From:  JonCooper  
 To:  ALL
35753.6 
actually, before I go too far down this road, this is the right road?
(and thanks Bryan)

Jon
0/0
 Reply   Quote More 

 From:  Bryan (TWISTER)  
 To:  JonCooper     
35753.7 In reply to 35753.6 
Another one I have bookmarked:

Max Design

Just in case you want some more.


Bryan
0/0
 Reply   Quote More 

Reply to All    
 

1–7

Rate my interest:

Adjust text size : Smaller 10 Larger

Beehive Forum 1.5.2 |  FAQ |  Docs |  Support |  Donate! ©2002 - 2024 Project Beehive Forum

Forum Stats