Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design my 1st PSD to HTML&CSS conversion (need review ) Reply To: my 1st PSD to HTML&CSS conversion (need review )

#165705
dsarchy
Participant

I would of said the above is a little harsh given the title ‘my 1st..’

I think its a solid attempt. Matches up well with the original and only a few w3 errors/warnings that can easily be fixed.

Given that facebook and google have dropped earlier IE support I wouldn’t say you need to worry about it either. If you have an audience you could always write hacks.

Things to consider:

-It would be nice to get a little more feedback use the :hover/:active css classes on the menu links to provide some feedback when the use rolls over and clicks

-Think about mobiles and whats going to happen to the site when the screen is smaller that 960px

-Use a framework instead of building it from scratch- Bootstraps great for beginners as its built into dreamweaver CC.

-Png’s will blur when scaled (your icons will be noticeable as they are next to the text). SVG’s get round this (google font awesome to get the idea of how it works).