Click to See Complete Forum and Search --> : HTML/CSS coding for this website
erikdiamond
01-29-2006, 04:32 PM
Hello.
I am new here. My name is Erik Diamond who is a HTML/CSS newbie.
I found this website at www.newezra.com. Will you please view their html version (not flash) and tell me what is the basic html/css codes for their layout, including background (photoshop?), header, links, and body.
I also like to know how do you create a glassy looking nav. bar in photoshop.
Thank you very much,
Erik Diamond
johneva
01-29-2006, 04:38 PM
You have picked a right one there if your a newbie.
You will have to really work on your CSS to do a layout the same way.
Best thing is once your CSS is at a reasonable level take a look at the source code yourself and download their CSS file so you can see that too.
EDIT
If you take a look at these links they will help you out with CSS layout.
Link 1 (http://www.webreference.com/authoring/style/sheets/layout/advanced/)
Link 2 (http://www.alistapart.com/articles/practicalcss/)
pcthug
01-30-2006, 02:52 AM
Try to master HTML before going out n learning CSS,
erikdiamond
01-30-2006, 10:45 AM
You have picked a right one there if your a newbie.
You will have to really work on your CSS to do a layout the same way.
Best thing is once your CSS is at a reasonable level take a look at the source code yourself and download their CSS file so you can see that too.
EDIT
If you take a look at these links they will help you out with CSS layout.
Link 1 (http://www.webreference.com/authoring/style/sheets/layout/advanced/)
Link 2 (http://www.alistapart.com/articles/practicalcss/)
Thank you. I did view their source. It is just a bit hard to understand when they include a content. All I want to know is their layout, without the content.
But thanks anyway for the link.
Erik
johneva
01-30-2006, 11:22 AM
I find the content helps workout whats what myself but anyways.
CSS layout is not that simple as to just give you the basic code really.
If you understand how CSS layouts work then you can understand there code easy as the div tags have ID attributes and values that make sence of it for you.
If you dont understand how CSS layouts work then try making a few simple ones first before trying to copy more complicated ones.
erikdiamond
01-30-2006, 02:29 PM
Agreed.
Do you know a good CSS book to study, by the way?
Erik
Wiz Creations
01-31-2006, 01:30 AM
Agreed.
Do you know a good CSS book to study, by the way?
Erik
You can use this:
http://www.devx.com/DevX/Door/20782
johneva
01-31-2006, 06:17 AM
Na I dont know of any good books sorrry, I just use websites to learn from.
This is an exellent site for lots of diffrent tutorials.
http://www.w3schools.com/default.asp
Then here is a couple of good sites for CSS layout.
http://www.alistapart.com/articles/practicalcss/
http://glish.com/css/
erikdiamond
01-31-2006, 11:08 AM
Thanks guys. I will practice, practice, practice with HTML and CSS until I got my web layout the way I wanted it to be. (sigh). :-)
Erik