Hey This is my first go at coding, created a design in photoshop and now I am trying to convert it to xhtml/css! Here is what the actual website should look like when finished. http://dl.dropbox.com/u/11365869/dakka/website/v1.8.png Below is how far I have got so far: Website: DAKKA CSS: http://dl.dropbox.com/u/11365869/dakka/This_is_what_I_mean_Icecream/style.css Are there any issues so far? The only thing I seem to be stuck on now is sorting out the fonts properly - and making the background for the content area. I'm not actually sure I have sliced it properly. Here are the sliced images: http://dl.dropbox.com/u/11365869/dakka/website/slicedimages.rar Any help would be appriciated! Thanks!
It's pretty good, but: • You didn't add the background for page's content (the one which can be seen in your screenshot). • You added the navigation bar as a single image. You should add each button as an image instead. • The font for your "Hello" heading is Times, the default... doesn't look like the one in your screenshot. A few tweaks and it'll be all good.
hmm, thanks for the feedback! I have made a few revisions - mostly around the navigation bar! http://dl.dropbox.com/u/11365869/dakka/html/index.html Only thing I'm stuck with now is so that the index page will have the homepage as red! Its becoming tricky as its using CSS for the majority of the navigation bar.
Nice try but there are a lot better and optimized way to get a webpage done. Hope you are following some tutorials to learn HTML/CSS.
I see you're getting better. You won't need the DIV inside <li> of the navigation bar. Add those classes to <li>s instead. Plus the title background can be a CSS background image on a <h1> or similar tag.