SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: Starting with CSS
-
Jun 29, 2006, 00:52 #1
- Join Date
- Dec 2003
- Location
- india
- Posts
- 15
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Starting with CSS
Hi,I've downloaded the Homesite editor.I want to design the site on my own instead of using editor like dreamweaver.I want to code the whole site on homesite.I don't know the how to do site with css,searhced the Google,w3schools,pixel2life,and few books,so many times but unable to get what needed.Here i want to clear some of the basics: As i have seen the css has two ways to get into your page first is within the html document and second is using import/requesting external css for the page.Here i asked you to create the basic stuff for myself to get going with css.
So How to do if i want to to design the page with css within the document then : -->
1. How can i write css body in the html page?
2. How can i control the heading color,font,size,link colors,align,margin with it?
3. How can i add horizontal menu at the top which is rollover color change type?
4. How can i create tables that carries the navigational menu,or the text content?
5. How can i color the paragraph with seperate color,diffrent from rest of text?
Same question apllies to page that request the css externally.How to do it in that also?You can reply with writing
code for the css file that answers to the questions above.This will be good starting point for me.If you can't answetr this please forward me to any downlaodable tutorial so i can read offline and learn.
Please help.Thanks in advance.
-
Jun 29, 2006, 01:14 #2
- Join Date
- Feb 2006
- Location
- Bedford, UK
- Posts
- 1,687
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Try these:
CSS basics: http://www.cssbasics.com/
CSS menus: http://css.maxdesign.com.au/listamatic/
All your questions will be answered using those two links. The questions about how to add CSS into the HTML page and how to link to an external CSS file are answered in the first section of that first link.
-
Jun 29, 2006, 05:17 #3
- Join Date
- May 2006
- Posts
- 399
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Listmatic is what got me started on CSS and just builing navigation using CSS has saved me countless hours! I would also try:
http://www.alistapart.com/
http://www.brainjar.com/
External links to a CSS file enable better control as you can have separtate style sheets for tex, navigation, tables (if you must!!) etc. Persevere with CSS, it is truly worth it.
Bookmarks