Click to See Complete Forum and Search --> : layout


PeOfEo
06-01-2003, 05:08 PM
A kid asks me why his Iframe is not positioned and I told him its a problem with his colspan and he was like ok then I told him why dont you try using css. Then he asks me where do I begin. I have been wanting to experiment with css for a while for a layout but have not made any new standard html sites for quite some time and when I do get back to it it would be nice to know... where do I begin? How do css tables look in code? Anyone have a website with some source codes I can look over to see what you do?

havik
06-01-2003, 10:32 PM
This link will be useful for css layouts:
http://www.thenoodleincident.com/tutorials/box_lesson/basic4.html

You can validate .css files here:
http://jigsaw.w3.org/css-validator/

And here are some css tuts:
http://www.pageresource.com/dhtml/indexcss.htm
http://www.w3schools.com/css/default.asp
http://codepunk.hardwar.org.uk/bcss.htm

Hope that helps,

Havik

PeOfEo
06-02-2003, 11:09 PM
thanks, I was just wondering if anyone had advice or a tip or something that could be useful to me but thanks for the links.

havik
06-02-2003, 11:28 PM
Yeah, well I would've made a few tips but what I was going to say is in those links. :D

Havik

PeOfEo
06-04-2003, 01:32 AM
keep fighten java script samurai lol :D

havik
06-04-2003, 05:24 PM
You can count on it. :D

Havik

Robert Wellock
06-05-2003, 11:04 AM
Feel free to examine the CSS on my beta site if you want to see use of CSS to apply columnar layout : http://www.xhtmlcoder.com/worthvalley/

The tip is to keep your CSS simple and test in Mozilla Firebird and Micro$oft IE.

nkaisare
06-05-2003, 11:15 AM
Simon Willison has a very nice set of tutorials on CSS. It may be difficult to read for a beginner. Its a great place to learn "CSS tricks"
http://simon.incutio.com/categories/csstutorial/

If you have been using a bit of CSS, and know how to use floats and positioning to create some layouts, you can directly go to the above site. If not, it may be worthwhile reading the tutorials from W3Schools site.
http://www.w3schools.com/css/default.asp

Else, get a book on CSS (Eric Meyer's is a good one) and start learning.

Robert Wellock
06-05-2003, 11:38 AM
Yes, Simon has some reasonable CSS tutorials for people who are only familiar with basic use of CSS.